WAI-ARIA: aria-keyshortcuts (Property)

WAI-ARIA: aria-keyshortcuts (Property)

Description New in ARIA 1.1 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. The value of the aria-keyshortcuts attribute is a space-delimited list of keyboard shortcuts that can be pressed to activate a command or textbox widget. The keys defined in the shortcuts represent the physical keys…

WAI-ARIA: aria-label (Property)

WAI-ARIA: aria-label (Property)

Description Defines a string value that labels the current element. See related aria-labelledby. The purpose of aria-label is the same as that of aria-labelledby. It provides the user with a recognizable name of the object. The most common accessibility API mapping for a label is the accessible name property. If the label text is visible…