[Webkit-unassigned] [Bug 17532] New: HTML5 spec violation: Webkit imports styles from <link> element which doesn't have rel=stylesheet defined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 04:33:14 PST 2008


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

           Summary: HTML5 spec violation: Webkit imports styles from <link>
                    element which doesn't have rel=stylesheet defined
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: All
               URL: http://www.filmweb.pl/Bracia+Coen+zwyciêzcami%2C+Kamiñsk
                    i+i+Wajda+bez+Oscarów,News,id=41205
        OS/Version: All
            Status: NEW
          Keywords: HasReduction
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit at blaut.biz


HTML5 spec says: "The type of link indicated (the relationship) is given by the
value of the rel attribute, which must be present, and must have a value that
is a set of space-separated tokens. [...] If the rel attribute is absent, or if
the value used is not allowed according to the definitions in this
specification, then the element does not define a link."
[http://www.whatwg.org/specs/web-apps/current-work/#link]

Webkit doesn't honor this regulation and imports styles from such defined
links:

<link type="text/css" href="style.css" /> This violation causes broken
rendering of a one of the top Polish sites fimweb.pl.

Test case attached.


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