LibWeb/HTML: Add missing HTMLElement IDL autocorrect as a stub

This adds an IDL stub for the autocorrect HTMLElement attribute.
This commit is contained in:
Kemal Zebari 2024-10-18 20:21:56 -07:00 committed by Sam Atkins
commit 04d16a1ee3
Notes: github-actions[bot] 2024-10-19 06:35:04 +00:00

View file

@ -25,6 +25,7 @@ interface HTMLElement : Element {
[FIXME, CEReactions] attribute boolean draggable;
[FIXME, CEReactions] attribute boolean spellcheck;
[FIXME, CEReactions] attribute DOMString autocapitalize;
[FIXME, CEReactions] attribute boolean autocorrect;
[LegacyNullToEmptyString, CEReactions] attribute DOMString innerText;
[LegacyNullToEmptyString, CEReactions] attribute DOMString outerText;