You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
SVG used as the visual for the radio button hidden as decorative since the actual radio input is exposed to assistive tech (AT).
Actual behavior
SVG has been given the aria-label attribute with the value of "radio", this adds to the verbosity of the component for AT users navigating a page with multiple radio buttons.
Steps to reproduce the issue
Inspect the radio button
Locate the SVG used to visually represent the control
Verify the aria-label attribute used.
Screenshots or code
Pharos version
v14.4.0
The text was updated successfully, but these errors were encountered:
Expected behavior
SVG used as the visual for the radio button hidden as decorative since the actual radio input is exposed to assistive tech (AT).
Actual behavior
SVG has been given the
aria-label
attribute with the value of "radio", this adds to the verbosity of the component for AT users navigating a page with multiple radio buttons.Steps to reproduce the issue
Screenshots or code
Pharos version
v14.4.0
The text was updated successfully, but these errors were encountered: