Skip to content

Commit

Permalink
correct note around submit buttons and command attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Dec 4, 2024
1 parent bf0440a commit 733c39e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ <h4 id="el-button-command-togglepopover">`button` <span class="el-context">(`com
<li>The element is a descendant of the `popover` it is associated with.</li>
<!-- accessibility sibling will be defined in the ARIA specification -->
</ul>
<p class="note">A button that has a [=button/form owner=] without `type` in the "`button`" state cannot invoke a command.</p>
<p class="note">A button that represents a <a data-cite="html/forms.html#concept-submit-button">submit button</a> with a [=button/form owner=] cannot invoke a command.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1394,7 +1394,7 @@ <h4 id="el-button-command-showpopover">`button` <span class="el-context">(`comma
<ul>
<li>The associated popover element is the next immediate accessibility sibling to the invoking element,</li>
</ul>
<p class="note">A button that has a [=button/form owner=] without `type` in the "`button`" state cannot invoke a command.</p>
<p class="note">A button that represents a <a data-cite="html/forms.html#concept-submit-button">submit button</a> with a [=button/form owner=] cannot invoke a command.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1464,7 +1464,7 @@ <h4 id="el-button-command-hidepopover">`button` <span class="el-context">(`comma
<ul>
<li>The associated popover element is the next immediate accessibility sibling to the invoking element,</li>
</ul>
<p class="note">A button that has a [=button/form owner=] without `type` in the "`button`" state cannot invoke a command.</p>
<p class="note">A button that represents a <a data-cite="html/forms.html#concept-submit-button">submit button</a> with a [=button/form owner=] cannot invoke a command.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1526,7 +1526,7 @@ <h4 id="el-button-command-close">`button` <span class="el-context">(`command` at
<tr>
<th>Comments</th>
<td>
<p class="note">A button that has a [=button/form owner=] without `type` in the "`button`" state cannot invoke a command.</p>
<p class="note">A button that represents a <a data-cite="html/forms.html#concept-submit-button">submit button</a> with a [=button/form owner=] cannot invoke a command.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1574,7 +1574,7 @@ <h4 id="el-button-command-showmodal">`button` <span class="el-context">(`command
<tr>
<th>Comments</th>
<td>
<p class="note">A button that has a [=button/form owner=] without `type` in the "`button`" state cannot invoke a command.</p>
<p class="note">A button that represents a <a data-cite="html/forms.html#concept-submit-button">submit button</a> with a [=button/form owner=] cannot invoke a command.</p>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 733c39e

Please sign in to comment.