Skip to content

Commit

Permalink
Add case for open attribute already set
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed May 19, 2021
1 parent b2dc599 commit a3dadcf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -57113,9 +57113,10 @@ interface <dfn>HTMLDetailsElement</dfn> : <span>HTMLElement</span> {
<li><p>Set <var>currentNode</var> to the <code>details</code> element which
<var>currentNode</var> is slotted into.</p></li>

<li><p><span data-x="concept-element-attributes-set-value">Set</span> the <code
data-x="attr-details-open">open</code> attribute on <var>currentNode</var> to the empty
string.</p></li>
<li><p>If the <code data-x="attr-details-open">open</code> attribute is not set on
<var>currentNode</var>, then <span data-x="concept-element-attributes-set-value">Set</span>
the <code data-x="attr-details-open">open</code> attribute on <var>currentNode</var> to the
empty string.</p></li>
</ol>
</li>

Expand Down

0 comments on commit a3dadcf

Please sign in to comment.