LibWeb/HTML: Implement TextTrack.mode

This commit is contained in:
Jamie Mansfield 2024-07-25 20:21:06 +01:00 committed by Andreas Kling
commit 4b16f1df05
Notes: github-actions[bot] 2024-07-26 07:31:18 +00:00
3 changed files with 17 additions and 1 deletions

View file

@ -16,7 +16,7 @@ interface TextTrack : EventTarget {
readonly attribute DOMString id;
[FIXME] readonly attribute DOMString inBandMetadataTrackDispatchType;
[FIXME] attribute TextTrackMode mode;
attribute TextTrackMode mode;
[FIXME] readonly attribute TextTrackCueList? cues;
[FIXME] readonly attribute TextTrackCueList? activeCues;