This repository has been archived by the owner on Nov 26, 2021. It is now read-only.
Add aria-label directly to button to fix IE issue
Add aria-label directly to button to fix IE issue (#150) In IE, the screen reader doesn't read out the `aria-label` for the video because it's nested within the `button` in a `span`. The fix is to move the `aria-label` directly onto the `button`. DAC issue: https://trello.com/c/hkJ9UHC6/156-non-descriptive-form-elements-issue-id-dacnon-descriptiveforms01