Details
Priority
MinorAffects versions
Components
Assignee
UnassignedUnassignedReporter
Matthew JonesMatthew Jones
Details
Details
Priority
Affects versions
Components
Assignee
Unassigned
UnassignedReporter
Matthew Jones
Matthew JonesCreated April 19, 2018 at 7:36 AM
Updated September 17, 2024 at 7:38 PM
[New] - 3/13/2018[Issue]The "Sites" link in the right top corner, opening a dialog box does not indicate this special action to Assistive Technology users.[User Impact]Otherwise, users would assume the link performs the standard action of navigating to another page and might be confused when that standard action does not occur.[Code]HTML:
[Expected behavior]Developers should add text to the link alerting users that a dialog will be opened when the link is activated. This can be achieved via the title attribute, off-screen text using CSS, or (less likely) on-screen text. Developers should:- indicate the links open a dialog.- replace the aria-haspopup value by "dialog", instead of "true" which means "menu".[Compliant code]HTML: