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

updates table element allowances #265

Open
wants to merge 4 commits into
base: gh-pages
Choose a base branch
from
Open

Commits on Feb 20, 2021

  1. updates table element allowances

    * tbody, thead, tfoot - revise role to indicate they are either `rowgroup` or have no corresponding role depending on role of ancestor table element. Update allowed roles to be either ‘none’ if ancestor table is exposed as a table, grid or treegrid.  If not one of those 3 roles, then any role is allowed.
    * update tr to note that it is exposed as a row if ancestor table is exposed as a table, grid or treegrid. otherwise on corresponding role.
    * update th and td role columns to be consistent.  remove link to HTML AAM in th - it wasn’t in the td one, and we already indicate that implicit semantics are defined in HTML AAM in other areas of the spec.  indicate that th/td have no corresponding role if the ancestor table is not exposed as a table, grid or treegrid
    scottaohara committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    a2235a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    58b7464 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    d5239c3 View commit details
    Browse the repository at this point in the history
  2. source formatting

    just making some changes to the file to try and mitigate the the Travis build process getting all mucked up again.
    scottaohara authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    9787194 View commit details
    Browse the repository at this point in the history