Page MenuHomePhabricator

Convenience function dialogs don't expose a title to screen readers
Open, Needs TriagePublic

Description

As they are laid out in demos as best practices, convenience dialogs (“Quick alert”, “Larger alert”…) currently rightfully feature aria-labelledby with an id set to a LabelElement. But those don't have any value added to the id-connected as text content.
We should consider adding an id to the contents label as well and add both ids as in aria-labelledby="ooui-265 ooui-266".