Skip to content

Commit

Permalink
chore: tidy up index.html (#356)
Browse files Browse the repository at this point in the history
Co-authored-by: yoavweiss <yoavweiss@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and yoavweiss committed Oct 27, 2022
1 parent 4e5d051 commit 20d06af
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ <h3>
info</dfn></a>.
</p>
<p>
A <a>PerformanceResourceTiming</a> has an associated
<a data-cite="FETCH#concept-status">status</a> <a data-dfn-for=
A <a>PerformanceResourceTiming</a> has an associated <a data-cite=
"FETCH#concept-status">status</a> <a data-dfn-for=
"PerformanceResourceTiming"><dfn>response status</dfn></a>.
</p>
<p>
Expand Down Expand Up @@ -709,13 +709,15 @@ <h3>
</ol>
<p data-dfn-for="PerformanceResourceTiming">
The <dfn>responseStatus</dfn> getter steps are to return
<a>this</a>'s <a data-for="PerformanceResourceTiming">response status</a>.
<a>this</a>'s <a data-for="PerformanceResourceTiming">response
status</a>.
</p>
<p class='note'>
`responseStatus` is determined in [=Fetch=]. For a cross-origin
<a data-cite="FETCH#dom-requestmode-no-cors">no-cors</a> request it
would be 0 because the response would be an <a data-cite=
"FETCH#concept-filtered-response-opaque">opaque filtered response</a>.
"FETCH#concept-filtered-response-opaque">opaque filtered
response</a>.
</p>
<p data-dfn-for="PerformanceResourceTiming">
The <dfn>renderBlockingStatus</dfn> getter steps are to return
Expand Down

0 comments on commit 20d06af

Please sign in to comment.