Skip to content

Commit

Permalink
Sortable Table Example: Separate off-screen portion of caption with p…
Browse files Browse the repository at this point in the history
…arenthesis instead of comma (pull #3072)

Fixes #3066

Puts off-screen text in parenthesis instead of following a comma.

---------

Co-authored-by: Matt King <[email protected]>
Co-authored-by: Adam Page <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent 3e90381 commit 916fd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/patterns/table/examples/sortable-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 id="ex_label">Example</h2>
<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">&puncsp;(column headers with buttons are sortable).</span>
</caption>
<thead>
<tr>
Expand Down

0 comments on commit 916fd65

Please sign in to comment.