ARIA 1.3 annotations adds a few new roles. We should add the roles to standards/aria-roles so users can use them and not have axe-core fail them as unknown roles. Using the roles doesn't cause any problems and will only add information for browsers that support them.
<div role="comment"></div>
Note: This ticket does not include adding aria-description attribute.
ARIA 1.3 annotations adds a few new roles. We should add the roles to
standards/aria-rolesso users can use them and not have axe-core fail them as unknown roles. Using the roles doesn't cause any problems and will only add information for browsers that support them.Note: This ticket does not include adding
aria-descriptionattribute.