mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Labels are a live list in tree order
This commit is contained in:
@@ -89,7 +89,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
//boolean reportValidity();
|
||||
//void setCustomValidity(DOMString error);
|
||||
|
||||
readonly attribute NodeList labels;
|
||||
readonly attribute NodeList? labels;
|
||||
|
||||
void select();
|
||||
[SetterThrows]
|
||||
|
||||
Reference in New Issue
Block a user