Skip to content

Commit 70b4a51

Browse files
authored
Fix links to "map" that should be to "ordered map"
They were pointing to the image map element, accidentally.
1 parent 2fb290e commit 70b4a51

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27436,8 +27436,8 @@ document.body.appendChild(wbr);</code></pre>
2743627436
removed.</p></li>
2743727437
</ul>
2743827438

27439-
<p>A <code>Document</code> has a <dfn>map of preloaded resources</dfn>, which is a
27440-
<span>map</span>, initially empty.</p>
27439+
<p>A <code>Document</code> has a <dfn>map of preloaded resources</dfn>, which is an
27440+
<span>ordered map</span>, initially empty.</p>
2744127441

2744227442
<p>A <dfn>preload key</dfn> is a <span>struct</span>. It has the following <span data-x="struct
2744327443
item">items</span>:</p>
@@ -93324,8 +93324,8 @@ const p2 = navigation.navigate(url2).finished;</code></pre>
9332493324
<li><p><dfn>Upcoming non-traverse API method tracker</dfn>, a <span>navigation API method
9332593325
tracker</span> or null, initially null.</p></li>
9332693326

93327-
<li><p><dfn>Upcoming traverse API method trackers</dfn>, a <span>map</span> from strings to <span
93328-
data-x="navigation API method tracker">navigation API method trackers</span>, initially
93327+
<li><p><dfn>Upcoming traverse API method trackers</dfn>, an <span>ordered map</span> from strings
93328+
to <span data-x="navigation API method tracker">navigation API method trackers</span>, initially
9332993329
empty.</p></li>
9333093330
</ul>
9333193331

@@ -113527,7 +113527,7 @@ enum <dfn enum>DOMParserSupportedType</dfn> {
113527113527
<div w-nodev>
113528113528

113529113529
<p>Objects that implement the <code>WindowOrWorkerGlobalScope</code> mixin have a <dfn export
113530-
for="WindowOrWorkerGlobalScope">map of active timers</dfn>, which is a <span>map</span>,
113530+
for="WindowOrWorkerGlobalScope">map of active timers</dfn>, which is an <span>ordered map</span>,
113531113531
initially empty. Each <span data-x="map key">key</span> in this map is an identifier for a timer,
113532113532
and each <span data-x="map value">value</span> is a <code>DOMHighResTimeStamp</code>,
113533113533
representing the expiry time for that timer.</p>
@@ -143963,6 +143963,7 @@ INSERT INTERFACES HERE
143963143963
Derek Guenther,
143964143964
Devarshi Pant,
143965143965
Devdatta,
143966+
Devin Mullins,
143966143967
Devin Rousso,
143967143968
Di Zhang,
143968143969
Diego Ferreiro Val,

0 commit comments

Comments
 (0)