[Webkit-unassigned] [Bug 50211] New: Fix testcase: textPath cannot be inside another textPath

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 23:12:30 PST 2010


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

           Summary: Fix testcase: textPath cannot be inside another
                    textPath
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ctruta at chromium.org
                CC: zimmermann at kde.org, mdelaney at apple.com


I am opening this bug in order to fix svg/custom/text-linking.svg.
The resolution of the bug 47759 depends on this one.

Here are the relevant excerpts from the SVG content model:
<text> may contain: 'a', ‘altGlyph’, ‘textPath’, ‘tref’, ‘tspan’
<tspan> may contain: 'a', 'altGlyph', 'tref', 'tspan'
<tref> may contain: nothing
<textPath> may contain: 'a', 'tref', 'tspan'
<altGlyph> may contain: any element or character data
<a> may contain: any element that its parent may contain, except itself

According to this, <textPath> cannot contain <text>, and there is no other possible way in which to put <textPath> inside another <textPath>.

-- 
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