mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Make HTMLInputElement.list an HTMLDataListElement
Signed-off-by: 2shiori17 <98276492+2shiori17@users.noreply.github.com>
This commit is contained in:
parent
a516281d7d
commit
247a4778ee
2 changed files with 4 additions and 7 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue