From 226a79da62f52942afd0cff34f5715c8b6c1e42e Mon Sep 17 00:00:00 2001 From: Sean Feng Date: Tue, 16 Jan 2024 17:36:07 -0500 Subject: [PATCH] Positive: Long Animation Frame API (#962) closes: #929 --- activities.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/activities.json b/activities.json index fc88cda..75ff123 100644 --- a/activities.json +++ b/activities.json @@ -935,6 +935,18 @@ "title": "Let 'localhost' be localhost.", "url": "https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-let-localhost-be-localhost" }, + { + "ciuName": null, + "description": "This specification defines APIs for reporting information for frames that take a long time to render.", + "id": "long-animation-frame-api", + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1734997", + "mozPosition": "positive", + "mozPositionDetail": "This feature allows web developers to measure frame congestion and jank, and has a correlation with how user perceive this type of congestion. Web developers can use this API to improve the perceived performance of their pages.", + "mozPositionIssue": 929, + "org": "Proposal", + "title": "Long Animation Frame API", + "url": "https://w3c.github.io/longtasks/#sec-loaf-timing" + }, { "ciuName": null, "description": "This describes APIs for TCP and UDP communication with arbitrary hosts",