mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 19:00:59 +00:00
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:
parent
4c189166f4
commit
04d16a1ee3
Notes:
github-actions[bot]
2024-10-19 06:35:04 +00:00
Author: https://github.com/kemzeb
Commit: 04d16a1ee3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1863
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue