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

Make 4.2 non-normative #290

Merged
merged 2 commits into from
Sep 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix 'should' and indentation
  • Loading branch information
noamr committed Sep 29, 2021
commit 3ecbdafc9e1589bab26379bb471367deb8b03742
24 changes: 10 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,22 +290,18 @@ <h3>
This section is non-normative.
</p>
<p>
Resource [=Request=]s [=fetch=]ed by a non-null [=request/client=] should be included as
Resource [=Request=]s [=fetch=]ed by a non-null [=request/client=] are included as
<a>PerformanceResourceTiming</a> objects in the [=request/client=]'s
[=environment settings object/global object=]'s <a data-cite=
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
Timeline</a>, unless excluded from the timeline as part of the
[=fetch|fetching process=]. Resources that are retrieved from
<a data-cite="HTML#relevant-application-cache">relevant application
caches</a> or local resources should also be included as
<a>PerformanceResourceTiming</a> objects in the <a data-cite=
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
Timeline</a> [[PERFORMANCE-TIMELINE-2]]. Resources for which the
[=fetch=] was initiated, but was later aborted (e.g. due to a network
error) should be included as <a>PerformanceResourceTiming</a> objects in
the <a data-cite=
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
Timeline</a>, with their start and end timing.
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance Timeline</a>, unless excluded
from the timeline as part of the [=fetch|fetching process=]. Resources that are retrieved
from <a data-cite="HTML#relevant-application-cache">relevant application caches</a> or
local resources are included as <a>PerformanceResourceTiming</a> objects in the
<a data-cite="PERFORMANCE-TIMELINE-2#performance-timeline">Performance Timeline</a>.
Resources for which the [=fetch=] was initiated, but was later aborted (e.g. due to a
network error) are included as <a>PerformanceResourceTiming</a> objects in the
<a data-cite="PERFORMANCE-TIMELINE-2#performance-timeline">Performance Timeline</a>, with
their start and end timing.
</p>
<p>
Examples:
Expand Down