Fixed Number box +/- buttons lack an accessible name/label

marquisite

Well-known member
Affected version
XF 2.2 Beta 2
... and Lighthouse is unhappy about it.

Adding the aria-label property to each of the two +/- buttons would address this accessibility issue :)
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.0 Beta 3).

Change log:
Add phrases for + and - button labels and assign both `title` and `aria-label` attributes to the buttons.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom