mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
LibWeb/HTML: Remove FIXMEs from HTMLTrackElement constants
This commit is contained in:
committed by
Tim Ledbetter
parent
66c3388b16
commit
87880e9b81
Notes:
sideshowbarker
2024-07-18 02:43:48 +09:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/87880e9b81a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/682 Reviewed-by: https://github.com/tcl3 ✅
@@ -22,10 +22,10 @@ interface HTMLTrackElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString label;
|
||||
[CEReactions, Reflect] attribute boolean default;
|
||||
|
||||
// FIXME: [const unsigned short NONE = 0;
|
||||
// FIXME: [const unsigned short LOADING = 1;
|
||||
// FIXME: [const unsigned short LOADED = 2;
|
||||
// FIXME: [const unsigned short ERROR = 3;
|
||||
const unsigned short NONE = 0;
|
||||
const unsigned short LOADING = 1;
|
||||
const unsigned short LOADED = 2;
|
||||
const unsigned short ERROR = 3;
|
||||
[FIXME] readonly attribute unsigned short readyState;
|
||||
|
||||
readonly attribute TextTrack track;
|
||||
|
||||
Reference in New Issue
Block a user