From 3454944d7bda05cdd78ea0ef9197c15cb15347f6 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 24 Oct 2024 14:26:10 +0200 Subject: [PATCH 1/2] Add Long animation frames (LoAFs) --- features/{draft/spec => }/long-animation-frames.yml | 6 +++--- features/{draft/spec => }/long-animation-frames.yml.dist | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename features/{draft/spec => }/long-animation-frames.yml (79%) rename features/{draft/spec => }/long-animation-frames.yml.dist (100%) diff --git a/features/draft/spec/long-animation-frames.yml b/features/long-animation-frames.yml similarity index 79% rename from features/draft/spec/long-animation-frames.yml rename to features/long-animation-frames.yml index cb7721ad96d..2f1b9355934 100644 --- a/features/draft/spec/long-animation-frames.yml +++ b/features/long-animation-frames.yml @@ -1,7 +1,7 @@ -draft_date: 2024-09-09 -name: Long Animation Frames API -description: TODO +name: Long animation frames (LoAFs) +description: The `long-animation-frame` performance event type and the `PerformanceLongAnimationFrameTiming` API provide information about rendering updates which are delayed by 50 milliseconds or more. spec: https://w3c.github.io/long-animation-frames/ +group: performance compat_features: - api.PerformanceLongAnimationFrameTiming - api.PerformanceLongAnimationFrameTiming.blockingDuration diff --git a/features/draft/spec/long-animation-frames.yml.dist b/features/long-animation-frames.yml.dist similarity index 100% rename from features/draft/spec/long-animation-frames.yml.dist rename to features/long-animation-frames.yml.dist From b0fe33610a82c4b3d0159d1cebbb62ec1d9475b9 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Mon, 28 Oct 2024 16:11:53 +0100 Subject: [PATCH 2/2] Update features/long-animation-frames.yml Co-authored-by: Daniel D. Beck --- features/long-animation-frames.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/long-animation-frames.yml b/features/long-animation-frames.yml index 2f1b9355934..f7c1833a91d 100644 --- a/features/long-animation-frames.yml +++ b/features/long-animation-frames.yml @@ -1,5 +1,5 @@ -name: Long animation frames (LoAFs) -description: The `long-animation-frame` performance event type and the `PerformanceLongAnimationFrameTiming` API provide information about rendering updates which are delayed by 50 milliseconds or more. +name: Long animation frames +description: The `long-animation-frame` performance event type and the `PerformanceLongAnimationFrameTiming` API provide information about rendering updates that take longer than 50 milliseconds. Also known as LoAFs. spec: https://w3c.github.io/long-animation-frames/ group: performance compat_features: