mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Implement support for 'disabled' property in HTMLFieldSetElement
This commit is contained in:
parent
2017ffce37
commit
c257a2e8ad
3 changed files with 96 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
// http://www.whatwg.org/html/#htmlfieldsetelement
|
||||
interface HTMLFieldSetElement : HTMLElement {
|
||||
// attribute boolean disabled;
|
||||
attribute boolean disabled;
|
||||
//readonly attribute HTMLFormElement? form;
|
||||
// attribute DOMString name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue