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
I ended up replacing the UL with a div, and the LI with a div. The resulting output has more divs, but keeps the aria-valuetext in the a11y view more inline:
When the LI tags are just removed, we get this:
I can do either one, but just committed the one with an extra nested 'div' please review.
In light of phetsims/ohms-law#148 (comment), it is likely best to remove the list structure around the Mass controls.
Hopefully, this is quite easy to do.
@zepumph, I'd keep the
aria-labelledby
on the parentdiv
.Possible pseudo-code
The text was updated successfully, but these errors were encountered: