Skip to content

Commit e71c2ab

Browse files
chore: tidy up index.html (#328)
Co-authored-by: noamr <noamr@users.noreply.github.com>
1 parent d1f319e commit e71c2ab

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

‎index.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,8 @@ <h3>
686686
<li>
687687
<p>
688688
Return <a>this</a>'s <a data-for=
689-
"PerformanceResourceTiming">response body info</a>'s [=response body
690-
info/encoded size=] plus 300.
689+
"PerformanceResourceTiming">response body info</a>'s [=response
690+
body info/encoded size=] plus 300.
691691
</p>
692692
<p class='note'>
693693
The constant number added to `transferSize` replaces exposing the
@@ -1062,15 +1062,17 @@ <h2>
10621062
To <dfn data-export="">mark resource timing</dfn> given a [=/fetch
10631063
timing info=] |timingInfo|, a DOMString |requestedURL|, a DOMString
10641064
|initiatorType| a <a>global object</a> |global|, a string
1065-
|cacheMode|, and a [=/response body info=] |bodyInfo|, perform the following steps:
1065+
|cacheMode|, and a [=/response body info=] |bodyInfo|, perform the
1066+
following steps:
10661067
</p>
10671068
<ol>
10681069
<li>Create a <a>PerformanceResourceTiming</a> object |entry| in
10691070
|global|'s [=global object/realm=].
10701071
</li>
10711072
<li>
10721073
<a>Setup the resource timing entry</a> for |entry|, given
1073-
|initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|, and |bodyInfo|.
1074+
|initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|, and
1075+
|bodyInfo|.
10741076
</li>
10751077
<li>
10761078
<a data-cite=
@@ -1087,8 +1089,8 @@ <h2>
10871089
To <dfn data-export="">setup the resource timing entry</dfn> for
10881090
<a>PerformanceResourceTiming</a> |entry| given DOMString
10891091
|initiatorType|, DOMString |requestedURL|, [=/fetch timing info=]
1090-
|timingInfo|, a DOMString |cacheMode|, and a [=response body info=] |bodyInfo|,
1091-
perform the following steps:
1092+
|timingInfo|, a DOMString |cacheMode|, and a [=response body info=]
1093+
|bodyInfo|, perform the following steps:
10921094
</p>
10931095
<ol>
10941096
<li>Assert that |cacheMode| is the empty string or
@@ -1102,8 +1104,9 @@ <h2>
11021104
</li>
11031105
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">timing
11041106
info</a> to |timingInfo|.
1105-
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">response body info</a>
1106-
to |bodyInfo|.
1107+
</li>
1108+
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">response
1109+
body info</a> to |bodyInfo|.
11071110
</li>
11081111
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">cache
11091112
mode</a> to |cacheMode|.

0 commit comments

Comments
 (0)