aria-query icon indicating copy to clipboard operation
aria-query copied to clipboard

fix: update role `none` to match role `presentation`, update role `doc-pullquote` to match specification

Open huynhducduy opened this issue 10 months ago • 3 comments

Description

  • Role none introduced as a synonym to presentation role, thus must have the same configuration as presentation role.
  • Based on DPub-ARIA 1.1, role doc-pullquote incorrectedly have superClass of none, which should be section

Sumary of changes

  • Update configuration of role none to match role presentation
  • Add tests for role none to be the same as role presentation's tests
  • Update superClass of doc-pullquote to section instead of none

huynhducduy avatar Apr 09 '24 15:04 huynhducduy