Skip to content

Commit 5216b7f

Browse files
Rahim Abdidaniel-montalvo
authored andcommitted
Add stub for abbr w/title mappings
1 parent d148666 commit 5216b7f

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

html-aam/index.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,57 @@ <h4 id="el-abbr">`abbr`</h4>
468468
</tr>
469469
</tbody>
470470
</table>
471+
472+
<h4 id="el-abbr-with-title">`abbr` (with non-empty `title` attribute)</h4>
473+
<table class="data" aria-labelledby="el-abbr-with-title">
474+
<tbody>
475+
<tr>
476+
<th>HTML Specification</th>
477+
<td>
478+
<a data-cite="HTML">`abbr`</a>
479+
</td>
480+
</tr>
481+
<tr>
482+
<th>[[wai-aria-1.2]]</th>
483+
<td>No corresponding role</td>
484+
</tr>
485+
<tr>
486+
<th><a data-cite="core-aam-1.2/#roleMappingComputedRole">Computed Role</a></th>
487+
<td class="role-computed"><div class="general">`html-abbr`</div></td>
488+
</tr>
489+
<tr>
490+
<th>
491+
<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>
492+
</th>
493+
<td>
494+
TBD.
495+
</td>
496+
</tr>
497+
<tr>
498+
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
499+
<td>
500+
TBD.
501+
</td>
502+
</tr>
503+
<tr>
504+
<th><span class="informative">[[ATK]]</span></th>
505+
<td>
506+
TBD.
507+
</td>
508+
</tr>
509+
<tr>
510+
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
511+
<td>
512+
TBD.
513+
</td>
514+
</tr>
515+
<tr>
516+
<th>Comments</th>
517+
<td></td>
518+
</tr>
519+
</tbody>
520+
</table>
521+
471522
<h4 id="el-address">`address`</h4>
472523
<table class="data" aria-labelledby="el-address">
473524
<tbody>

0 commit comments

Comments
 (0)