Skip to content

Commit

Permalink
Fix links to "map" that should be to "ordered map"
Browse files Browse the repository at this point in the history
They were pointing to the image map element, accidentally.
  • Loading branch information
twifkak committed Jul 18, 2024
1 parent 2fb290e commit 70b4a51
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -27436,8 +27436,8 @@ document.body.appendChild(wbr);</code></pre>
removed.</p></li>
</ul>

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

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

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

Expand Down Expand Up @@ -113527,7 +113527,7 @@ enum <dfn enum>DOMParserSupportedType</dfn> {
<div w-nodev>

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

0 comments on commit 70b4a51

Please sign in to comment.