Skip to content

Commit 122cda1

Browse files
annevkdomenic
authored andcommitted
No need for otherwise
1 parent 9ce8c91 commit 122cda1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

+2-2
Original file line numberDiff line numberDiff line change
@@ -12650,7 +12650,7 @@ interface <dfn>DOMStringMap</dfn> {
1265012650
<li><p>If <var>map</var>["<code data-x="">role</code>"] <span data-x="map exists">exists</span>,
1265112651
then return it.</p></li>
1265212652

12653-
<li><p>Otherwise, return no role.</p></li>
12653+
<li><p>Return no role.</p></li>
1265412654
</ol>
1265512655

1265612656
<p>Similarly, for a <span>custom element</span> <var>element</var>, the default ARIA state and
@@ -12664,7 +12664,7 @@ interface <dfn>DOMStringMap</dfn> {
1266412664
<li><p>If <var>map</var>[<var>stateOrProperty</var>] <span data-x="map exists">exists</span>,
1266512665
then return it.</p></li>
1266612666

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>
1266812668
</ol>
1266912669

1267012670
<p class="note">The "default semantics" referred to here are sometimes also called "native",

0 commit comments

Comments
 (0)