Fixed 'Order by' radio buttons in search are not grouped and not associated with the 'Order by' text

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.5).

Change log:
Improve accessibility of radio and checkbox rows using ARIA roles.
There may be a delay before changes are rolled out to the XenForo Community.
 
Just to provide a bit more detail, the fieldset/legend approach isn't really viable as it stands, but the role/aria-labelledby approach should handled equivalently.

This is discussed here:


We use radiogroup for radio rows and group for checkbox rows automatically now, so this will catch many places though not all. As it stands, I think that can be tracked in one of your other bug reports, because the conceptual issue there are complex form rows where we can't automatically connect the control to the label.
 
Top Bottom