[Webkit-unassigned] [Bug 12169] New: Add support for XHTML text processing within SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 8 15:23:43 PST 2007


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

           Summary: Add support for XHTML text processing within SVG
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: contact at nickshanks.com


I would like to see some of the text support available to XHTML documents be
made available to SVG too.
I suggest doing this by allowing all xhtml-namespaced inline elements within
compound SVG+XHTML documents, e.g.

<svg xmlns="&svgNS;" xmlns:xhtml="&xhtmlNS;" version="1.1">
<text>This <xhtml:em>exciting</xhtml:em> text can <xhtml:br/>flow onto several
lines!</text>
</svg>


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