LibWeb: Implement indeterminate IDL attribute in HTMLInputElement

This commit is contained in:
Srikavin Ramkumar
2023-03-20 04:34:43 -04:00
committed by Sam Atkins
parent aad4051885
commit d177d83b44
Notes: sideshowbarker 2024-07-17 01:00:06 +09:00
3 changed files with 18 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ interface HTMLInputElement : HTMLElement {
[Reflect=value] attribute DOMString defaultValue;
attribute DOMString type;
attribute boolean indeterminate;
[LegacyNullToEmptyString] attribute DOMString value;