mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Add basic implementation of progress bar element
This commit is contained in:
parent
d8388f30c8
commit
21e353980f
Notes:
sideshowbarker
2024-07-17 18:42:04 +09:00
Author: https://github.com/Sauler 🔰
Commit: 21e353980f
Pull-request: https://github.com/SerenityOS/serenity/pull/12366
Reviewed-by: https://github.com/drunderscore
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/trflynn89 ✅
6 changed files with 133 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
interface HTMLProgressElement : HTMLElement {
|
||||
|
||||
|
||||
[CEReactions] attribute double value;
|
||||
[CEReactions] attribute double max;
|
||||
readonly attribute double position;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue