🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update ARIA mapping for meter & progress value attr
  • Loading branch information
scottaohara committed Sep 22, 2019
commit 5aef6a87de758dae6eaab9364bd93848c5efb3c1
47 changes: 27 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5649,26 +5649,33 @@ <h3>HTML Attribute State and Property Mappings</h3>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-value-meter">
<th><code>value</code></th>
<td class="elements"><a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-meter-value"><code>meter</code></a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-progress-value"><code>progress</code></a></td>
<td class="aria">?</td>
<td class="ia2">
<div class="general">
Exposed as <code>IAccessibleValue::currentValue</code>
</div>
</td>
<td class="uia">
<div class="general">
Exposed as <code>Value.Value</code>
</div>
</td>
<td class="atk">
<div class="general">
Exposed as <code>atk_value_get_current_value</code>
</div>
</td>
<td class="ax"><code>AXValue: &lt;value&gt;</code></td>
<td class="comments"></td>
<th>`value`</th>
<td class="elements">
<a data-cite="html/form-elements.html#attr-meter-value">`meter`</a>;
<a data-cite="html/form-elements.html#attr-progress-value">`progress`</a>
</td>
<td class="aria"><a class="core-mapping" href="#ariaValueNow">`aria-valuenow`</a></td>
<td class="ia2">
<div class="general">
Exposed as `IAccessibleValue::currentValue`
</div>
</td>
<td class="uia">
<div class="general">
Exposed as `Value.Value`
</div>
</td>
<td class="atk">
<div class="general">
Exposed as `atk_value_get_current_value`
</div>
</td>
<td class="ax">
<div class="general">
`AXValue: &lt;value&gt;`
</div>
</td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-value-param">
<th><code>value</code></th>
Expand Down