whits
    Preparing search index...

    Type Alias HtmlGlobalAttribute

    HtmlGlobalAttribute:
        | "accesskey"
        | "autocapitalize"
        | "autofocus"
        | "class"
        | "contenteditable"
        | "dir"
        | "draggable"
        | "enterkeyhint"
        | "hidden"
        | "id"
        | "inert"
        | "inputmode"
        | "is"
        | "itemid"
        | "itemprop"
        | "itemref"
        | "itemscope"
        | "itemtype"
        | "lang"
        | "nonce"
        | "popover"
        | "slot"
        | "spellcheck"
        | "style"
        | "tabindex"
        | "title"
        | "translate"

    Union of attributes that are valid on all HTML tags.