Skip to content

Commit

Permalink
No need for otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Sep 7, 2020
1 parent 3e6eb8d commit 1fba51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -12658,7 +12658,7 @@ interface <dfn>DOMStringMap</dfn> {
<li><p>If <var>map</var>["<code data-x="">role</code>"] <span data-x="map exists">exists</span>,
then return it.</p></li>

<li><p>Otherwise, return no role.</p></li>
<li><p>Return no role.</p></li>
</ol>

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

<li><p>Otherwise, return the default value for <var>stateOrProperty</var>.</p></li>
<li><p>Return the default value for <var>stateOrProperty</var>.</p></li>
</ol>

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

0 comments on commit 1fba51f

Please sign in to comment.