2022-02-15 16:10:51 -03:00
|
|
|
#import <HTML/HTMLElement.idl>
|
|
|
|
|
|
2020-07-31 23:05:43 -03:00
|
|
|
interface HTMLProgressElement : HTMLElement {
|
|
|
|
|
|
2022-02-16 15:12:54 -03:00
|
|
|
[CEReactions] attribute double value;
|
|
|
|
|
[CEReactions] attribute double max;
|
|
|
|
|
readonly attribute double position;
|
2020-07-31 23:05:43 -03:00
|
|
|
|
2020-12-09 18:26:42 -03:00
|
|
|
};
|