@@ -27436,8 +27436,8 @@ document.body.appendChild(wbr);</code></pre>
27436
27436
removed.</p></li>
27437
27437
</ul>
27438
27438
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>
27441
27441
27442
27442
<p>A <dfn>preload key</dfn> is a <span>struct</span>. It has the following <span data-x="struct
27443
27443
item">items</span>:</p>
@@ -93324,8 +93324,8 @@ const p2 = navigation.navigate(url2).finished;</code></pre>
93324
93324
<li><p><dfn>Upcoming non-traverse API method tracker</dfn>, a <span>navigation API method
93325
93325
tracker</span> or null, initially null.</p></li>
93326
93326
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
93329
93329
empty.</p></li>
93330
93330
</ul>
93331
93331
@@ -113527,7 +113527,7 @@ enum <dfn enum>DOMParserSupportedType</dfn> {
113527
113527
<div w-nodev>
113528
113528
113529
113529
<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>,
113531
113531
initially empty. Each <span data-x="map key">key</span> in this map is an identifier for a timer,
113532
113532
and each <span data-x="map value">value</span> is a <code>DOMHighResTimeStamp</code>,
113533
113533
representing the expiry time for that timer.</p>
@@ -143963,6 +143963,7 @@ INSERT INTERFACES HERE
143963
143963
Derek Guenther,
143964
143964
Devarshi Pant,
143965
143965
Devdatta,
143966
+ Devin Mullins,
143966
143967
Devin Rousso,
143967
143968
Di Zhang,
143968
143969
Diego Ferreiro Val,
0 commit comments