mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
LibWeb/HTML: Implement TextTrack.mode
This commit is contained in:
parent
97436e7d65
commit
4b16f1df05
Notes:
github-actions[bot]
2024-07-26 07:31:18 +00:00
Author: https://github.com/jamierocks
Commit: 4b16f1df05
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/836
3 changed files with 17 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue