Skip to content

Commit

Permalink
Adding missing feature descriptions - Batch 11 (#760)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
  • Loading branch information
captainbrosset and foolip authored Apr 15, 2024
1 parent 6c45949 commit b1f9bff
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Generated from: viewport-relative-unit-variants.yml
# Do not edit this file by hand. Edit the source file instead!

name: sv*, lv*, and dv* viewport units
name: Small, large, and dynamic viewport units
description: The `sv*`, `lv*`, and `dv*` CSS viewport units are relative to the smallest, largest, and current (dynamic) viewport size. They are used to size elements in relation to the viewport's dimensions.
spec:
- https://drafts.csswg.org/css-values-4/#viewport-variants
- https://drafts.csswg.org/css-values-4/#viewport-relative-lengths
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: sv*, lv*, and dv* viewport units
name: Small, large, and dynamic viewport units
description: The `sv*`, `lv*`, and `dv*` CSS viewport units are relative to the smallest, largest, and current (dynamic) viewport size. They are used to size elements in relation to the viewport's dimensions.
spec:
- https://drafts.csswg.org/css-values-4/#viewport-variants
- https://drafts.csswg.org/css-values-4/#viewport-relative-lengths
Expand Down
3 changes: 2 additions & 1 deletion feature-group-definitions/viewport-relative-units.dist.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Generated from: viewport-relative-units.yml
# Do not edit this file by hand. Edit the source file instead!

name: Viewport units
description: The `vw`, `vh`, `vmin`, and `vmax` CSS viewport units are relative to the size of the viewport, and are used to size elements in relation to the viewport's dimensions.
# This feature excludes `vb` and `vi` because they were introduced later (see `viewport-relative-unit-variants`)
name: vw, vh, vmin, and vmax viewport units
spec: https://drafts.csswg.org/css-values-4/#viewport-relative-lengths
caniuse: viewport-units
status:
Expand Down
3 changes: 2 additions & 1 deletion feature-group-definitions/viewport-relative-units.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Viewport units
description: The `vw`, `vh`, `vmin`, and `vmax` CSS viewport units are relative to the size of the viewport, and are used to size elements in relation to the viewport's dimensions.
# This feature excludes `vb` and `vi` because they were introduced later (see `viewport-relative-unit-variants`)
name: vw, vh, vmin, and vmax viewport units
spec: https://drafts.csswg.org/css-values-4/#viewport-relative-lengths
caniuse: viewport-units
1 change: 1 addition & 0 deletions feature-group-definitions/visual-viewport.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Do not edit this file by hand. Edit the source file instead!

name: Visual viewport API
description: The `visualViewport` API provides a way to query and modify the user-visible viewport of a web page.
spec: https://drafts.csswg.org/cssom-view-1/#visualViewport
status:
baseline: high
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/visual-viewport.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Visual viewport API
description: The `visualViewport` API provides a way to query and modify the user-visible viewport of a web page.
spec: https://drafts.csswg.org/cssom-view-1/#visualViewport
status:
baseline: high
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/web-animations.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Web animations
description: The web animations API allows you to animate and synchronize the animations of DOM elements.
spec: https://drafts.csswg.org/web-animations-1/
caniuse: web-animation
status:
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/webcodecs.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Do not edit this file by hand. Edit the source file instead!

name: WebCodecs
description: The WebCodecs API provides low-level access to individual video frames and chunks of audio samples, for full control over the way media is processed.
spec: https://w3c.github.io/webcodecs/
caniuse: webcodecs
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/3464
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/webcodecs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: WebCodecs
description: The WebCodecs API provides low-level access to individual video frames and chunks of audio samples, for full control over the way media is processed.
spec: https://w3c.github.io/webcodecs/
caniuse: webcodecs
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/3464
1 change: 1 addition & 0 deletions feature-group-definitions/webdriver-bidi.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Do not edit this file by hand. Edit the source file instead!

name: WebDriver BiDi
description: WebDriver BiDi is a bidirectional protocol that allows a WebDriver client and a browser to communicate with each other.
spec: https://w3c.github.io/webdriver-bidi/
# WebDriver BiDi is not in BCD, see https://github.com/mdn/browser-compat-data/issues/20207
# The browser releases listed here are from:
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/webdriver-bidi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: WebDriver BiDi
description: WebDriver BiDi is a bidirectional protocol that allows a WebDriver client and a browser to communicate with each other.
spec: https://w3c.github.io/webdriver-bidi/
# WebDriver BiDi is not in BCD, see https://github.com/mdn/browser-compat-data/issues/20207
# The browser releases listed here are from:
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/webhid.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Do not edit this file by hand. Edit the source file instead!

name: WebHID
description: The WebHID API provides access to Human Interface Devices (HID) that are connected to the user's device.
spec: https://wicg.github.io/webhid/
caniuse: webhid
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/2865
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/webhid.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: WebHID
description: The WebHID API provides access to Human Interface Devices (HID) that are connected to the user's device.
spec: https://wicg.github.io/webhid/
caniuse: webhid
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/2865
1 change: 1 addition & 0 deletions feature-group-definitions/webp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: WebP
description: The WebP image format is a raster graphics file format that supports animation, alpha transparency, and lossy as well as lossless compression.
spec: https://www.ietf.org/archive/id/draft-zern-webp-15.html
caniuse: webp
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/3797
1 change: 1 addition & 0 deletions feature-group-definitions/webtransport.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: WebTransport
description: The `WebTransport` API transmits data between a client and a server, by using the HTTP/3 protocol.
spec: https://w3c.github.io/webtransport/
caniuse: webtransport
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/3472
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/webusb.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Do not edit this file by hand. Edit the source file instead!

name: WebUSB
description: The WebUSB API exposes USB compatible devices to web pages.
spec: https://wicg.github.io/webusb/
caniuse: webusb
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1519
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/webusb.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: WebUSB
description: The WebUSB API exposes USB compatible devices to web pages.
spec: https://wicg.github.io/webusb/
caniuse: webusb
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1519
Expand Down

0 comments on commit b1f9bff

Please sign in to comment.