ARIA in HTML Comments

From W3C Wiki

This wiki page is a place for comments related to the draft of the ARIA in HTML working draft.

Link: https://www.w3.org/TR/html-aria/

Issues

HTML Implicit ARIA semantics Changes
address* contentinfo
  • This seems to broad application of the contentinfo landmark, since most pages only need one.
  • Recommend no corresponding role
  • There will be a applicable role in ARIA 1.2
canvas no corresponding role

role=img

dt* role=listitem
  • role=term*
input type = color No corresponding role
  • A role corresponding to the interaction supported by the browser
input type = date No corresponding role
  • A role corresponding to the interaction supported by the browser
input type = datetime No corresponding role
  • A role corresponding to the interaction supported by the browser
SVG No corresponding role
  • This should be defined by the SVG working group (graphics-document)

Other Considerations

  • Since DT and DD are part of a DL, should they be allowed to have aria-posinset, aria-setsize attributes? No