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

[SCRIPTS] Subclass roles missing from ARIA properties tables after 0460074 #382

Closed
joanmarie opened this issue May 25, 2016 · 4 comments
Closed
Assignees
Labels
Milestone

Comments

@joanmarie
Copy link
Contributor

Compare:

In the properties table of the latter, the subclass roles are listed; in the former, that row is missing.

@halindrome, could you please take a look? Thanks!

@halindrome halindrome self-assigned this May 25, 2016
@halindrome
Copy link
Contributor

Sure - might not be until late tomorrow though... Is it urgent?

@joanmarie
Copy link
Contributor Author

Not urgent (if it were, I'd dig into it and propose a patch for you to review). If you have time over the next few days, that would be great. Thanks!

@halindrome
Copy link
Contributor

Could this have been overcome by events? Related to the general problem with ReSpec from last week?

@joanmarie
Copy link
Contributor Author

I'm still seeing the problem. If I look at https://rawgit.com/w3c/aria/master/aria/aria.html#input, I see the following rows in the characteristics table:

  • Is Abstract
  • Superclass Role
  • Related Concepts
  • Inherited States and Properties
  • Name From

If I look at https://cdn.rawgit.com/w3c/aria/0460074^/aria/aria.html#input, I see the following rows in the characteristics table:

  • Is Abstract
  • Superclass Role
  • Subclass Roles
  • Related Concepts
  • Inherited States and Properties
  • Name From

In the "Subclass Roles" row, I see:

  • checkbox
  • option
  • password
  • radio
  • slider
  • spinbutton
  • textbox

halindrome added a commit that referenced this issue Jun 14, 2016
As mentioned in issue #382, the subrole row of the role tables stopped
being populated when I wrapped the roles in section elements.
@halindrome halindrome modified the milestones: APG 1.1, ARIA 1.1 Jun 14, 2016
@halindrome halindrome added the bug label Jun 14, 2016
halindrome added a commit that referenced this issue Jun 14, 2016
As mentioned in issue #382, the subrole row of the role tables stopped
being populated when I wrapped the roles in section elements.
michael-n-cooper pushed a commit that referenced this issue Jan 10, 2018
As mentioned in issue #382, the subrole row of the role tables stopped
being populated when I wrapped the roles in section elements.
@jnurthen jnurthen closed this as completed Jun 8, 2020
pkra pushed a commit that referenced this issue May 20, 2024
closes #382
Removes the allowances of `aria-*` attributes from `datalist` as they are not actually respected / exposed to users.

---

Need two conformance checkers to accept or indicate commitment to this change before it can be merged:

- [ ] [html validator (need to file issue)](https://github.com/validator/validator/issues/)
- [ ] [ibm equal access accessibility checker (need to file issue)](https://github.com/IBMa/equal-access/issues/)
- [ ] [axe-core (need to file issue)](https://github.com/dequelabs/axe-core/issues)
- [ ] [arc toolkit (need to file issue)](https://github.com/ThePacielloGroup/WAI-ARIA-Usage/issues)
pkra pushed a commit that referenced this issue May 20, 2024
As mentioned in issue #382, the subrole row of the role tables stopped
being populated when I wrapped the roles in section elements.
pkra pushed a commit that referenced this issue May 21, 2024
As mentioned in issue #382, the subrole row of the role tables stopped
being populated when I wrapped the roles in section elements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants