Skip to content

Commit

Permalink
reintroduce the command attribute definition
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Nov 8, 2024
1 parent 1d2ad94 commit 2afda9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -53714,8 +53714,9 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
<span>reflect</span> the element's <code data-x="attr-button-commandfor">commandfor</code>
content attribute.</p>

<p>The <code data-x="dom-button-command">command</code> IDL attribute must <span>reflect</span>
the content attribute of the same name.</p>
<p>The <dfn attribute for="HTMLButtonElement"><code
data-x="dom-button-command">command</code></dfn> IDL attribute must <span>reflect</span> the content
attribute of the same name.</p>

<p>The <dfn attribute for="HTMLButtonElement"><code data-x="dom-button-value">value</code></dfn>
IDL attribute must <span>reflect</span> the content attribute of the same name.</p>
Expand Down

0 comments on commit 2afda9a

Please sign in to comment.