mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Implement VTTCue.line
This commit is contained in:
parent
9080af4085
commit
8204143b08
Notes:
github-actions[bot]
2025-08-13 21:06:59 +00:00
Author: https://github.com/jamierocks
Commit: 8204143b08
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5840
Reviewed-by: https://github.com/gmta ✅
3 changed files with 55 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ interface VTTCue : TextTrackCue {
|
|||
attribute VTTRegion? region;
|
||||
attribute DirectionSetting vertical;
|
||||
attribute boolean snapToLines;
|
||||
[FIXME] attribute LineAndPositionSetting line;
|
||||
attribute LineAndPositionSetting line;
|
||||
attribute LineAlignSetting lineAlign;
|
||||
[FIXME] attribute LineAndPositionSetting position;
|
||||
attribute PositionAlignSetting positionAlign;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue