mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
LibWeb: Reorder and add missing form elements IDL items
This commit is contained in:
parent
4dab17427f
commit
3e778fe29c
13 changed files with 159 additions and 50 deletions
|
@ -3,11 +3,10 @@
|
|||
// https://html.spec.whatwg.org/multipage/form-elements.html#htmlprogresselement
|
||||
[Exposed=Window]
|
||||
interface HTMLProgressElement : HTMLElement {
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[CEReactions] attribute double value;
|
||||
[CEReactions] attribute double max;
|
||||
readonly attribute double position;
|
||||
|
||||
// FIXME: readonly attribute NodeList labels;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue