-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Labels
Description
Assistive technologies SHOULD NOT expose the aria-haspopup property if it has a value of false.
Did this mean to say:
User agents SHOULD NOT expose the aria-haspopup property if it has a value of false.
Or is the wording correct? I'm asking because the aria-haspopup="false"
entry in the Core-AAM is not mapped (well, for all APIs except IA2 it seems), which leads me to believe that this quote meant to refer to user agents.
I also notice "Expose" has the definition:
Translated to platform-specific accessibility APIs as defined in the Core Accessibility API Mappings.
which seems like something user agents do rather than assistive technology.
I'm trying to address this issue and just wanted to make sure I updated the mapping properly.