Skip to content

Commit

Permalink
Merge pull request #2308 from w3c/smockle/map-class-and-id
Browse files Browse the repository at this point in the history
Add `class` and `id` mappings
  • Loading branch information
scottaohara authored Nov 21, 2024
2 parents 3fa98a7 + d9b8df6 commit a26b436
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 @@ -9004,25 +9004,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> `class: &lt;value&gt;`</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> `UIA_ClassNamePropertyId`</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> `class: &lt;value&gt;`</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> `AXDOMClassList`</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -11201,25 +11201,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> `id: &lt;value&gt;`</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> `UIA_AutomationIdPropertyId`</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> `id: &lt;value&gt;`</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> `AXDOMIdentifier`</div>
</td>
</tr>
<tr>
Expand Down

0 comments on commit a26b436

Please sign in to comment.