Type alias ElementARIAAttrs

ElementARIAAttrs: {
    readonly [T in ARIAAttrNames]?: string
}

The ARIA attributes for a virtual element node.

These are the attributes which are applied to a real DOM element via element.setAttribute(). The supported attribute names are defined by the ARIAAttrNames type.