[Webkit-unassigned] [Bug 25287] HTMLStyleElement.disabled doesn't work (affects jQuery)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 8 15:47:14 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=25287
Tarun Nainani <tnainani at codeaurora.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tnainani at codeaurora.org
--- Comment #6 from Tarun Nainani <tnainani at codeaurora.org> 2010-09-08 15:47:14 PST ---
(In reply to comment #5)
> > + // HTML5 specified that we should be able to handle a NULL styleSheet but this never happens.
>
> Not even for a detached element? E.g. 'document.createElement("style").disabled = true'?
Yes, it still returns stylesheet object, for example if you do
test = document.createElement("style");
test.sheet
It would still return stylesheet object and is not null.
--
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