Skip to content

Commit

Permalink
Add 'class' and 'id' mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
smockle committed Aug 8, 2024
1 parent fd41809 commit 29de20a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9010,25 +9010,25 @@ <h4 id="att-class">`class`</h4>
<a href="https://msdn.microsoft.com/en-us/library/dd373608%28v=VS.85%29.aspx">MSAA</a> + <a href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/">IAccessible2</a>
</th>
<td>
<div class="general">Not mapped</div>
<div class="objattrs"><span class="type">Object attributes:</span> <code>class</code></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">Not mapped</div>
<div class="property"><span class="type">Property:</span> <code>UIA_ClassNamePropertyId</code></div>
</td>
</tr>
<tr>
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
<td>
<div class="general">Not mapped</div>
<div class="objattrs"><span class="type">Object attributes:</span> <code>class</code></div>
</td>
</tr>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="general">Not mapped</div>
<div class="property"><span class="type">Property:</span> <code>AXDOMClassList</code></div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -11207,25 +11207,25 @@ <h4 id="att-id">`id`</h4>
<a href="https://msdn.microsoft.com/en-us/library/dd373608%28v=VS.85%29.aspx">MSAA</a> + <a href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/">IAccessible2</a>
</th>
<td>
<div class="general">Not mapped</div>
<div class="objattrs"><span class="type">Object attributes:</span> <code>id</code></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">Not mapped</div>
<div class="property"><span class="type">Property:</span> <code>UIA_AutomationIdPropertyId</code></div>
</td>
</tr>
<tr>
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
<td>
<div class="general">Not mapped</div>
<div class="objattrs"><span class="type">Object attributes:</span> <code>id</code></div>
</td>
</tr>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="general">Not mapped</div>
<div class="property"><span class="type">Property:</span> <code>AXDOMIdentifier</code></div>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 29de20a

Please sign in to comment.