[Webkit-unassigned] [Bug 47759] Crash while processing ill-formed <textPath> ouside of <text>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 23 03:10:59 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47759


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org,
                   |                            |eric at webkit.org




--- Comment #1 from Nikolas Zimmermann <zimmermann at kde.org>  2010-10-23 03:10:58 PST ---
We've discussed this with Dirk & Rob, and I think what I described is more a workaround than a real fix.
The question is: shall we create "invalid" DOMs at all, aka. those that violate the SVG "content model"?
If we only ever create valid DOMs, we wouldn't need to add rendererIsNeeded methods, that compare tag names.

In the past we had checkDTD/checkAddChild methods on the HTML* Elements that did that job, they're gone now replaced by the HTML5 TreeBuilder (IIRC).

I'm CC'ing Adam & Eric for their insight, on how to solve this problem in a clean fashion.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list