Make HTMLInputElement.list an HTMLDataListElement

Signed-off-by: 2shiori17 <98276492+2shiori17@users.noreply.github.com>
This commit is contained in:
2shiori17 2023-03-02 19:22:28 +09:00
parent a516281d7d
commit 247a4778ee
2 changed files with 4 additions and 7 deletions

View file

@ -39,7 +39,7 @@ interface HTMLInputElement : HTMLElement {
attribute boolean indeterminate;
// [CEReactions]
// attribute DOMString inputMode;
readonly attribute HTMLElement? list;
readonly attribute HTMLDataListElement? list;
[CEReactions]
attribute DOMString max;
[CEReactions, SetterThrows]