Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handling fallback content for the meter element #401

Open
wants to merge 12 commits into
base: gh-pages
Choose a base branch
from
Open
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>.
scottaohara marked this conversation as resolved.
Show resolved Hide resolved
</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