Skip to content

Commit

Permalink
Combobox example with grid popup: Correct documentation of aria-selec…
Browse files Browse the repository at this point in the history
…ted (pull #2139)

Resolves issue #859 by clarifying that the grid cell is the element that has aria-selected specified.
  • Loading branch information
mcking65 authored Nov 15, 2021
1 parent 5f68a35 commit 6d5c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/combobox/grid-combo.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h3 id="rps_label_popup">Grid Popup</h3>
<td><code>div</code></td>
<td>
<ul>
<li>Specified on a row in the grid when it is visually indicated as selected.</li>
<li>Specified on a cell when the row containing the cell is visually indicated as selected.</li>
<li>Occurs only when a cell in the grid is referenced by <code>aria-activedescendant</code>.</li>
</ul>
</td>
Expand Down

0 comments on commit 6d5c495

Please sign in to comment.