@markwyner Using `aria-hidden` removes the element from the accessibility tree but doesn’t remove it from the focus order.
If you do this, then screen reader users will still be able to TAB to the button, but it will have no accessible name (even if you add `alt` to the image or ‘aria-label` to the button itself).