mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement 'labels' attribute on 'labelable elements'
This commit is contained in:
@@ -57,7 +57,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
//boolean reportValidity();
|
||||
//void setCustomValidity(DOMString error);
|
||||
|
||||
//readonly attribute NodeList labels;
|
||||
readonly attribute NodeList labels;
|
||||
|
||||
//void select();
|
||||
// attribute unsigned long selectionStart;
|
||||
|
||||
Reference in New Issue
Block a user