8000 Editorial: fix incorrect link by scottaohara · Pull Request #494 · w3c/html-aria · GitHub
[go: up one dir, main page]

Skip to content
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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
Update the <a href="#el-aside">`aside`</a> element to allow the dpub `doc-glossary` role.
</li>
<li>
<a href="https://github.com/w3c/html-aria/pull/469">5 July 2023 - Addition:</a>
<a href="https://github.com/w3c/html-aria/pull/446">5 July 2023 - Addition:</a>
Update the <a href="#el-button">`button`</a>, <a href="#el-input-button">`input type=button`</a>, <a href="#el-input-image">`input type=image`</a>
<a href="#el-input-reset">`input type=reset`</a>, and <a href="#el-input-submit">`input type=submit`</a> elements to align their allowed roles.
</li>
Expand Down
0