|
308 | 308 | <ul>
|
309 | 309 | <li>If the same canonical URL is used as the <code>src</code>
|
310 | 310 | attribute of two HTML <code>IMG</code> elements, the [=fetch=] of the
|
311 |
| - resource initiated by the first HTML <code>IMG</code> element SHOULD |
| 311 | + resource initiated by the first HTML <code>IMG</code> element would |
312 | 312 | be included as a <a>PerformanceResourceTiming</a> object in the
|
313 | 313 | <a data-cite=
|
314 | 314 | "PERFORMANCE-TIMELINE-2#performance-timeline">Performance
|
@@ -371,16 +371,14 @@ <h3>
|
371 | 371 | </li>
|
372 | 372 | <li>If a resource <a data-cite="FETCH#concept-fetch">fetch</a> was
|
373 | 373 | aborted due to a networking error (e.g. DNS, TCP, or TLS error), then
|
374 |
| - the fetch MAY be included as a <a>PerformanceResourceTiming</a> |
| 374 | + the fetch will be included as a <a>PerformanceResourceTiming</a> |
375 | 375 | object in the <a data-cite=
|
376 | 376 | "PERFORMANCE-TIMELINE-2#performance-timeline">Performance
|
377 |
| - Timeline</a> with initialized attribute values up to the point of |
378 |
| - failure - e.g. a TCP handshake error should report DNS timestamps for |
379 |
| - the request, and so on. |
| 377 | + Timeline</a> with only the `startTime`, `fetchStart`, `duration` and `responseEnd` set. |
380 | 378 | </li>
|
381 | 379 | <li>If a resource <a data-cite="FETCH#concept-fetch">fetch</a> is
|
382 | 380 | aborted because it failed a fetch precondition (e.g. mixed content,
|
383 |
| - CORS restriction, CSP policy, etc), then this resource SHOULD NOT not |
| 381 | + CORS restriction, CSP policy, etc), then this resource will not |
384 | 382 | be included as a <a>PerformanceResourceTiming</a> object in the
|
385 | 383 | <a data-cite=
|
386 | 384 | "PERFORMANCE-TIMELINE-2#performance-timeline">Performance
|
|
0 commit comments