Skip to content

Commit

Permalink
drop definitions for attributes mapping to idl definitions
Browse files Browse the repository at this point in the history
This was incorrect
  • Loading branch information
keithamus committed Nov 8, 2024
1 parent 6fa9256 commit 1c64d6c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -53710,13 +53710,11 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {

<div w-nodev>

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

0 comments on commit 1c64d6c

Please sign in to comment.