-
Notifications
You must be signed in to change notification settings - Fork 364
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
Draft guidance section for table properties (colspan, colindex, etc) #65
Labels
help wanted
Task force is looking for an owner for the issue
Practice Page
Related to a page within the practices section of the APG
Milestone
Comments
mcking65
pushed a commit
that referenced
this issue
Oct 28, 2017
For issue #65, adds rough draft of section covering table and grid properties.
mcking65
added a commit
that referenced
this issue
Oct 28, 2017
For issue #65, modified the grid and propertties table section of aria-practices.html: * Add link to tracking issue 65 * Revise prose of the introduction section for clarity * Add overview table
mcking65
added a commit
that referenced
this issue
Oct 29, 2017
For issue #65, in aria-practices.html, revised rough draft of the sections covering aria-rowspan and aria-colspan. 1. Add more information about restrictions on values. 2. Correct spelling, grammar, etc. 3. Minor editorial revisions to wording.
mcking65
added a commit
that referenced
this issue
Oct 30, 2017
For issue #65, in aria-practices.html, revised rough draft of the section covering aria-sort. 1. Add note about using on multiple columns. 2. Revisions to wording for accuracy and clarity. 3. Clarified it can be used on rows as well as columns. 4. Correct spelling, grammar, etc.
mcking65
added a commit
that referenced
this issue
Oct 30, 2017
For issue #65, in aria-practices.html, revised final draft of the grid and table properties section. 1. Added link to review issue. 2. Added caption to definitions table. 3. Added aria-colcount to the example code for aria-sort.
mcking65
referenced
this issue
Oct 30, 2017
For issue #465, in aria-practices.html, revised rough draft of the sections covering aria-colcount, aria-rowcount, aria-colindex, and aria-rowindex. 1. Grouped rowindex and row count together. 2. Grouped colcount and colindex together. 3. Added information about valid value restrictions. 5. Added warning about impact of invalid or missing values. 6. Swapped out example for contiguous columns (used the one from the spec). 7. General editorial cleanup.
With the above commits, this section is now complete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Task force is looking for an owner for the issue
Practice Page
Related to a page within the practices section of the APG
Complete this section
http://w3c.github.io/aria-practices/#gridAndTableProperties
[placeholder ]. This section will cover colcount, rowcount, colindex, rowindex, colspan, rowspan, and sort. It will explain when they are useful and how to use them. It is referenced by the grid and table design patterns. This section will refer readers to the grid and table design patterns for the basics of grid and table.
The text was updated successfully, but these errors were encountered: