[Webkit-unassigned] [Bug 6018] WebKit+SVG should pass all of Hixie's test (and adopt them)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 30 08:57:24 PDT 2011


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


Rob Buis <rwlbuis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwlbuis at gmail.com




--- Comment #5 from Rob Buis <rwlbuis at gmail.com>  2011-05-30 08:57:24 PST ---
I agree with Helder's analysis of this one (sorry I react so late):

> http://hixie.ch/tests/adhoc/svg/links/002.xml
I believe there's an error in this test. Linking to an external style sheet should be done using the "xml-stylesheet" element... By making the following modification, the test passes (same in Firefox 3.2a):

- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-  <style xlink:href="002.css"/>
+ <?xml-stylesheet type="text/css" href="002.css"?>
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+  <text y="30" x="10" fill="red" font-size="20">This line should be green.</text>

I simply can't find anything in SVG or even HTML spec to use style foe external stylesheet linking.
Cheers,

Rob.

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