Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara authored and actions-user committed Jul 12, 2024
1 parent 4c5bf7e commit 8c3fc86
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3203,7 +3203,8 @@ <h4 id="el-input-checkbox">`input` <span class="el-context">(`type` attribute in
<td>
<a data-cite="html">`input`</a>
<span class="el-context"
>(<a data-cite="html/input.html#attr-input-type">`type`</a> attribute in the <a data-cite="html/input.html#checkbox-state-(type=checkbox)">Checkbox</a> state)</span>
>(<a data-cite="html/input.html#attr-input-type">`type`</a> attribute in the <a data-cite="html/input.html#checkbox-state-(type=checkbox)">Checkbox</a> state)</span
>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -15493,43 +15494,39 @@ <h4 id="att-type-input">`type`</h4>
</th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>,
<code>type="<a href="#el-input-password">password</a>"</code>,
<code>type="<a href="#el-input-button">`button`</a>"</code>, etc.
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
<tr>
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>,
<code>type="<a href="#el-input-password">password</a>"</code>,
<code>type="<a href="#el-input-button">`button`</a>"</code>, etc.
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
<tr>
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>,
<code>type="<a href="#el-input-password">password</a>"</code>,
<code>type="<a href="#el-input-button">`button`</a>"</code>, etc.
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>,
<code>type="<a href="#el-input-password">password</a>"</code>,
<code>type="<a href="#el-input-button">`button`</a>"</code>, etc.
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
Expand Down

0 comments on commit 8c3fc86

Please sign in to comment.