@@ -649,11 +649,11 @@ <h3>Extensions to the <code>Performance</code> Interface</h3>
649
649
650
650
< section id ="sec-cross-origin-resources ">
651
651
< 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 =],
653
653
cross-origin resources are included as < a > PerformanceResourceTiming</ a > objects in the
654
654
< a data-cite ="PERFORMANCE-TIMELINE-2#performance-timeline "> Performance
655
655
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 >
657
657
object are set to zero:
658
658
{{PerformanceResourceTiming/redirectStart}}, {{PerformanceResourceTiming/redirectEnd}},
659
659
{{PerformanceResourceTiming/domainLookupStart}}, {{PerformanceResourceTiming/domainLookupEnd}},
@@ -670,7 +670,6 @@ <h3>Cross-origin Resources</h3>
670
670
section.</ p >
671
671
< section id ="sec-timing-allow-origin ">
672
672
< h4 > < code > Timing-Allow-Origin</ code > Response Header</ h4 >
673
- < p class ="note "> This section is non-normative.</ p >
674
673
< p > The < dfn > Timing-Allow-Origin</ dfn > HTTP response header field
675
674
can be used to communicate a policy indicating origin(s) that are
676
675
allowed to see values of attributes that would have been zero due
0 commit comments