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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 13:44:06 PDT 2012


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





--- Comment #8 from Ilya Grigorik <ilya at igvita.com>  2012-06-19 13:44:04 PST ---
> Yes. But there's a difference between IDL attribute and content attribute.
> 
> IDL attribute: 
> <script>link_element.disabled = true;</script>
> content attribute:
> <link disabled="disabled">
> 
> The former exists in the spec, the latter does not. Comment 0 expects the latter to do something.
> > 
> > Also see: http://dev.w3.org/csswg/cssom/#the-stylesheet-interface
> Also IDL attribute.

Ah, that's a good catch.. :-)

Hmm, in which case, should WebKit even be checking the disabled state in HTMLLinkElement::process():
http://trac.webkit.org/browser/trunk/Source/WebCore/html/HTMLLinkElement.cpp#L189

I guess as is, no harm done.. Except that it was that code that sent me down this path to begin with.

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