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