Skip to content

Commit b710565

Browse files
Update aria sort value descriptions to include "row" fixes #1614 (#1616)
* update aria sort value descriptions to include row fixes #1614 * update wording based on WG feedback
1 parent e56a090 commit b710565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13185,15 +13185,15 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1318513185
<tbody>
1318613186
<tr>
1318713187
<th class="value-name" scope="row">ascending</th>
13188-
<td class="value-description">Items are sorted in ascending order by this column.</td>
13188+
<td class="value-description">Items are sorted in ascending order.</td>
1318913189
</tr>
1319013190
<tr>
1319113191
<th class="value-name" scope="row">descending</th>
13192-
<td class="value-description">Items are sorted in descending order by this column.</td>
13192+
<td class="value-description">Items are sorted in descending order.</td>
1319313193
</tr>
1319413194
<tr>
1319513195
<th class="value-name" scope="row"><strong class="default">none (default)</strong></th>
13196-
<td class="value-description">There is no defined sort applied to the column.</td>
13196+
<td class="value-description">There is no defined sort applied.</td>
1319713197
</tr>
1319813198
<tr>
1319913199
<th class="value-name" scope="row">other</th>

0 commit comments

Comments
 (0)