Tab, Shift-TabEnter, Spacedisabledaria property:aria-labelhideLabel="true".aria-descriptionaria-expandedaria-pressedpressed state of a toggle button.aria-haspopupdialog). It can be used in combination with aria-expanded to indicate the state of the popup.aria-labelledbyaria-describedbyaria-ownsaria-controlsaria-activedescendantaria property with the aria-label value to provide more context for e.g. screen reader users. Phrases like
"Detail" or "Open" can be unclear when read out of context by a screen reader. In such instances, provide an alternative
text that offers more detailed information, such as "Open details of product XYZ."size and weight properties to
achieve the best results.<video autoplay loop /> attribute from working to improve accessibility & UX. In addition,
the slotted video should have no audio or is muted by <video muted />. Also keep in mind that long videos or videos in
general might increase the page load time. The video content should support the CTA instead of distracting from it.
To support screen reader users, it's recommended to define an alternative video description
<video aria-label="Some video description"" />.