Skip to content

Commit ebaf63b

Browse files
authored
Merge pull request #92 from w3c/fix-references
Fix broken references to INFRA#map.
2 parents 2807e9b + ac1b815 commit ebaf63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
1. Let |metric| be a new {{PerformanceServerTiming}} whose <a data-for="PerformanceServerTiming">metric name</a> is |name|.
122122

123-
1. Let |params| be an empty <a data-cite="INFRA#map">map</a>.
123+
1. Let |params| be an empty <a>ordered map</a>.
124124

125125
1. While |position| is not at the end of |field|:
126126

@@ -187,7 +187,7 @@
187187

188188
A {{PerformanceServerTiming}} has an associated string <dfn>metric name</dfn>, initially set to the empty string.
189189

190-
A {{PerformanceServerTiming}} has an associated <a data-cite="INFRA#map">map</a> <dfn>params</dfn>, initially empty.
190+
A {{PerformanceServerTiming}} has an associated <a>ordered map</a> <dfn>params</dfn>, initially empty.
191191
</section>
192192

193193
<!-- TODO: How do extend and cross-reference the interface? -->

0 commit comments

Comments
 (0)