Skip to content

Commit

Permalink
updates to <meter>/issue #2
Browse files Browse the repository at this point in the history
Replaced incorrect mappings with ? to reflect that more data is needed.
  • Loading branch information
jasonkiss committed Nov 30, 2017
1 parent ec12291 commit 5631b1d
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2501,34 +2501,10 @@ <h3>HTML Element Role Mappings</h3>
<th><a href="https://www.w3.org/TR/html/sec-forms.html#the-meter-element"><code>meter</code></a></th>
<td class="aria">No corresponding role</td>
<td class="ia2">
<div class="role">
<span class="type">Role: </span><code>ROLE_SYSTEM_PROGRESSBAR</code>
</div>
<div class="ifaces">
<span class="type">Interfaces: </span><code>IAccessibleValue</code>
</div>
<div class="general">?</div>
</td>
<td class="uia">
<div class="ctrltype">
<span class="type">Control Type: </span><code>Progressbar</code>
</div>
<div class="ctrltype">
<span class="type">Localized Control Type: </span><code>meter</code>
</div>

<div class="ctrlpattern">
<span class="type">Control Pattern: </span><code>RangeValue</code>
</div>
<div class="properties">
<span class="type">Properties: </span> <code>RangeValue.IsReadOnly</code> = True
</div>

<div class="ctrlpattern">
<span class="type">Control Pattern: </span><code>Value</code>
</div>
<div class="properties">
<span class="type">Properties: </span><code>Value.Value</code> is the result of optimal calculation, expressed as a localized string denoting relative levels of goodness. For example, Edge uses "Good" when the meter would be colored green, "Fair" when it would be colored yellow, and "Poor" when it would be colored red.
</div>
<div class="general">?</div>
</td>
<td class="atk">
<div class="role">
Expand All @@ -2541,16 +2517,9 @@ <h3>HTML Element Role Mappings</h3>
<div class="properties"><span class="type">Properties: </span><code>AtkRange</code></div>
</td>
<td class="ax">
<div class="role">
<span class="type">AXRole: </span><code>AXProgressIndicator</code></div>
<div class="subrole">
<span class="type">AXSubrole: </span><code>(nil)</code>
</div>
<div class="roledesc">
<span class="type">AXRoleDescription: </span><code>"Progress Indicator"</code>
</div>
<div class="general">?</div>
</td>
<td class="comments"></td>
<td class="comments">See <a href="https://github.com/w3c/html-aam/issues/2">GitHub issue #2</a>.</td>
</tr>
<tr tabindex="-1" id="el-nav">
<th><a href="https://www.w3.org/TR/html/sections.html#the-nav-element"><code>nav</code></a></th>
Expand Down Expand Up @@ -5988,6 +5957,7 @@ <h3>Change Log</h3>
<section>
<h4>Substantive changes since moving entirely to the Web Platform Working Group (01-Oct-2016)</h4>
<ul>
<li>30-Nov-2017: Updated mappings for the <code>meter</code> element. See <a href="https://github.com/w3c/html-aam/issues/2">GitHub issue #2</a>.</li>
<li>24-Nov-2017: Updated mappings for the <code>audio</code> and <code>video</code> elements. See <a href="https://github.com/w3c/html-aam/issues/80">GitHub issue #80</a>.</li>
<li>23-Nov-2017: Updated <code>figure</code> element mappings to reflect the <a href="http://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure">WAI-ARIA <code>figure</code> role mappings</a>.</li>
<li>23-Nov-2017: Updated mappings for the <code>form</code> element based on presence of <a class="termref">accessible name</a>. See <a href="https://github.com/w3c/html-aam/issues/106">GitHub issue #106</a>.</li>
Expand Down

0 comments on commit 5631b1d

Please sign in to comment.