Skip to content

Commit f564d40

Browse files
Weekly regen
1 parent 8db6d4a commit f564d40

36 files changed

+66
-50
lines changed

historical-shas.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,22 @@
431431
"from": "2025-10-08",
432432
"to": "2025-10-14"
433433
}
434+
},
435+
{
436+
"sha": "09d3d2c34d",
437+
"date": "2025-10-20",
438+
"week": {
439+
"from": "2025-10-15",
440+
"to": "2025-10-21"
441+
}
442+
},
443+
{
444+
"sha": "5b4458b877",
445+
"date": "2025-10-23",
446+
"week": {
447+
"from": "2025-10-22",
448+
"to": "2025-10-28"
449+
}
434450
}
435451
],
436452
"experimental": [

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"type": "module",
33
"devDependencies": {
44
"@11ty/eleventy": "^3.1.2",
5-
"@mdn/browser-compat-data": "^7.1.13",
5+
"@mdn/browser-compat-data": "^7.1.15",
66
"copyfiles": "^2.4.1",
7-
"playwright": "^1.56.0",
7+
"playwright": "^1.56.1",
88
"rimraf": "^6.0.1",
99
"web-features": "next"
1010
},

site/_data/features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
{
134134
"id": "core-web-vitals",
135135
"name": "Core Web Vitals",
136-
"description": "The <code>largest-contentful-paint</code> performance entry and the <code>LargestContentfulPaint</code> API measures the time it takes for the largest image or text to appear. Largest contentful paint (LCP) is a common metric for perceived loading times.<br>The <code>layout-shift</code> performance entry and <code>LayoutShift</code> API measures the layout stability of web pages based on movements of the elements on the page.<br>The <code>event</code> and <code>first-input</code> performance entries and the <code>PerformanceEventTiming</code> API measures the latency of user input events, such as mouse clicks or keypresses, and the latency of the first user input. First Input Delay (FID) is a common metric for perceived responsiveness.",
136+
"description": "The <code>largest-contentful-paint</code> performance entry and the <code>LargestContentfulPaint</code> API measures the time it takes for the largest image or text to appear. Largest contentful paint (LCP) is a common metric for perceived loading times.<br>The <code>layout-shift</code> performance entry and <code>LayoutShift</code> API measures the layout stability of web pages based on movements of the elements on the page. They're used to calculate Cumulative Layout Shift (CLS), a common metric for perceived stability.<br>The <code>event</code> and <code>first-input</code> performance entries and the <code>PerformanceEventTiming</code> API measures the latency of user input events, such as mouse clicks or keypresses. They're used to calculate Interaction to Next Paint (INP), a common metric for perceived responsiveness.",
137137
"spec": [
138138
"https://w3c.github.io/largest-contentful-paint/",
139139
"https://wicg.github.io/layout-instability/",

site/_data/wpt.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/assets/wpt/all_tests.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/assets/wpt/anchor-positioning.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/assets/wpt/backdrop-filter.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/assets/wpt/blocking-render.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/assets/wpt/calc-size-and-interpolate-size.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)