|
845 | 845 | </li>
|
846 | 846 | </ol>
|
847 | 847 | <p>
|
848 |
| - To <dfn>add a PerformanceResourceTiming entry</dfn> <i>new entry</i> into the |
849 |
| - <a data-cite= |
| 848 | + To <dfn>add a PerformanceResourceTiming entry</dfn> <i>new entry</i> |
| 849 | + into the <a data-cite= |
850 | 850 | 'PERFORMANCE-TIMELINE-2/#dfn-performance-entry-buffer'>performance
|
851 | 851 | entry buffer</a>, run the following steps:
|
852 | 852 | </p>
|
@@ -1128,7 +1128,6 @@ <h2>
|
1128 | 1128 | <li>Create a <a>PerformanceResourceTiming</a> object |entry| in
|
1129 | 1129 | |global|'s [=global object/realm=].
|
1130 | 1130 | </li>
|
1131 |
| - |
1132 | 1131 | <li>
|
1133 | 1132 | <a>Setup the resource timing entry</a> for |entry|, given
|
1134 | 1133 | |initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|,
|
@@ -1158,14 +1157,14 @@ <h2>
|
1158 | 1157 | <li>Assert that |cacheMode| is the empty string,
|
1159 | 1158 | "<code>local</code>", or "<code>validated</code>".
|
1160 | 1159 | </li>
|
1161 |
| - |
1162 |
| - <li>Let |global| be |entry|'s [=relevant global object=].</li> |
1163 |
| - |
1164 |
| - <li>[=initialize a PerformanceEntry|Initialize=] |entry| given |
1165 |
| - the result of <a data-lt="convert fetch timestamp">converting</a> |timingInfo|'s |
1166 |
| - [=fetch timing info/start time=] given |global|, "<code>resource</code>", |
1167 |
| - |requestedURL|, and the result of <a data-lt="convert fetch timestamp">converting</a> |
1168 |
| - |timingInfo|'s [=fetch timing info/end time=] given |global|. |
| 1160 | + <li>Let |global| be |entry|'s [=relevant global object=]. |
| 1161 | + </li> |
| 1162 | + <li>[=initialize a PerformanceEntry|Initialize=] |entry| given the |
| 1163 | + result of <a data-lt="convert fetch timestamp">converting</a> |
| 1164 | + |timingInfo|'s [=fetch timing info/start time=] given |global|, |
| 1165 | + "<code>resource</code>", |requestedURL|, and the result of |
| 1166 | + <a data-lt="convert fetch timestamp">converting</a> |timingInfo|'s |
| 1167 | + [=fetch timing info/end time=] given |global|. |
1169 | 1168 | </li>
|
1170 | 1169 | <li>Set |entry|'s <a data-for="PerformanceResourceTiming">initiator
|
1171 | 1170 | type</a> to |initiatorType|.
|
|
0 commit comments