-
Notifications
You must be signed in to change notification settings - Fork 355
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
Add guidance for aria-colindextext and aria-rowindextext for issue 1075 #1204
base: main
Are you sure you want to change the base?
Conversation
@@ -5807,6 +5807,7 @@ <h2>Grid and Table Properties</h2> | |||
<li>Whether any columns or rows are hidden, e.g., columns 1 through 3 and 5 through 8 are visible but column 4 is hidden.</li> | |||
<li>Whether a cell spans multiple rows or columns.</li> | |||
<li>Whether and how data is sorted.</li> | |||
<li>How to communicate cell position, e.g., <q>row 2, column 2</q> or <q>row 2, column B</q> (like in most spread sheets). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No space in "spreadsheets".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But how is it a real spreadsheet if it isn’t spread by a space? 🤔
@@ -5840,6 +5841,10 @@ <h2>Grid and Table Properties</h2> | |||
</ul> | |||
</td> | |||
</tr> | |||
<tr> | |||
<th><code>aria-colindextext</code></th> | |||
<td>Defines a human readable text alternative of aria-colindex .</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aria-colindex should be in <code>
, and remove extra space before '.'
@@ -5849,6 +5854,10 @@ <h2>Grid and Table Properties</h2> | |||
</ul> | |||
</td> | |||
</tr> | |||
<tr> | |||
<th><code>aria-rowindextext</code></th> | |||
<td>Defines a human readable text alternative of aria-rowindex .</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aria-rowindex should be in <code>
, and remove extra space before '.'
This is because some assistive technology functionality may rely on numerical position values. | ||
</li> | ||
<li> | ||
Unlike aria-colindex, aria-colindextext cannot be specified on a row. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add <code>
for aria-colindex and aria-colindextext
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of editorial changes.
@@ -5807,6 +5807,7 @@ <h2>Grid and Table Properties</h2> | |||
<li>Whether any columns or rows are hidden, e.g., columns 1 through 3 and 5 through 8 are visible but column 4 is hidden.</li> | |||
<li>Whether a cell spans multiple rows or columns.</li> | |||
<li>Whether and how data is sorted.</li> | |||
<li>How to communicate cell position, e.g., <q>row 2, column 2</q> or <q>row 2, column B</q> (like in most spread sheets). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But how is it a real spreadsheet if it isn’t spread by a space? 🤔
Approval hinges on the comments @carmacleod already made. |
Resolves #1075 by adding new guidance to the section on grid and table properties:
Preview Link
View the updated section in the compare branch for this pull request
Preview | Diff