0.21.0
What's Changed
- feat: group and position logic by @jlp-craigmorten in #57
Details
Implements the position and group algorithm for appropriate roles, allowing the calculation of roles that have implicit aria-posinset and aria-setsize support.
REF: https://www.w3.org/TR/core-aam-1.2/#mapping_additional_position
Updates aria-level to support additional roles that have implicit values calculated by the document structure.
REF: https://www.w3.org/TR/wai-aria-1.2/#aria-level
Breaking change: aria-posinset and aria-setsize are now announced as position and set size respectively, instead of item set position and item set size.
Full Changelog: 0.20.0...0.21.0