Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct clarification for data: URIs #387

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading