mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 14:42:50 +02:00
LibWeb: Add autocomplete property
(cherry picked from commit 517b1a26905667a1dca5ddb61958e0197f9b158a)
This commit is contained in:
committed by
Nico Weber
parent
145c218c8d
commit
3f1147bb7e
@@ -10,7 +10,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
|
||||
[CEReactions, Reflect] attribute DOMString accept;
|
||||
[CEReactions, Reflect] attribute DOMString alt;
|
||||
[FIXME, CEReactions] attribute DOMString autocomplete;
|
||||
[CEReactions, Enumerated=Autocomplete, Reflect] attribute DOMString autocomplete;
|
||||
[CEReactions, Reflect=checked] attribute boolean defaultChecked;
|
||||
[ImplementedAs=checked_binding] attribute boolean checked;
|
||||
[CEReactions, Reflect=dirname] attribute DOMString dirName;
|
||||
|
||||
Reference in New Issue
Block a user