mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibWeb: Add autocomplete property
This commit is contained in:
committed by
Tim Ledbetter
parent
e7984a7711
commit
517b1a2690
Notes:
github-actions[bot]
2024-08-13 21:54:48 +00:00
Author: https://github.com/bplaat Commit: https://github.com/LadybirdBrowser/ladybird/commit/517b1a26905 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1061 Reviewed-by: https://github.com/tcl3 ✅
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user