- From: <bugzilla@jessica.w3.org>
- Date: Mon, 13 Jan 2014 22:45:54 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24284 Bug ID: 24284 Summary: Add "disabled" attribute to interface LinkStyle Product: CSS Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: CSSOM Assignee: simonp@opera.com Reporter: ian@hixie.ch QA Contact: public-css-bugzilla@w3.org http://dev.w3.org/csswg/cssom/#the-linkstyle-interface I've removed the "disabled" attribute on HTMLLinkElement and HTMLStyleElement, since it's CSSOM specific. It should instead be defined on LinkStyle. As far as I can tell, it does the same as LinkStyle.sheet.disabled, except if LinkStyle.sheet is null, in which case it returns false and ignores setting. (This is based on what the HTML spec used to say.) -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 13 January 2014 22:45:55 UTC