Hi Jonathan,
On Mon, 17 Mar 2008 12:08:40 +0100, ~:'' ありがとうございました。 <[EMAIL PROTECTED]> wrote:
SVGt1.2: Text Box Would it be reasonable to expect SVG1.2t to provide a standard and easy to implement means for the user to enter text? cf: a form with textbox in html.
There is a way to get text editing capabilities without using scripting[1]: just add an 'editable' attribute with the value 'simple' to any <text> or <textArea> element.
Or, if you wish to see a complete example, it's in the SVGT12 spec itself[2].
Cheers /Erik [1] http://www.w3.org/TR/SVGMobile12/text.html#text-edit [2] http://www.w3.org/TR/SVGMobile12/examples/textArea02.svg -- Erik Dahlstrom, Core Technology Developer, Opera Software Co-Chair, W3C SVG Working Group Personal blog: http://my.opera.com/macdev_ed
