[Webkit-unassigned] [Bug 89313] "disabled" elements are not loaded when enabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 19 08:55:49 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=89313
--- Comment #7 from Simon Pieters <zcorpan at gmail.com> 2012-06-19 08:55:47 PST ---
(In reply to comment #6)
> Hmm? It's right there in the IDL.. in the link your provided.
>
> interface HTMLLinkElement : HTMLElement {
> attribute boolean disabled; // first line
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.
--
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