Skip to content

Commit bc47c39

Browse files
committed
nits
1 parent 46e3f8f commit bc47c39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,11 +649,11 @@ <h3>Extensions to the <code>Performance</code> Interface</h3>
649649

650650
<section id="sec-cross-origin-resources">
651651
<h3>Cross-origin Resources</h3>
652-
<p class="note" data-dfn-for="PerformanceResourceTiming">As detailed in [=fetch=],
652+
<p class="note" data-dfn-for="PerformanceResourceTiming">As detailed in [=Fetch=],
653653
cross-origin resources are included as <a>PerformanceResourceTiming</a> objects in the
654654
<a data-cite="PERFORMANCE-TIMELINE-2#performance-timeline">Performance
655655
Timeline</a>. If the <a href="FETCH#concept-tao-check">timing allow check</a> algorithm
656-
fails for a resource, these attributes of its <a>PerformanceResourceTiming</a>
656+
fails for a resource, the following attributes of its <a>PerformanceResourceTiming</a>
657657
object are set to zero:
658658
{{PerformanceResourceTiming/redirectStart}}, {{PerformanceResourceTiming/redirectEnd}},
659659
{{PerformanceResourceTiming/domainLookupStart}}, {{PerformanceResourceTiming/domainLookupEnd}},
@@ -670,7 +670,6 @@ <h3>Cross-origin Resources</h3>
670670
section.</p>
671671
<section id="sec-timing-allow-origin">
672672
<h4><code>Timing-Allow-Origin</code> Response Header</h4>
673-
<p class="note">This section is non-normative.</p>
674673
<p>The <dfn>Timing-Allow-Origin</dfn> HTTP response header field
675674
can be used to communicate a policy indicating origin(s) that are
676675
allowed to see values of attributes that would have been zero due

0 commit comments

Comments
 (0)