1
Fork 0
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:
Srikavin Ramkumar 2023-03-20 04:34:43 -04:00 committed by Sam Atkins
parent aad4051885
commit d177d83b44
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;