You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The <span>supported property names</span> on a <code>DOMStringMap</code> object at any instant
7679
-
are the names of each pair returned from the algorithm for getting the list of name-value pairs at
7680
-
that instant, in the order returned.</p>
7680
+
are the names of each pair returned from the algorithm for <span>getting the list of name-value
7681
+
pairs</span> at that instant, in the order returned.</p>
7681
7682
7682
-
<p>To <dfn data-x="dom-DOMStringMap-namedItem">determine the value of a named property</dfn> <var>name</var> in a <code>DOMStringMap</code>, the user agent must return the value component
7683
-
of the name-value pair whose name component is <var>name</var> in the list returned by
7684
-
the algorithm for getting the list of name-value pairs.</p>
7683
+
<p>To <dfn data-x="dom-DOMStringMap-namedItem">determine the value of a named property</dfn>
7684
+
<var>name</var> in a <code>DOMStringMap</code>, the user agent must return the value component of
7685
+
the name-value pair whose name component is <var>name</var> in the list returned by the algorithm
7686
+
for <span>getting the list of name-value pairs</span>.</p>
7685
7687
7686
7688
<p>To <dfn data-x="dom-DOMStringMap-setItem">set</dfn> the value of a named property
7687
-
<var>name</var> to value <var>value</var>, the algorithm for setting names to certain values must
7688
-
be run, passing <var>name</var> as the name and <var>value</var> as the value.</p>
7689
-
7690
-
<p>To <dfn data-x="dom-DOMStringMap-removeItem">delete an existing named property</dfn> <var>name</var>, the algorithm for deleting names must be run, passing <var>name</var> as the name.</p>
7689
+
<var>name</var> to value <var>value</var>, the algorithm for <span>setting names to certain
7690
+
values</span> must be run, passing <var>name</var> as the name and <var>value</var> as the
7691
+
value.</p>
7691
7692
7692
-
<p class="note">The <code>DOMStringMap</code> interface definition here is only intended for
7693
-
JavaScript environments. Other language bindings will need to define how <code>DOMStringMap</code>
7694
-
is to be implemented for those languages.</p>
7693
+
<p>To <dfn data-x="dom-DOMStringMap-removeItem">delete an existing named property</dfn>
7694
+
<var>name</var>, the algorithm for <span>deleting names</span> must be run, passing
0 commit comments