Skip to content

Commit 1395c9f

Browse files
committed
Add WebVTT cue alignment feature
1 parent c250320 commit 1395c9f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

features/webvtt-cue-alignment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: WebVTT cue alignment
2+
description: The WebVTT cue alignment settings control which part of the cue is aligned with the given line and position. Cue alignment is set using `line` and `position` settings in WebVTT files or the `lineAlign` and `positionAlign` properties of `VTTCue` using JavaScript.
3+
spec:
4+
- https://w3c.github.io/webvtt/#dom-vttcue-linealign
5+
- https://w3c.github.io/webvtt/#dom-vttcue-positionalign
6+
compat_features:
7+
- api.VTTCue.lineAlign
8+
- api.VTTCue.positionAlign
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Generated from: webvtt-cue-alignment.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
firefox: "31"
8+
firefox_android: "31"
9+
safari: "14.1"
10+
safari_ios: "14.5"

0 commit comments

Comments
 (0)