Skip to content

Commit b32e9bd

Browse files
Bump web-specs from 3.75.0 to 3.76.0 (#3685)
* Bump web-specs from 3.75.0 to 3.76.0 Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.75.0 to 3.76.0. - [Release notes](https://github.com/w3c/browser-specs/releases) - [Commits](https://github.com/w3c/browser-specs/compare/web-specs@3.75.0...web-specs@3.76.0) --- updated-dependencies: - dependency-name: web-specs dependency-version: 3.76.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix css-shadow spec URLs css-scoping and css-shadow-parts have merged into css-shadow See w3c/csswg-drafts#13314 --------- 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 879469a commit b32e9bd

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

features/has-slotted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: :has-slotted
22
description: The `:has-slotted` CSS pseudo-class matches `<slot>` elements where the fallback content is not shown. The pseudo-class matches any slotted content, including white space, text nodes, or elements.
3-
spec: https://drafts.csswg.org/css-scoping-1/#the-has-slotted-pseudo
3+
spec: https://drafts.csswg.org/css-shadow-1/#the-has-slotted-pseudo
44
group:
55
- selectors
66
- web-components

features/host-context.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ":host-context()"
22
description: The `:host-context()` CSS pseudo-class selects the containing element of the shadow tree in which it is used if that element or an ancestor matches the provided selector.
3-
spec: https://drafts.csswg.org/css-scoping-1/#host-selector
3+
spec: https://drafts.csswg.org/css-shadow-1/#host-selector
44
group:
55
- selectors
66
- web-components

features/host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Host
22
description: The `:host` CSS pseudo-class selects the containing element of the shadow tree in which it is used. The `:host()` CSS pseudo-class selects the that element only if it matches the provided selector.
3-
spec: https://drafts.csswg.org/css-scoping-1/#host-selector
3+
spec: https://drafts.csswg.org/css-shadow-1/#host-selector
44
group:
55
- selectors
66
- web-components

features/shadow-parts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Shadow parts
22
description: The `part` and `exportparts` HTML attributes expose elements of a shadow DOM as named parts, which can be selected by the `::part()` CSS pseudo-element for styling.
3-
spec: https://drafts.csswg.org/css-shadow-parts-1/
3+
spec: https://drafts.csswg.org/css-shadow-1/#exposing
44
group:
55
- selectors
66
- web-components

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"typescript": "^5.9.3",
6666
"typescript-eslint": "^8.52.0",
6767
"unified": "^11.0.5",
68-
"web-specs": "^3.75.0",
68+
"web-specs": "^3.76.0",
6969
"winston": "^3.19.0",
7070
"yaml": "^2.8.2",
7171
"yargs": "^18.0.0"

towards-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In other words, building a curated list of specifications takes time. And specif
2323

2424
## The web as a set of features
2525

26-
The unit of discourse in developer circles is the **feature**. If you want to offload canvas rendering to a dedicated worker, you will be looking at `OffscreenCanvas` support, defined in [HTML](https://html.spec.whatwg.org/multipage/canvas.html#the-offscreencanvas-interface). In some cases, there is a one-to-one mapping between features and specifications. Flexbox as a feature is essentially the [CSS Flexbox module](https://drafts.csswg.org/css-flexbox/). In other cases, a feature is defined within a single specification, e.g. support for `OffscreenCanvas` is defined in HTML. From time to time, a feature worthy of interest spans multiple specifications. For instance, the notion of web components encompasses features in [HTML](http://html.spec.whatwg.org/multipage/), [DOM](https://dom.spec.whatwg.org/), [CSS Scoping](https://drafts.csswg.org/css-scoping/), and [CSS Shadow Parts](https://drafts.csswg.org/css-shadow-parts/).
26+
The unit of discourse in developer circles is the **feature**. If you want to offload canvas rendering to a dedicated worker, you will be looking at `OffscreenCanvas` support, defined in [HTML](https://html.spec.whatwg.org/multipage/canvas.html#the-offscreencanvas-interface). In some cases, there is a one-to-one mapping between features and specifications. Flexbox as a feature is essentially the [CSS Flexbox module](https://drafts.csswg.org/css-flexbox/). In other cases, a feature is defined within a single specification, e.g. support for `OffscreenCanvas` is defined in HTML. From time to time, a feature worthy of interest spans multiple specifications. For instance, the notion of web components encompasses features in [HTML](http://html.spec.whatwg.org/multipage/), [DOM](https://dom.spec.whatwg.org/), [CSS Scoping](https://drafts.csswg.org/css-scoping/), and [CSS Shadow](https://drafts.csswg.org/css-shadow/).
2727

2828
As with specifications, to cross information about features from multiple sources, e.g. [Can I Use](https://caniuse.com/), [Chrome Platform Status](https://chromestatus.com/), [Webkit status](https://webkit.org/status/), or [Browser Compatibility Data](https://github.com/mdn/browser-compat-data) (BCD), we need to agree on a common list of features and identifiers to reference them.
2929

0 commit comments

Comments
 (0)