Skip to content

Commit bfe1b6f

Browse files
Bump web-specs from 3.74.0 to 3.75.0 (#3668)
* Bump web-specs from 3.74.0 to 3.75.0 Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.74.0 to 3.75.0. - [Release notes](https://github.com/w3c/browser-specs/releases) - [Commits](https://github.com/w3c/browser-specs/compare/web-specs@3.74.0...web-specs@3.75.0) --- updated-dependencies: - dependency-name: web-specs dependency-version: 3.75.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Change `drafts.fxtf.org` spec URLs to `drafts.csswg.org` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
1 parent 9513a72 commit bfe1b6f

23 files changed

+27
-27
lines changed

features/backdrop-filter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: backdrop-filter
22
description: The `backdrop-filter` CSS property applies graphical effects such as blurring or color shifting to the area behind an element.
3-
spec: https://drafts.fxtf.org/filter-effects-2/#BackdropFilterProperty
3+
spec: https://drafts.csswg.org/filter-effects-2/#BackdropFilterProperty
44
group: css
55
caniuse: css-backdrop-filter

features/background-blend-mode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: background-blend-mode
22
description: The `background-blend-mode` CSS property blends an element's background image and background color using blend modes like `multiply`, `difference`, or `color`.
3-
spec: https://drafts.fxtf.org/compositing-2/#background-blend-mode
3+
spec: https://drafts.csswg.org/compositing-2/#background-blend-mode
44
caniuse: css-backgroundblendmode
55
group: blend-mode
66
compat_features:

features/clip-path-animatable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Animatable clipping paths
22
description: The `clip-path` property can be animated using CSS transitions and animations.
3-
spec: https://drafts.fxtf.org/css-masking-1/#the-clip-path
3+
spec: https://drafts.csswg.org/css-masking-1/#the-clip-path
44
group: clipping-shapes-masking
55
compat_features:
66
- css.properties.clip-path.is_animatable

features/clip-path-boxes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Clip path boxes
22
description: The `fill-box`, `stroke-box`, and `view-box` values for `clip-path` set an edge of the element's box to use as the clipping shape.
3-
spec: https://drafts.fxtf.org/css-masking-1/#the-clip-path
3+
spec: https://drafts.csswg.org/css-masking-1/#the-clip-path
44
group: clipping-shapes-masking
55
compat_features:
66
- css.properties.clip-path.fill-box

features/clip-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: clip-path
22
description: The `clip-path` CSS property and SVG attribute set the visible area of an element. Everything outside the area will be hidden.
3-
spec: https://drafts.fxtf.org/css-masking-1/#the-clip-path
3+
spec: https://drafts.csswg.org/css-masking-1/#the-clip-path
44
# caniuse groups more clip-path features and tells a spottier support story.
55
# caniuse: css-clip-path
66
group: clipping-shapes-masking

features/clip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: clip
22
description: The `clip` CSS property sets the visible area of an absolutely positioned element.
3-
spec: https://drafts.fxtf.org/css-masking-1/#clip-property
3+
spec: https://drafts.csswg.org/css-masking-1/#clip-property
44
group: clipping-shapes-masking
55
discouraged:
66
reason: The CSS Masking specification deprecated the `clip` property.
77
according_to:
8-
- https://drafts.fxtf.org/css-masking-1/#clip-property
8+
- https://drafts.csswg.org/css-masking-1/#clip-property
99
alternatives:
1010
- clip-path
1111
compat_features:

features/dom-geometry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: DOM Geometry
22
description: The `DOMMatrix`, `DOMPoint`, `DOMQuad` and `DOMRect` APIs represent points, rectangles, quadrilaterals and transformation matrices within JavaScript. They can be used in transformations in CSS, `<canvas>`, and SVG.
3-
spec: https://drafts.fxtf.org/geometry-1/
3+
spec: https://drafts.csswg.org/geometry-1/
44
status:
55
compute_from: api.DOMMatrix
66
compat_features:

features/draft/spec/compositing-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
draft_date: 2025-11-03
22
name: Compositing and Blending Level 1
33
description: TODO
4-
spec: https://drafts.fxtf.org/compositing-1/
4+
spec: https://drafts.csswg.org/compositing-1/
55
compat_features:
66
- css.properties.isolation.auto
77
- css.properties.isolation.isolate

features/draft/spec/css-masking-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
draft_date: 2025-11-03
22
name: CSS Masking Module Level 1
33
description: TODO
4-
spec: https://drafts.fxtf.org/css-masking-1/
4+
spec: https://drafts.csswg.org/css-masking-1/
55
compat_features:
66
- css.properties.clip-path.border-box
77
- css.properties.clip-path.content-box

features/draft/spec/filter-effects-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
draft_date: 2025-11-03
22
name: Filter Effects Module Level 1
33
description: TODO
4-
spec: https://drafts.fxtf.org/filter-effects-1/
4+
spec: https://drafts.csswg.org/filter-effects-1/
55
compat_features:
66
- css.properties.backdrop-filter.none
77
- css.properties.filter.none

0 commit comments

Comments
 (0)