mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +00:00
LibWeb: Implement indeterminate IDL attribute in HTMLInputElement
This commit is contained in:
parent
aad4051885
commit
d177d83b44
3 changed files with 18 additions and 1 deletions
|
@ -22,6 +22,7 @@ interface HTMLInputElement : HTMLElement {
|
|||
[Reflect=value] attribute DOMString defaultValue;
|
||||
|
||||
attribute DOMString type;
|
||||
attribute boolean indeterminate;
|
||||
|
||||
[LegacyNullToEmptyString] attribute DOMString value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue