LibWeb: Add autocomplete property

This commit is contained in:
Bastiaan van der Plaat
2024-08-13 15:38:35 +02:00
committed by Tim Ledbetter
parent e7984a7711
commit 517b1a2690
Notes: github-actions[bot] 2024-08-13 21:54:48 +00:00
4 changed files with 11 additions and 4 deletions

View File

@@ -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;