From 87b45fe1a427adede808389087f5fcc3e175d2ac Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Sat, 21 Mar 2026 01:11:44 +0800 Subject: [PATCH] Add First Paint Definition Signed-off-by: Shubham Gupta --- index.bs | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/index.bs b/index.bs index f4b83e9..5578bed 100644 --- a/index.bs +++ b/index.bs @@ -11,7 +11,7 @@ Editor: Ian Clelland, Google https://google.com, iclelland@chromium.org, w3cid 7 Former Editor: Shubhie Panicker, Google https://google.com, panicker@google.com, w3cid 92587 Nicolás Peña Moreno, Google https://google.com, npm@chromium.org, w3cid 103755 Repository: w3c/paint-timing -Abstract: This document defines an API that can be used to capture a series of key moments (first paint, first contentful paint) during pageload which developers care about. +Abstract: This document defines an API that can be used to capture a series of key moments (first paint, first contentful paint) during page load which developers care about. Default Highlight: js