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

apg/fix/table-sortable-text generated by aria-practices #339

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
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
Next Next commit
Commit changed files and submodule updates
  • Loading branch information
daniel-montalvo authored and github-actions[bot] committed Jul 30, 2024
commit 8ca6c3047855ac8239ba8c11ea4ee7d244be3c9e
4 changes: 2 additions & 2 deletions ARIA/apg/patterns/table/examples/sortable-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/table/examples/sortable-table/

sidebar: true

footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/16'>View issues related to this example</a></p> <p>Page last updated: 27 July 2024</p> </div> "
footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/16'>View issues related to this example</a></p> <p>Page last updated: 30 July 2024</p> </div> "

# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
Expand Down Expand Up @@ -128,7 +128,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
<div class="table-wrap"><table class="sortable">
<caption>
Students currently enrolled in WAI-ARIA 101
<span class="sr-only">, column headers with buttons are sortable.</span>
<span class="sr-only">(column headers with buttons are sortable).</span>
</caption>
<thead>
<tr>
Expand Down