8000 handling fallback content for the meter element by scottaohara · Pull Request #401 · w3c/html-aam · GitHub
[go: up one dir, main page]

Skip to content
Closed
Changes from 6 commits
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
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,17 @@ <h3>HTML Element Role Mappings</h3>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<!-- <td class="naming"></td> -->
<td class="comments"></td>
<td class="comments">
<div>
If specified, the default subtree of a `meter` element maps to the
<a class="core-mapping" href="#ariaValueText">`aria-valuetext`</a>.
</div>
<p>
If the `value` of the `meter` element updates, but the fallback content of
the `meter` does not, then User Agents MUST ignore the fallback content as
it likely no longer represents the current value of the element.
</p>
</td>
</tr>
<tr tabindex="-1" id="el-nav">
<th><a data-cite="HTML">`nav`</a></th>
Expand Down
0