Skip to content

Commit

Permalink
Add mappings for meter role.
Browse files Browse the repository at this point in the history
  • Loading branch information
joanmarie committed Feb 25, 2019
1 parent 48c38e3 commit fe0e29d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,28 @@ <h3>Role Mapping Table</h3>
<span class="seealso">See also: <code>aria-checked</code> in the <a href="#mapping_state-property_table">State and Property Mapping Table</a></span>
</td>
</tr>
<tr id="role-map-meter">
<th><a class="role-reference" href="#meter"><code>meter</code></a></th>
<td class="role-msaa-ia2">
<span class="property">Role: <code>IA2_ROLE_LEVEL_BAR</code></span><br />
<span class="property">Interface: <code>IAcesssibleValue</code></span>
</td>
<td class="role-uia">
<span class="property">Control Type: <code>ProgressBar</code></span><br />
<span class="property">Localized Control Type: <code>meter</code></span><br />
<span class="property">Control Pattern: <code>RangeValue</code></span>
</td>
<td class="role-atk">
<span class="property">Role: <code>ROLE_LEVEL_BAR</code></span><br />
<span class="property">Interface: <code>Value</code></span>
</td>
<td class="role-axapi">
<span class="property">AXRole: <code>AXLevelIndicator</code></span><br />
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br />
<span class="property">AXRoleDescription: <code>'level indicator'</code></span>
</td>
</tr>

<tr id="role-map-navigation">
<th><a class="role-reference" href="#navigation"><code>navigation</code></a></th>
<td class="role-msaa-ia2">
Expand Down Expand Up @@ -4281,6 +4303,7 @@ <h2>Change Log</h2>
<h2>Substantive changes since the last public working draft</h2>
<ul>
<!-- EdNote: After each WD publish, move contents of this list into the next one below. -->
<li>25-Feb-2019: Add mappings for <code>meter</code> role.</li>
<li>05-Feb-2019: Update UIA state and property change events.</li>
<li>06-Jun-2018: Update UIA mappings for <code>aria-placeholder</code>.</li>
<li>04-Jun-2018: Add mappings for <code>blockquote</code>, <code>caption</code>, and <code>paragraph</code> roles.</li>
Expand Down

0 comments on commit fe0e29d

Please sign in to comment.