Skip to content

Commit

Permalink
meter element should expose IAccessibleValue interface (#138)
Browse files Browse the repository at this point in the history
adjust IAccessible2 mapping of meter element and make it in sync with ATK mapping
  • Loading branch information
asurkov committed Aug 2, 2018
1 parent c77c49e commit 1abfcc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Expand Up @@ -2357,6 +2357,10 @@ <h3>HTML Element Role Mappings</h3>
<div class="role">
<span class="type">Role: </span><code>IA2_ROLE_LEVEL_BAR</code>
</div>
<div class="ifaces">
<span class="type">Interfaces: </span>
<code>IAccessibleValue</code>;
</div>
</td>
<td class="uia">
<div class="general">?</div>
Expand Down

0 comments on commit 1abfcc2

Please sign in to comment.