Skip to content

Commit ef3d651

Browse files
Weekly regen
1 parent 1fdb37c commit ef3d651

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.1.2",
5+
"@mdn/browser-compat-data": "^7.1.4",
66
"copyfiles": "^2.4.1",
77
"playwright": "^1.55.0",
88
"rimraf": "^6.0.1",

site/_data/features.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"name": "field-sizing",
293293
"description": "The <code>field-sizing</code> CSS property allows form controls such as <code>&#x3C;textarea></code> to be sized based on their content.",
294294
"spec": [
295-
"https://drafts.csswg.org/css-ui-4/#field-sizing"
295+
"https://drafts.csswg.org/css-forms-1/#field-sizing"
296296
],
297297
"rationale": [
298298
{
@@ -623,7 +623,7 @@
623623
"name": "Speculation rules",
624624
"description": "Speculation rules are hints to the browser to proactively download pages in the background so they appear instantly when the user navigates to them.",
625625
"spec": [
626-
"https://wicg.github.io/nav-speculation/speculation-rules.html",
626+
"https://github.com/whatwg/html/pull/11426",
627627
"https://wicg.github.io/nav-speculation/prerendering.html"
628628
],
629629
"rationale": [

0 commit comments

Comments
 (0)