diff --git a/painttiming.bs b/painttiming.bs index ac4386a..669afee 100644 --- a/painttiming.bs +++ b/painttiming.bs @@ -83,7 +83,7 @@ The {{PerformancePaintTiming}} interface {#sec-PerformancePaintTiming} * The {{PerformanceEntry/startTime}} attribute must return a {{DOMHighResTimeStamp}} of when the paint occured. * The {{PerformanceEntry/duration}} attribute must return 0. -NOTE: A user agent implementing {{PerformancePaintTiming}} would need to include "first-paint" and "first-contentful-paint" in {{PerformanceObserver/supportedEntryTypes}} for {{Window}} contexts. +NOTE: A user agent implementing {{PerformancePaintTiming}} would need to include "paint" in {{PerformanceObserver/supportedEntryTypes}} for {{Window}} contexts. This allows developers to detect support for paint timing. Processing model {#sec-processing-model}