Skip to content

Commit

Permalink
Correct clarification for data: URIs (#387)
Browse files Browse the repository at this point in the history
Closes #386
  • Loading branch information
noamr committed Apr 26, 2024
1 parent c75a9f5 commit 8a54abf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,10 @@ <h3>
<li>If an HTML <code>IMG</code> element has a <code><a href=
"https://tools.ietf.org/html/rfc2397">data: URI</a></code> as its
source [[RFC2397]], then this resource will not be included as a <a>
PerformanceResourceTiming</a> object in the <a data-cite=
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
Timeline</a>. By definition <code><a href=
"https://tools.ietf.org/html/rfc2397">data: URI</a></code> contains
embedded data and does not require a [=fetch=].
PerformanceResourceTiming</a> object in the <a data-cite=
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
Timeline</a>. <a>PerformanceResourceTiming</a> entries are only reported for
[=http(s) scheme|http(s)=] resources.
</li>
<li>If a resource <a data-cite="FETCH#concept-fetch">fetch</a> was
aborted due to a networking error (e.g. DNS, TCP, or TLS error), then
Expand Down

0 comments on commit 8a54abf

Please sign in to comment.