LibWeb: Implement VTTCue.position

This commit is contained in:
Jamie Mansfield 2025-08-13 13:51:00 +01:00 committed by Jelle Raaijmakers
parent 8204143b08
commit 73a05f9163
Notes: github-actions[bot] 2025-08-13 21:06:54 +00:00
3 changed files with 30 additions and 2 deletions

View file

@ -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;