w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 48 forks source link

Add new ARIA roles #200

Closed scottaohara closed 2 years ago

scottaohara commented 4 years ago

The following roles are new in ARIA 1.2 and need to be added to the spec

(removed label and legend these likely won't be added anymore)

ARIA 1.3 roles

The following roles may be changed in their naming

masi commented 3 years ago

The above list of new roles for 1.2 includes roles in the draft that did not made it into the final version:

stevefaulkner commented 3 years ago

The above list of new roles for 1.2 includes roles in the draft that did not made it into the final version

Is there a final version? I thought 1.2 was still in progress. The latest editors draft includes some of the above

masi commented 3 years ago

Stupid me! Of course 1.2 is still a WD. I am ahead of time that's all :)

They made it into the mentioned version. Now ARIA really re-implements HTML in roles.

scottaohara commented 2 years ago

Adding allowed aria-* attributes and allowed roles labels as the updated implicit roles may require some changes for certain elements.

WW3 commented 2 years ago

Different roles to distinguish between ordered and unordered lists?

scottaohara commented 2 years ago

@WW3 that wouldn't be defined here. See https://github.com/w3c/aria/issues/961 instead