mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Use 'FIXME' extended attribute where possible
This improves the debuggability of many live web pages :^)
This commit is contained in:
committed by
Andreas Kling
parent
7c69b4737b
commit
4fe0cbcf85
@@ -16,8 +16,8 @@ interface HTMLTrackElement : HTMLElement {
|
||||
// FIXME: [const unsigned short LOADING = 1;
|
||||
// FIXME: [const unsigned short LOADED = 2;
|
||||
// FIXME: [const unsigned short ERROR = 3;
|
||||
// FIXME: [readonly attribute unsigned short readyState;
|
||||
[FIXME] readonly attribute unsigned short readyState;
|
||||
|
||||
// FIXME: [readonly attribute TextTrack track;
|
||||
[FIXME] readonly attribute TextTrack track;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user