Skip to content

Commit 134ef99

Browse files
Weekly regen
1 parent 7dcb649 commit 134ef99

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
@@ -2,7 +2,7 @@
22
"type": "module",
33
"devDependencies": {
44
"@11ty/eleventy": "^3.1.2",
5-
"@mdn/browser-compat-data": "^7.2.3",
5+
"@mdn/browser-compat-data": "^7.2.4",
66
"copyfiles": "^2.4.1",
77
"playwright": "^1.57.0",
88
"rimraf": "^6.1.2",

site/_data/features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"name": ":has-slotted",
319319
"description": "The <code>:has-slotted</code> CSS pseudo-class matches <code>&#x3C;slot></code> elements where the fallback content is not shown. The pseudo-class matches any slotted content, including white space, text nodes, or elements.",
320320
"spec": [
321-
"https://drafts.csswg.org/css-scoping-1/#the-has-slotted-pseudo"
321+
"https://drafts.csswg.org/css-shadow-1/#the-has-slotted-pseudo"
322322
],
323323
"rationale": [
324324
{

0 commit comments

Comments
 (0)