This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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.)