cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapshots should reflect non-descriptive behavioral traits

NickEntin opened this issue · comments

Currently snapshots only reflect traits that affect the elements' spoken description. However there are a lot of traits that don't add anything to the description, but affect the behavior of assistive technologies in important ways. We should add icons to the markers to reflect the behavior controlled by these traits. In particular, I think we should add support for:

  • .summaryElement
  • .allowsDirectInteraction
  • .updatesFrequently
  • .causesPageTurn
  • .playsSound
  • .startsMediaSession