[Webkit-unassigned] [Bug 25287] HTMLStyleElement.disabled doesn't work (affects jQuery)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 9 09:09:57 PST 2011


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





--- Comment #17 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-01-09 09:09:57 PST ---
I think HTMLLinkElement.setDisabledState() is necessarily more complex because it's referencing an external resource.

As for SVGStyleElement, <http://www.w3.org/TR/SVG/styling.html#StyleElement> doesn't mention a disabled attribute, nor does <http://www.w3.org/TR/1999/REC-html401-19991224/present/styles.html#h-14.2.3>, but DOM1 and DOM2 do, for HTML <http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-16428977>.

I agree that we should probably just implement it, though. I filed bug 52130.

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