dotcom-page-kit icon indicating copy to clipboard operation
dotcom-page-kit copied to clipboard

Remove `aria-hidden="true"` from mobile navigation

Open notlee opened this issue 3 years ago • 0 comments

aria-hidden="true" is always applied on the mobile navigation. This means assistive tech users can't navigate to markets data on mobile. It seems unnecessary as display: none is set on desktop.

Screenshot 2022-10-12 at 11 51 47 Screenshot 2022-10-12 at 11 51 18

notlee avatar Oct 12 '22 10:10 notlee