Skip to content

Commit e743fae

Browse files
authored
Merge branch 'web-platform-dx:main' into main
2 parents e293f08 + a56950e commit e743fae

38 files changed

+102
-63
lines changed

features/abortable-fetch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: Abortable fetch
22
description: If you construct a fetch request with an `AbortSignal`, you can cancel the request.
33
spec: https://fetch.spec.whatwg.org/#ref-for-dom-request-signal%E2%91%A1
4+
group: fetch

features/avif.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: AVIF
22
description: AVIF (AV1 Image File Format) is an image format based on the AV1 video format.
33
spec: https://aomediacodec.github.io/av1-avif/
4+
group: image-formats
45
caniuse: avif
56
compat_features:
67
- mediatypes.image.avif

features/border-shape.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: border-shape
2+
description: The `border-shape` CSS property sets the geometry of the border box, changing the shape of any applicable border, border image, focus outline, or shadow.
3+
spec: https://drafts.csswg.org/css-borders-4/#border-shape
4+
compat_features:
5+
- css.properties.border-shape
6+
- css.properties.border-shape.none

features/border-shape.yml.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Generated from: border-shape.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- css.properties.border-shape
9+
- css.properties.border-shape.none

features/draft/spec/navigation-timing-2.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

features/draft/spec/navigation-timing-2.yml.dist

Lines changed: 0 additions & 15 deletions
This file was deleted.

features/draft/spec/web-animations-2.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-02-16
1+
draft_date: 2026-04-02
22
name: Web Animations Module Level 2
33
description: TODO
44
spec: https://drafts.csswg.org/web-animations-2/
@@ -53,7 +53,6 @@ compat_features:
5353
# - api.Element.animate.implicit_tofrom
5454
# - api.Element.animate.options_composite_parameter
5555
# - api.Element.animate.options_id_parameter
56-
# - api.Element.animate.options_iterationComposite_parameter
5756
# - api.Element.animate.options_pseudoElement_parameter
5857
# - api.Element.animate.options_rangeEnd_parameter
5958
# - api.Element.animate.options_rangeStart_parameter
@@ -63,8 +62,10 @@ compat_features:
6362
# - api.KeyframeEffect.KeyframeEffect
6463
# - api.KeyframeEffect.composite
6564
# - api.KeyframeEffect.getKeyframes
66-
# - api.KeyframeEffect.iterationComposite
6765
# - api.KeyframeEffect.pseudoElement
6866
# - api.KeyframeEffect.setKeyframes
6967
# - api.KeyframeEffect.target
7068
# - api.ShadowRoot.getAnimations
69+
# - iterationComposite:
70+
# - api.Element.animate.options_iterationComposite_parameter
71+
# - api.KeyframeEffect.iterationComposite
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
draft_date: 2025-10-08
2-
name: CSS Color HDR Module Level 1
3-
description: TODO
4-
spec: https://drafts.csswg.org/css-color-hdr-1/
1+
name: dynamic-range-limit
2+
description: >
3+
The `dynamic-range-limit` CSS property controls the peak luminance of high dynamic range content.
4+
You can use this to coordinate the apparent brightness of HDR and SDR content.
5+
spec: https://drafts.csswg.org/css-color-hdr-1/#controlling-dynamic-range
6+
group: css
57
compat_features:
68
- css.properties.dynamic-range-limit
79
- css.properties.dynamic-range-limit.constrained

features/draft/spec/css-color-hdr-1.yml.dist renamed to features/dynamic-range-limit.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from: css-color-hdr-1.yml
1+
# Generated from: dynamic-range-limit.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:

features/fetch-formdata.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Fetch form data
22
description: The `Request.formData()` and `Response.formData()` methods read a request or response body and return a `FormData` promise. You can use it to access the fields of a form submission.
33
spec: https://fetch.spec.whatwg.org/#body-mixin
4+
group: fetch
45
compat_features:
56
- api.Request.formData
67
- api.Response.formData

0 commit comments

Comments
 (0)