Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mapping for aria-braillelabel and aria-brailleroledescription #134

Merged
merged 2 commits into from
Apr 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
spectranaut marked this conversation as resolved.
Show resolved Hide resolved
</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>
spectranaut marked this conversation as resolved.
Show resolved Hide resolved
<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