[Webkit-unassigned] [Bug 15645] WebKit fails to render <use> example in SVG 1.1 spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 25 05:15:57 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15645


zimmermann at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zimmermann at kde.org




------- Comment #2 from zimmermann at kde.org  2007-11-25 05:15 PDT -------
Ok, found the culprit:
<path> is referenced by the <use> element. In our generated tree the <path>
will be a direct child element of <g> (which replaces the <use> in the
generated tree). Though the spec cleary states:

Rules 7 and 8: CSS selectors only apply to the formal document tree, not on the
generated tree; thus, these selectors will not yield a match.

We need to support this. (while reminding ourselves that class & id selectors
etc. still need to work within the generated subtree)


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



More information about the webkit-unassigned mailing list