LibWeb: Add autocomplete property

(cherry picked from commit 517b1a26905667a1dca5ddb61958e0197f9b158a)
This commit is contained in:
Bastiaan van der Plaat
2024-08-13 15:38:35 +02:00
committed by Nico Weber
parent 145c218c8d
commit 3f1147bb7e
4 changed files with 11 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
interface HTMLTextAreaElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions, Reflect] attribute DOMString autocomplete;
[CEReactions, Enumerated=Autocomplete, Reflect] attribute DOMString autocomplete;
[CEReactions] attribute unsigned long cols;
[CEReactions, Reflect=dirname] attribute DOMString dirName;
[CEReactions, Reflect] attribute boolean disabled;