Commit 122cda1 1 parent 9ce8c91 commit 122cda1 Copy full SHA for 122cda1
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12650,7 +12650,7 @@ interface <dfn>DOMStringMap</dfn> {
12650
12650
<li><p>If <var>map</var>["<code data-x="">role</code>"] <span data-x="map exists">exists</span>,
12651
12651
then return it.</p></li>
12652
12652
12653
- <li><p>Otherwise, return no role.</p></li>
12653
+ <li><p>Return no role.</p></li>
12654
12654
</ol>
12655
12655
12656
12656
<p>Similarly, for a <span>custom element</span> <var>element</var>, the default ARIA state and
@@ -12664,7 +12664,7 @@ interface <dfn>DOMStringMap</dfn> {
12664
12664
<li><p>If <var>map</var>[<var>stateOrProperty</var>] <span data-x="map exists">exists</span>,
12665
12665
then return it.</p></li>
12666
12666
12667
- <li><p>Otherwise, return the default value for <var>stateOrProperty</var>.</p></li>
12667
+ <li><p>Return the default value for <var>stateOrProperty</var>.</p></li>
12668
12668
</ol>
12669
12669
12670
12670
<p class="note">The "default semantics" referred to here are sometimes also called "native",
You can’t perform that action at this time.
0 commit comments