mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +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 ✅
@@ -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