[Webkit-unassigned] [Bug 22500] hyperlinked text parts aren't rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 04:41:58 PDT 2009


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


jay <j.chetwynd at btinternet.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |j.chetwynd at btinternet.com
           Platform|PC                          |All
     Ever Confirmed|0                           |1
         OS/Version|Windows XP                  |All




--- Comment #4 from jay <j.chetwynd at btinternet.com>  2009-07-28 04:41:57 PDT ---
The example given validates using the w3c validator,

mozilla, batik and opera display the anchor content.

as stated anchor in text is supported by webkit

there is a clear use case as per the example.

#3 suggests imho correctly that the DTD already states that tspan may include
an anchor:

<!ENTITY % SVG.tspan.content
    "( #PCDATA | %SVG.tspan.qname; | %SVG.tref.qname; | %SVG.altGlyph.qname;
     | %SVG.animate.qname; | %SVG.set.qname; | %SVG.animateColor.qname;
     | %SVG.Description.class; %SVG.Hyperlink.class;
       %SVG.tspan.extra.content; )*"
>

common-sense dictates that if the spec had required tspan not to contain
anchor, this would be raised as an errata, and this bug could be raised with
the working group.

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