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

Add guidance for aria-colindextext and aria-rowindextext for issue 1075 #1204

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mcking65
Copy link
Contributor

@mcking65 mcking65 commented Oct 8, 2019

Resolves #1075 by adding new guidance to the section on grid and table properties:

  • Modifies the introduction to the section to intro the purpose of properties.
  • Adds a 5th subsection explaining their use.

Preview Link

View the updated section in the compare branch for this pull request


Preview | Diff

@a11ydoer a11ydoer self-requested a review October 8, 2019 19:00
@a11ydoer a11ydoer self-assigned this Oct 8, 2019
@carmacleod carmacleod self-requested a review October 22, 2019 18:39
@mcking65 mcking65 marked this pull request as ready for review October 22, 2019 18:39
@@ -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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No space in "spreadsheets".

Copy link
Contributor

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>
Copy link
Contributor

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>
Copy link
Contributor

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.
Copy link
Contributor

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

Copy link
Contributor

@carmacleod carmacleod left a 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).
Copy link
Contributor

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? 🤔

@ZoeBijl
Copy link
Contributor

ZoeBijl commented Nov 11, 2019

Approval hinges on the comments @carmacleod already made.

Base automatically changed from master to main March 3, 2021 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Draft guidance for aria-rowindextext and aria-colindextext
4 participants