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

Add Render Blocking Status to PerformanceResourceTiming #327

Merged
merged 5 commits into from
Aug 31, 2022
Prev Previous commit
Next Next commit
Change 'render blocking' to render-blocking
  • Loading branch information
abinpaul1 committed Aug 9, 2022
commit 4bc36c565a852c0feb11180aa3ed2ecbc7e7c734
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ <h3>
<p>
A <a>PerformanceResourceTiming</a> has an associated
{{RenderBlockingStatusType}} <a data-dfn-for=
"PerformanceResourceTiming"><dfn>render blocking status</dfn></a>.
"PerformanceResourceTiming"><dfn>render-blocking status</dfn></a>.
</p>
<p>
The <a>PerformanceResourceTiming</a> interface participates in the
Expand Down Expand Up @@ -706,7 +706,7 @@ <h3>
</ol>
<p data-dfn-for="PerformanceResourceTiming">
The <dfn>renderBlockingStatus</dfn> getter steps are to return the
<a data-for="PerformanceResourceTiming">render blocking status</a>
<a data-for="PerformanceResourceTiming">render-blocking status</a>
for <a>this</a>.
noamr marked this conversation as resolved.
Show resolved Hide resolved
</p>
<p class='note'>
Expand All @@ -733,15 +733,15 @@ <h4>
<dfn>blocking</dfn>
</dt>
<dd>
Render blocking status where <a>this</a>'s <a data-for=
Render-blocking status where <a>this</a>'s <a data-for=
"PerformanceResourceTiming">timing info</a>'s [=fetch timing info/
render-blocking=] is true.
</dd>
<dt>
<dfn>non-blocking</dfn>
</dt>
<dd>
Render blocking status where <a>this</a>'s <a data-for=
Render-blocking status where <a>this</a>'s <a data-for=
"PerformanceResourceTiming">timing info</a>'s [=fetch timing info/
render-blocking=] is false.
</dd>
Expand Down