Bug 6428 - <tspan> element not implemented
Summary: <tspan> element not implemented
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
: 6477 6483 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-08 02:28 PST by Eric Seidel (no email)
Modified: 2006-01-15 02:41 PST (History)
1 user (show)

See Also:


Attachments
proposed patch. (16.33 KB, patch)
2006-01-15 02:35 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-01-08 02:28:00 PST
<tspan> element not implemented
http://www.w3.org/TR/SVG/text.html#TSpanElement

This is by far the most important piece of text left.  For better or worse it shares all of its attributes with 
<text>.  <text> in my view should have only <tspan> children, making implicit <tspan>s for any plain 
text node children.
Comment 1 Eric Seidel (no email) 2006-01-10 19:36:11 PST
*** Bug 6483 has been marked as a duplicate of this bug. ***
Comment 2 Eric Seidel (no email) 2006-01-15 00:28:47 PST
*** Bug 6477 has been marked as a duplicate of this bug. ***
Comment 3 Eric Seidel (no email) 2006-01-15 02:35:50 PST
Created attachment 5691 [details]
proposed patch.