Skip to content

Commit

Permalink
Add mapping for aria-braillelabel and aria-brailleroledescription (#134)
Browse files Browse the repository at this point in the history
* Add mapping for aria-braillelabel and aria-brailleroledescription
* Add note to aria-brailleroledescription for "not mapped"
  • Loading branch information
spectranaut authored Apr 14, 2023
1 parent e48a618 commit 6b3c186
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2349,6 +2349,51 @@ <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="ariaBrailleroledescriptionUndefined">
<th><a class="property-reference" href="#aria-brailleroledescription"><code>aria-brailleroledescription</code></a> is undefined or the empty string</th>
<td class="attr-msaa-ia2">
<span class="property not-mapped"><a href="#not_mapped">Not mapped</a></span>
</td>
<td class="attr-uia">
<span class="property not-mapped"><a href="#not_mapped">Not mapped</a></span>
</td>
<td class="attr-atk">
<span class="property not-mapped"><a href="#not_mapped">Not mapped</a></span>
</td>
<td class="attr-axapi">
<span class="property not-mapped"><a href="#not_mapped">Not mapped</a></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 6b3c186

Please sign in to comment.