mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +02:00
LibWeb: Implement indeterminate IDL attribute in HTMLInputElement
This commit is contained in:
committed by
Sam Atkins
parent
aad4051885
commit
d177d83b44
Notes:
sideshowbarker
2024-07-17 01:00:06 +09:00
Author: https://github.com/srikavin Commit: https://github.com/SerenityOS/serenity/commit/d177d83b44 Pull-request: https://github.com/SerenityOS/serenity/pull/17940 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -22,6 +22,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
[Reflect=value] attribute DOMString defaultValue;
|
||||
|
||||
attribute DOMString type;
|
||||
attribute boolean indeterminate;
|
||||
|
||||
[LegacyNullToEmptyString] attribute DOMString value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user