Skip to content

Commit 0226ea5

Browse files
committed
Correct clarification for data: URIs
Closes #386
1 parent c75a9f5 commit 0226ea5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,10 @@ <h3>
322322
<li>If an HTML <code>IMG</code> element has a <code><a href=
323323
"https://tools.ietf.org/html/rfc2397">data: URI</a></code> as its
324324
source [[RFC2397]], then this resource will not be included as a <a>
325-
PerformanceResourceTiming</a> object in the <a data-cite=
326-
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
327-
Timeline</a>. By definition <code><a href=
328-
"https://tools.ietf.org/html/rfc2397">data: URI</a></code> contains
329-
embedded data and does not require a [=fetch=].
325+
PerformanceResourceTiming</a> object in the <a data-cite=
326+
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
327+
Timeline</a>. <a>PerformanceResourceTiming</a> entries are only reported for
328+
[=http(s) scheme|http(s)=] resources.
330329
</li>
331330
<li>If a resource <a data-cite="FETCH#concept-fetch">fetch</a> was
332331
aborted due to a networking error (e.g. DNS, TCP, or TLS error), then

0 commit comments

Comments
 (0)