WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
16956
Implement SVGs <textarea/> element
https://bugs.webkit.org/show_bug.cgi?id=16956
Summary
Implement SVGs <textarea/> element
Andreas Neumann
Reported
2008-01-21 06:39:30 PST
One of the major missing features in the SVG 1.1 full spec was the missing flow-text. To do flow-text one had to do word-wrapping and use tspans created by script. Implementing <textarea/> would improve the life of SVG content developers. Here is the spec section:
http://www.w3.org/TR/SVGMobile12/text.html#TextInAnArea
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2008-01-22 23:50:05 PST
So the only real question is if text wrapping can be implemented in terms of CSS layout. If it can, then we'll add this to the list of "pieces of SVG 1.2 which look sane enough to implement some day". If not, then we might not ever do this.
Andreas Neumann
Comment 2
2008-01-23 00:35:23 PST
Eric, I am investigating with the SVG working group on the compatibility issue between the rules in SVG Tiny 1.2 and the CSS layout rules. I will report back.
Adk
Comment 3
2010-11-09 22:22:43 PST
Any update on this feature?
Dirk Schulze
Comment 4
2014-05-12 05:19:06 PDT
We will support a special version of <text> in SVG2 that allows to use wrapped text. It will follow CSS text layout.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug