[Webkit-unassigned] [Bug 89313] "disabled" elements are not loaded when enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 00:28:18 PDT 2012


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





--- Comment #6 from Ilya Grigorik <ilya at igvita.com>  2012-06-19 00:28:16 PST ---
(In reply to comment #5)
> There is no <link disabled> attribute in the spec! It shouldn't be supported.
> 
> http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element
> 
> Comment 2 quotes spec text about the .disabled *IDL* attribute and the <?xml-stylesheet?> PI, neither of which apply in this case.

Hmm? It's right there in the IDL.. in the link your provided.

interface HTMLLinkElement : HTMLElement {
           attribute boolean disabled; // first line
}

Also see: http://dev.w3.org/csswg/cssom/#the-stylesheet-interface

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