mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Properly implement HTMLProgressElement DOM code
Signed-off-by: Erik Funder Carstensen <fundererik@gmail.com>
This commit is contained in:
parent
fc2e8c17e8
commit
85ac792fc0
2 changed files with 79 additions and 5 deletions
|
@ -7,10 +7,10 @@
|
|||
interface HTMLProgressElement : HTMLElement {
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
// [CEReactions]
|
||||
// attribute double value;
|
||||
// [CEReactions]
|
||||
// attribute double max;
|
||||
// readonly attribute double position;
|
||||
[CEReactions]
|
||||
attribute double value;
|
||||
[CEReactions]
|
||||
attribute double max;
|
||||
readonly attribute double position;
|
||||
readonly attribute NodeList labels;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue