Skip to content

Commit

Permalink
Move VTTCue.region to region feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Dec 18, 2024
1 parent 9fa4132 commit 8757476
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
1 change: 0 additions & 1 deletion features/webvtt-cue-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ compat_features:
- api.VTTCue.align
- api.VTTCue.line
- api.VTTCue.position
- api.VTTCue.region
- api.VTTCue.size
- api.VTTCue.snapToLines
- api.VTTCue.vertical
Expand Down
8 changes: 0 additions & 8 deletions features/webvtt-cue-settings.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,3 @@ compat_features:
# safari: "7"
# safari_ios: "7"
- css.selectors.cue.selector_argument

# baseline: false
# support:
# firefox: "59"
# firefox_android: "59"
# safari: "14.1"
# safari_ios: "14.5"
- api.VTTCue.region
1 change: 1 addition & 0 deletions features/webvtt-regions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: WebVTT regions
description: WebVTT regions set the areas of the video where captions or subtitles should be rendered, such as placing roll-up captions used for live captions.
spec: https://w3c.github.io/webvtt/#regions
compat_features:
- api.VTTCue.region
- api.VTTRegion
- api.VTTRegion.VTTRegion
- api.VTTRegion.id
Expand Down
14 changes: 11 additions & 3 deletions features/webvtt-regions.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ status:
support:
firefox: "59"
firefox_android: "59"
safari: "12.1"
safari_ios: "12.2"
safari: "14.1"
safari_ios: "14.5"
compat_features:
# baseline: false
# support:
Expand All @@ -25,11 +25,19 @@ compat_features:
- api.VTTRegion.viewportAnchorY
- api.VTTRegion.width

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# firefox: "59"
# firefox_android: "59"
# safari: "12.1"
# safari_ios: "12.2"
- api.VTTRegion.lines

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# firefox: "59"
# firefox_android: "59"
# safari: "14.1"
# safari_ios: "14.5"
- api.VTTCue.region

0 comments on commit 8757476

Please sign in to comment.