Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions features/webvtt-regions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
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
- api.VTTRegion.lines
- api.VTTRegion.regionAnchorX
- api.VTTRegion.regionAnchorY
- api.VTTRegion.scroll
- api.VTTRegion.viewportAnchorX
- api.VTTRegion.viewportAnchorY
- api.VTTRegion.width
27 changes: 25 additions & 2 deletions features/webvtt-regions.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ status:
support:
firefox: "59"
firefox_android: "59"
safari: "7"
safari_ios: "7"
safari: "14.1"
safari_ios: "14.5"
compat_features:
# baseline: false
# support:
# firefox: "59"
# firefox_android: "59"
# safari: "7"
# safari_ios: "7"
- api.VTTRegion
- api.VTTRegion.VTTRegion
- api.VTTRegion.id
Expand All @@ -18,3 +24,20 @@ compat_features:
- api.VTTRegion.viewportAnchorX
- api.VTTRegion.viewportAnchorY
- api.VTTRegion.width

# 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
Loading