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

Changes since FPWD #231

Merged
merged 2 commits into from
Apr 3, 2024
Merged
Changes from all 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
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,41 @@ <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><a href="https://github.com/w3c/accname/commit/67ca225">Add steps for shadow roots and
slots</a> (<a
href="https://github.com/w3c/accname/pull/167">#167</a>)</li>
<li><a href="https://github.com/w3c/accname/commit/b05bdac">Fixed handling of surrounding whitespace for CSS
pseudo elements, inline and block level elements, and embedded widgets</a></li>
<li><a href="https://github.com/w3c/accname/commit/681094c">update accname 'flash screen' example to use native
clickable label element</a></li>
<li><a href="https://github.com/w3c/accname/commit/881d960">Clarify description computation for
aria-describedby</a> (<a
href="https://github.com/w3c/accname/pull/177">#177</a>)</li>
<li><a href="https://github.com/w3c/accname/commit/81361ec">Add support for aria-description</a> (<a
href="https://github.com/w3c/accname/pull/69">#69</a>)</li>
<li><a href="https://github.com/w3c/accname/commit/bb65de3">Temporary revert within step 2H to reference 2F.i
instead of 2F until logic can be drafted to correctly handle roles that should not be traversed.</a></li>
<li><a href="https://github.com/w3c/accname/commit/c01d761">Remove label in Step 2E</a></li>
<li><a href="https://github.com/w3c/accname/commit/3efa7de">Specify behavior when following a hidden subtree via
aria-labelledby or -describedby</a></li>
<li><a href="https://github.com/w3c/accname/commit/65a6358">add accessible name &amp; desc
definitions</a></li>
<li><a href="https://github.com/w3c/accname/commit/82a5087">* Move tooltip def to
accname</a></li>
<li><a href="https://github.com/w3c/accname/commit/a2a7039">removed menu button example from step
2C</a></li>
<li><a href="https://github.com/w3c/accname/commit/8e1d42f">updated step 2c prose for
consistency</a></li>
<li><a href="https://github.com/w3c/accname/commit/ef5724a">reorder computation steps</a></li>
<li><a href="https://github.com/w3c/accname/commit/fe3a05d">Only use accumulated text that is not empty
("")</a></li>
<li><a href="https://github.com/w3c/accname/commit/1f451d6">add name from
prohibited</a></li>
<li><a href="https://github.com/w3c/accname/commit/af10971">change normative references to informative in
abstract</a></li>
<li><a href="https://github.com/w3c/accname/commit/45dbaa2">Update the algorithm to handle roles where naming is
not supported</a> (<a
href="https://github.com/w3c/accname/pull/53">#53</a>)</li>
</ul>
</section>
<section>
Expand Down