w3c / html-aria

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

ARIA 1.2 updates to Allowed ARIA roles, states and properties table #300

Closed scottaohara closed 3 years ago

scottaohara commented 3 years ago

This PR replaces the closed #198 PR

Updates the informative cells of the Allowed ARIA roles, states and properties to reflect ARIA 1.2 allowances

closes #192 closes #251


Preview | Diff

patrickhlauke commented 3 years ago

seems we need to fundamentally agree whether we want to wholesale send things to 1.2, or if we're happy with a weird mix of 1.1 and 1.2 (or if we want to leave it all for now until this goes to REC, and only tackle it afterwards)

scottaohara commented 3 years ago

This is a pr for afterwards

patrickhlauke commented 3 years ago

you ok with me doing a big find/replace to normalise everything to 1.2?

scottaohara commented 3 years ago

That’s fine. But not going to merge it till later. There’s a bunch of other 1.2 work that’d need to be done as well that would cause normative updates that we don’t want to do now.

scottaohara commented 3 years ago

merging #324 made this PR largely unnecessary. updating the links to ARIA 1.2 can be done as a new PR when that spec is in Rec.