mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 09:48:45 +00:00
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
#import <HTML/HTMLElement.idl>
|
|
|
|
interface HTMLProgressElement : HTMLElement {
|
|
|
|
[CEReactions] attribute double value;
|
|
[CEReactions] attribute double max;
|
|
readonly attribute double position;
|
|
|
|
};
|