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 all commits
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
32 changes: 13 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,27 +287,21 @@ <h3>
Resources Included in the <a>PerformanceResourceTiming</a> Interface
</h3>
<p>
All resource [=Request=]s [=fetch=]ed by a non-null
[=request/client=] MUST be 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 MUST 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) MAY be included as <a>PerformanceResourceTiming</a> objects in
the <a data-cite=
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
Timeline</a> and MUST contain initialized attribute values for
processed substeps of the [=fetch|fetching process=].
This section is non-normative.
</p>
<p>
The rest of this section is non-normative.
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 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