Skip to content

Commit

Permalink
Add mapping for aria-braillelabel and aria-brailleroledescription
Browse files Browse the repository at this point in the history
  • Loading branch information
spectranaut committed Jul 18, 2022
1 parent 1d4e8a5 commit 677e43e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2399,6 +2399,36 @@ <h4>Not Mapped</h4>
<span class="property not-mapped"><a href="#not_mapped">Not mapped*</a></span>
</td>
</tr>
<tr id="ariaBraillelabel">
<th><a class="property-reference" href="#aria-braillelabel"><code>aria-braillelabel</code></a></th>
<td class="attr-msaa-ia2">
<span class="property">Object Attribute: <code>braillelabel:&lt;value&gt;</code></span>
</td>
<td class="attr-uia">
<span class="property">Property: <code>AriaProperties.braillelabel</code>: <code>&lt;value&gt;</code></span>
</td>
<td class="attr-atk">
<span class="property">Object Attribute: <code>braillelabel:&lt;value&gt;</code></span>
</td>
<td class="attr-axapi">
<span class="property">Property: AXBrailleLabel</span>
</td>
</tr>
<tr id="ariaBrailleroledescription">
<th><a class="property-reference" href="#aria-brailleroledescription"><code>aria-brailleroledescription</code></a></th>
<td class="attr-msaa-ia2">
<span class="property">Object Attribute: <code>brailleroledescription:&lt;value&gt;</code></span>
</td>
<td class="attr-uia">
<span class="property">Property: <code>AriaProperties.brailleroledescription</code>: <code>&lt;value&gt;</code></span>
</td>
<td class="attr-atk">
<span class="property">Object Attribute: <code>brailleroledescription:&lt;value&gt;</code></span>
</td>
<td class="attr-axapi">
<span class="property">Property: AXBrailleRoleDescription</span>
</td>
</tr>
<tr id="ariaBusyTrue">
<th><a class="state-reference" href="#aria-busy"><code>aria-busy</code></a>=<code>true</code></th>
<td class="attr-msaa-ia2">
Expand Down

0 comments on commit 677e43e

Please sign in to comment.