- From: Ryosuke Niwa via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Oct 2016 02:47:04 +0000
- To: public-css-archive@w3.org
rniwa has just created a new issue for https://github.com/w3c/csswg-drafts: == LinkStyle interface must have disabled IDL attribute == WebKit, Blink, and Gecko all implement `disabled` IDL attribute on [`HTMLStyleElement`](https://html.spec.whatwg.org/multipage/semantics.html#the-style-element) and [`HTMLLinkElement`](https://html.spec.whatwg.org/multipage/semantics.html#the-link-element) which inherit from [`LinkStyle` interface](https://drafts.csswg.org/cssom/#the-linkstyle-interface). This attribute upon setting sets the disabled flag of the stylesheet and on getting returns true if and only if the disabled flag is set just like the IDL attribute of the same name on [`StyleSheet` interface](https://drafts.csswg.org/cssom/#the-stylesheet-interface). Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/570 using your GitHub account
Received on Wednesday, 5 October 2016 02:47:13 UTC