Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
aria-hidden
undefined | false | true | "false" | "true"
Indicates whether the element is exposed to an accessibility API.
aria-label
undefined | string
Defines a string value that labels the current element.
aria-labelledby
undefined | string
Identifies the element (or elements) that labels the current object.
aria-live
undefined | "off" | "assertive" | "polite"
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.