From 8a54abf1dea938d0f52d9ad84a3d69b8198981ea Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Fri, 26 Apr 2024 16:33:12 +0000 Subject: [PATCH] Correct clarification for data: URIs (#387) Closes #386 --- index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 4e2decf..3cab044 100644 --- a/index.html +++ b/index.html @@ -322,11 +322,10 @@

  • If an HTML IMG element has a data: URI as its source [[RFC2397]], then this resource will not be included as a - PerformanceResourceTiming object in the Performance - Timeline. By definition data: URI contains - embedded data and does not require a [=fetch=]. + PerformanceResourceTiming object in the Performance + Timeline. PerformanceResourceTiming entries are only reported for + [=http(s) scheme|http(s)=] resources.
  • If a resource fetch was aborted due to a networking error (e.g. DNS, TCP, or TLS error), then