mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Make HTMLInputElement.list an HTMLDataListElement
Signed-off-by: 2shiori17 <98276492+2shiori17@users.noreply.github.com>
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user