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
Next Next commit
Make 4.2 non-normative
Closes #256
  • Loading branch information
noamr committed Sep 29, 2021
commit acfc532832d3bc9a5211d8dc1d5e71266feebeac
16 changes: 7 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,27 +287,25 @@ <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
This section is non-normative.
</p>
<p>
Resource [=Request=]s [=fetch=]ed by a non-null [=request/client=] should 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
caches</a> or local resources should also be included as
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/should also be/are/?

<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
error) should be included as <a>PerformanceResourceTiming</a> objects in
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/should be/are/

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=].
</p>
<p>
The rest of this section is non-normative.
Timeline</a>, with their start and end timing.
</p>
<p>
Examples:
Expand Down