mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Add basic implementation of progress bar element
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
interface HTMLProgressElement : HTMLElement {
|
||||
|
||||
|
||||
[CEReactions] attribute double value;
|
||||
[CEReactions] attribute double max;
|
||||
readonly attribute double position;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user