mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLStyleElement.disabled attribute (#31682)
https://html.spec.whatwg.org/multipage/#dom-style-disabled
This commit is contained in:
parent
ad37a54f59
commit
bc4f1c217d
10 changed files with 15 additions and 31 deletions
|
@ -7,6 +7,7 @@
|
|||
interface HTMLStyleElement : HTMLElement {
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
attribute boolean disabled;
|
||||
// [CEReactions]
|
||||
// attribute DOMString media;
|
||||
// [CEReactions]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue