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
#30 removed the for from the label. A further accessibility audit with a user who disabled all CSS but had JS enabled raised the issue that we then had an input with no matching label... I think the solution that fixes this but maintains the previous thing being solved also is therefore to revert #30, and instead create a copy of the label, and hide the label with the for. So it matches the item's behaviour.
The text was updated successfully, but these errors were encountered:
We’ll also want to make sure that the current click handler we have assigned to the real label (to toggle the menu) is added to the "fake" label instead.
#30 removed the
for
from the label. A further accessibility audit with a user who disabled all CSS but had JS enabled raised the issue that we then had an input with no matching label... I think the solution that fixes this but maintains the previous thing being solved also is therefore to revert #30, and instead create a copy of the label, and hide the label with thefor
. So it matches the item's behaviour.The text was updated successfully, but these errors were encountered: