aria-query
aria-query copied to clipboard
fix: update role `none` to match role `presentation`, update role `doc-pullquote` to match specification
Description
- Role
none
introduced as a synonym topresentation
role, thus must have the same configuration aspresentation
role. - Based on DPub-ARIA 1.1, role
doc-pullquote
incorrectedly havesuperClass
ofnone
, which should besection
Sumary of changes
- Update configuration of role
none
to match rolepresentation
- Add tests for role
none
to be the same as rolepresentation
's tests - Update
superClass
ofdoc-pullquote
tosection
instead ofnone