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

Review mappings once new roles are added #229

Closed
11 of 12 tasks
scottaohara opened this issue Jul 25, 2019 · 5 comments
Closed
11 of 12 tasks

Review mappings once new roles are added #229

scottaohara opened this issue Jul 25, 2019 · 5 comments

Comments

@scottaohara
Copy link
Member

scottaohara commented Jul 25, 2019

ARIA 1.2 will introduce various new roles and mappings for greater parity with HTML.

After publication, we should review the HTML AAM's element mappings and ensure that any necessary elements are mapped to their appropriate WAI ARIA roles.

For instance, del, ins, meter, dl, dt, dd, strong, em, among others and many that will map to ARIA's role=generic but would also likely benefit from continued exposure of API specific information.

EDIT:

list of mappings to track in this issue. generic will be handled separately

  • blockquote => <blockquote>
  • caption => <caption> and <figcaption>
  • code => <code>
  • deletion => <del>
  • emphasis => <em>
  • insertion => <ins>
  • meter => <meter>
  • paragraph => <p>
  • strong => <strong>
  • subscript => <sub>
  • superscript => <sup>
  • time => <time>
@scottaohara
Copy link
Member Author

note generic in Core AAM Editor's draft: w3c/core-aam@3d7477d

@joanmarie
Copy link
Contributor

note generic in Core AAM Editor's draft: w3c/core-aam@3d7477d

Related: It looks divesque rather than div+spanesque because we haven't yet landed text separation. Treating generic as a div means we can proceed with implementation.

@scottaohara

This comment has been minimized.

@MarcoZehe
Copy link

Note: Also map the <code> element to what ARIA 1.2 proposes. Especially the ATK and IA2 mappings differ.

@stevefaulkner
Copy link
Contributor

@scottaohara dl will map to generic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants