Skip to content

Commit 5930bad

Browse files
tunethewebddbeck
andauthored
Add Core Web Vital Metrics to descriptions (#3454)
* FID to INP * Add CLS description too * Explain why metric is related to API Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 1092d27 commit 5930bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/event-timing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Event timing
2-
description: The `event` and `first-input` performance entries and the `PerformanceEventTiming` 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.
2+
description: The `event` and `first-input` performance entries and the `PerformanceEventTiming` 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.
33
spec: https://w3c.github.io/event-timing/
44
group: performance
55
status:

features/layout-instability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Layout instability
2-
description: The `layout-shift` performance entry and `LayoutShift` API measures the layout stability of web pages based on movements of the elements on the page.
2+
description: The `layout-shift` performance entry and `LayoutShift` 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.
33
spec: https://wicg.github.io/layout-instability/
44
group: performance
55
compat_features:

0 commit comments

Comments
 (0)