diff --git a/features/event-timing.yml b/features/event-timing.yml index 285c47c6f67..1dd93d918c4 100644 --- a/features/event-timing.yml +++ b/features/event-timing.yml @@ -1,5 +1,5 @@ name: Event timing -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. +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. spec: https://w3c.github.io/event-timing/ group: performance status: diff --git a/features/layout-instability.yml b/features/layout-instability.yml index c68a131793e..78c645c13a5 100644 --- a/features/layout-instability.yml +++ b/features/layout-instability.yml @@ -1,5 +1,5 @@ name: Layout instability -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. +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. spec: https://wicg.github.io/layout-instability/ group: performance compat_features: