mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement 'labels' attribute on 'labelable elements'
This commit is contained in:
parent
37c03c7816
commit
9df375195e
22 changed files with 184 additions and 63 deletions
|
@ -11,5 +11,5 @@ interface HTMLMeterElement : HTMLElement {
|
|||
// attribute double low;
|
||||
// attribute double high;
|
||||
// attribute double optimum;
|
||||
//readonly attribute NodeList labels;
|
||||
readonly attribute NodeList labels;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue