Closed
Bug 449215
Opened 16 years ago
Closed 14 years ago
Text children are not checked for validity
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: longsonr, Unassigned)
References
Details
Attachments
(1 file)
562 bytes,
image/svg+xml
|
Details |
Elements such as <rect>, or <g> should not be rendered if they are children of <text>. http://www.w3.org/TR/SVG11/svgdtd.html#DTD.1.23 When implementing we need to be careful that we don't, by default exclude things that we haven't implemented yet such as tref or animation.
Reporter | ||
Comment 1•14 years ago
|
||
Fixed by check in for bug 477171.
You need to log in
before you can comment on or make changes to this bug.
Description
•