I'm in the process of improving the accessibility of my site for screen readers and keyboard users. Currently, none of the shopping cart elements like input
, button
and the close 'button' can be reached with keyboard navigation.
My suggestion would be to add tabindex="0"
to those elements to make it possible to use the tab and enter key in the shopping cart.