whits
    Preparing search index...

    Interface HtmlBaseAttributeMap

    The tag-specific attributes that are valid for each HTML tag.

    interface HtmlBaseAttributeMap {
        a:
            | "name"
            | "type"
            | "rel"
            | "target"
            | "rev"
            | "download"
            | "href"
            | "hreflang"
            | "ping"
            | "referrerpolicy"
            | "charset"
            | "coords"
            | "shape";
        abbr: undefined;
        acronym: undefined;
        address: undefined;
        applet: | "object"
        | "code"
        | "name"
        | "height"
        | "width"
        | "align"
        | "archive"
        | "codebase"
        | "hspace"
        | "vspace"
        | "alt";
        area: | "type"
        | "rel"
        | "target"
        | "download"
        | "href"
        | "hreflang"
        | "ping"
        | "referrerpolicy"
        | "alt"
        | "coords"
        | "shape"
        | "nohref";
        article: undefined;
        aside: undefined;
        audio: | "src"
        | "crossorigin"
        | "autoplay"
        | "controls"
        | "loop"
        | "muted"
        | "preload";
        b: undefined;
        base: "target"
        | "href";
        basefont: "size" | "color" | "face";
        bdi: undefined;
        bdo: undefined;
        bgsound: undefined;
        big: undefined;
        blink: undefined;
        blockquote: "cite";
        body: "link" | "background" | "text" | "alink" | "bgcolor" | "vlink";
        br: "clear";
        button:
            | "name"
            | "type"
            | "value"
            | "form"
            | "disabled"
            | "formaction"
            | "formenctype"
            | "formmethod"
            | "formnovalidate"
            | "formtarget"
            | "popovertarget"
            | "popovertargetaction";
        canvas: "height"
        | "width";
        caption: "align";
        center: undefined;
        cite: undefined;
        code: undefined;
        col: "width" | "span" | "align" | "char" | "charoff" | "valign";
        colgroup: "width" | "span" | "align" | "char" | "charoff" | "valign";
        command: undefined;
        content: undefined;
        data: "value";
        datalist: undefined;
        dd: undefined;
        del: "cite" | "datetime";
        details: "name" | "open";
        dfn: undefined;
        dialog: "open";
        dir: "compact";
        div: "align";
        dl: "compact";
        dt: undefined;
        element: undefined;
        em: undefined;
        embed: "type" | "src" | "height" | "width";
        fieldset: "name" | "form" | "disabled";
        figcaption: undefined;
        figure: undefined;
        font: "size" | "color" | "face";
        footer: undefined;
        form:
            | "name"
            | "action"
            | "autocomplete"
            | "enctype"
            | "method"
            | "target"
            | "accept"
            | "accept-charset"
            | "novalidate";
        frame: | "name"
        | "src"
        | "frameborder"
        | "longdesc"
        | "marginheight"
        | "marginwidth"
        | "scrolling"
        | "noresize";
        frameset: "cols"
        | "rows";
        h1: "align";
        h2: "align";
        h3: "align";
        h4: "align";
        h5: "align";
        h6: "align";
        head: "profile";
        header: undefined;
        hgroup: undefined;
        hr: "size" | "width" | "align" | "noshade";
        html: "manifest" | "version";
        i: undefined;
        iframe:
            | "name"
            | "src"
            | "height"
            | "width"
            | "loading"
            | "referrerpolicy"
            | "align"
            | "allow"
            | "allowfullscreen"
            | "allowpaymentrequest"
            | "allowusermedia"
            | "frameborder"
            | "longdesc"
            | "marginheight"
            | "marginwidth"
            | "sandbox"
            | "scrolling"
            | "srcdoc";
        image: undefined;
        img: | "name"
        | "src"
        | "height"
        | "width"
        | "border"
        | "loading"
        | "referrerpolicy"
        | "crossorigin"
        | "align"
        | "hspace"
        | "usemap"
        | "vspace"
        | "fetchpriority"
        | "sizes"
        | "alt"
        | "ismap"
        | "srcset"
        | "longdesc"
        | "decoding";
        input: | "name"
        | "max"
        | "required"
        | "type"
        | "src"
        | "min"
        | "size"
        | "height"
        | "width"
        | "value"
        | "form"
        | "pattern"
        | "autocomplete"
        | "disabled"
        | "multiple"
        | "readonly"
        | "align"
        | "usemap"
        | "accept"
        | "alt"
        | "checked"
        | "dirname"
        | "formaction"
        | "formenctype"
        | "formmethod"
        | "formnovalidate"
        | "formtarget"
        | "ismap"
        | "list"
        | "maxlength"
        | "minlength"
        | "placeholder"
        | "popovertarget"
        | "popovertargetaction"
        | "step";
        ins: "cite"
        | "datetime";
        isindex: "prompt";
        kbd: undefined;
        keygen: undefined;
        label: "form" | "for";
        legend: "align";
        li: "type" | "value";
        link:
            | "type"
            | "media"
            | "color"
            | "rel"
            | "target"
            | "disabled"
            | "rev"
            | "href"
            | "hreflang"
            | "referrerpolicy"
            | "crossorigin"
            | "as"
            | "blocking"
            | "charset"
            | "fetchpriority"
            | "imagesizes"
            | "imagesrcset"
            | "integrity"
            | "sizes";
        listing: undefined;
        main: undefined;
        map: "name";
        mark: undefined;
        marquee: undefined;
        math: undefined;
        menu: "compact";
        menuitem: undefined;
        meta: "name"
        | "media"
        | "content"
        | "charset"
        | "http-equiv"
        | "scheme";
        meter: "max" | "min" | "high" | "low" | "value" | "optimum";
        multicol: undefined;
        nav: undefined;
        nextid: undefined;
        nobr: undefined;
        noembed: undefined;
        noframes: undefined;
        noscript: undefined;
        object:
            | "name"
            | "type"
            | "data"
            | "height"
            | "width"
            | "border"
            | "form"
            | "align"
            | "archive"
            | "classid"
            | "codebase"
            | "codetype"
            | "declare"
            | "hspace"
            | "standby"
            | "typemustmatch"
            | "usemap"
            | "vspace";
        ol: "type"
        | "start"
        | "compact"
        | "reversed";
        optgroup: "label" | "disabled";
        option: "value" | "label" | "disabled" | "selected";
        output: "name" | "form" | "for";
        p: "align";
        param: "name" | "type" | "value" | "valuetype";
        picture: undefined;
        plaintext: undefined;
        pre: "width";
        progress: "max" | "value";
        q: "cite";
        rb: undefined;
        rbc: undefined;
        rp: undefined;
        rt: undefined;
        rtc: undefined;
        ruby: undefined;
        s: undefined;
        samp: undefined;
        script:
            | "type"
            | "src"
            | "async"
            | "language"
            | "referrerpolicy"
            | "crossorigin"
            | "blocking"
            | "charset"
            | "fetchpriority"
            | "integrity"
            | "defer"
            | "nomodule";
        search: undefined;
        section: undefined;
        select: | "name"
        | "required"
        | "size"
        | "form"
        | "autocomplete"
        | "disabled"
        | "multiple";
        shadow: undefined;
        slot: "name";
        small: undefined;
        source: "type"
        | "src"
        | "media"
        | "height"
        | "width"
        | "sizes"
        | "srcset";
        spacer: undefined;
        span: undefined;
        strike: undefined;
        strong: undefined;
        style: "type" | "media" | "blocking";
        sub: undefined;
        summary: undefined;
        sup: undefined;
        table:
            | "width"
            | "border"
            | "summary"
            | "frame"
            | "align"
            | "bgcolor"
            | "cellpadding"
            | "cellspacing"
            | "rules";
        tbody: "align"
        | "char"
        | "charoff"
        | "valign";
        td:
            | "height"
            | "width"
            | "abbr"
            | "align"
            | "bgcolor"
            | "char"
            | "charoff"
            | "valign"
            | "axis"
            | "colspan"
            | "headers"
            | "nowrap"
            | "rowspan"
            | "scope";
        template: "shadowrootdelegatesfocus"
        | "shadowrootmode";
        textarea:
            | "name"
            | "required"
            | "form"
            | "autocomplete"
            | "disabled"
            | "readonly"
            | "dirname"
            | "maxlength"
            | "minlength"
            | "placeholder"
            | "cols"
            | "rows"
            | "wrap";
        tfoot: "align"
        | "char"
        | "charoff"
        | "valign";
        th:
            | "height"
            | "width"
            | "abbr"
            | "align"
            | "bgcolor"
            | "char"
            | "charoff"
            | "valign"
            | "axis"
            | "colspan"
            | "headers"
            | "nowrap"
            | "rowspan"
            | "scope";
        thead: "align"
        | "char"
        | "charoff"
        | "valign";
        time: "datetime";
        title: undefined;
        tr: "align" | "bgcolor" | "char" | "charoff" | "valign";
        track: "default" | "src" | "label" | "kind" | "srclang";
        tt: undefined;
        u: undefined;
        ul: "type" | "compact";
        var: undefined;
        video:
            | "src"
            | "height"
            | "width"
            | "crossorigin"
            | "autoplay"
            | "controls"
            | "loop"
            | "muted"
            | "preload"
            | "playsinline"
            | "poster";
        wbr: undefined;
        xmp: undefined;
    }
    Index

    Properties

    a:
        | "name"
        | "type"
        | "rel"
        | "target"
        | "rev"
        | "download"
        | "href"
        | "hreflang"
        | "ping"
        | "referrerpolicy"
        | "charset"
        | "coords"
        | "shape"
    abbr: undefined
    acronym: undefined
    address: undefined
    applet:
        | "object"
        | "code"
        | "name"
        | "height"
        | "width"
        | "align"
        | "archive"
        | "codebase"
        | "hspace"
        | "vspace"
        | "alt"
    area:
        | "type"
        | "rel"
        | "target"
        | "download"
        | "href"
        | "hreflang"
        | "ping"
        | "referrerpolicy"
        | "alt"
        | "coords"
        | "shape"
        | "nohref"

    article

    article: undefined
    aside: undefined
    audio:
        | "src"
        | "crossorigin"
        | "autoplay"
        | "controls"
        | "loop"
        | "muted"
        | "preload"
    b: undefined
    base: "target" | "href"
    basefont: "size" | "color" | "face"
    bdi: undefined
    bdo: undefined
    bgsound: undefined
    big: undefined
    blink: undefined
    blockquote: "cite"
    body: "link" | "background" | "text" | "alink" | "bgcolor" | "vlink"
    br: "clear"
    button:
        | "name"
        | "type"
        | "value"
        | "form"
        | "disabled"
        | "formaction"
        | "formenctype"
        | "formmethod"
        | "formnovalidate"
        | "formtarget"
        | "popovertarget"
        | "popovertargetaction"
    canvas: "height" | "width"
    caption: "align"
    center: undefined
    cite: undefined
    code: undefined
    col: "width" | "span" | "align" | "char" | "charoff" | "valign"
    colgroup: "width" | "span" | "align" | "char" | "charoff" | "valign"
    command: undefined
    content: undefined
    data: "value"
    datalist: undefined
    dd: undefined
    del: "cite" | "datetime"
    details: "name" | "open"
    dfn: undefined
    dialog: "open"
    dir: "compact"
    div: "align"
    dl: "compact"
    dt: undefined
    element: undefined
    em: undefined
    embed: "type" | "src" | "height" | "width"
    fieldset: "name" | "form" | "disabled"
    figcaption: undefined
    figure: undefined
    font: "size" | "color" | "face"
    footer: undefined
    form:
        | "name"
        | "action"
        | "autocomplete"
        | "enctype"
        | "method"
        | "target"
        | "accept"
        | "accept-charset"
        | "novalidate"
    frame:
        | "name"
        | "src"
        | "frameborder"
        | "longdesc"
        | "marginheight"
        | "marginwidth"
        | "scrolling"
        | "noresize"
    frameset: "cols" | "rows"
    h1: "align"
    h2: "align"
    h3: "align"
    h4: "align"
    h5: "align"
    h6: "align"
    head: "profile"
    header: undefined
    hgroup: undefined
    hr: "size" | "width" | "align" | "noshade"
    html: "manifest" | "version"
    i: undefined
    iframe:
        | "name"
        | "src"
        | "height"
        | "width"
        | "loading"
        | "referrerpolicy"
        | "align"
        | "allow"
        | "allowfullscreen"
        | "allowpaymentrequest"
        | "allowusermedia"
        | "frameborder"
        | "longdesc"
        | "marginheight"
        | "marginwidth"
        | "sandbox"
        | "scrolling"
        | "srcdoc"
    image: undefined
    img:
        | "name"
        | "src"
        | "height"
        | "width"
        | "border"
        | "loading"
        | "referrerpolicy"
        | "crossorigin"
        | "align"
        | "hspace"
        | "usemap"
        | "vspace"
        | "fetchpriority"
        | "sizes"
        | "alt"
        | "ismap"
        | "srcset"
        | "longdesc"
        | "decoding"
    input:
        | "name"
        | "max"
        | "required"
        | "type"
        | "src"
        | "min"
        | "size"
        | "height"
        | "width"
        | "value"
        | "form"
        | "pattern"
        | "autocomplete"
        | "disabled"
        | "multiple"
        | "readonly"
        | "align"
        | "usemap"
        | "accept"
        | "alt"
        | "checked"
        | "dirname"
        | "formaction"
        | "formenctype"
        | "formmethod"
        | "formnovalidate"
        | "formtarget"
        | "ismap"
        | "list"
        | "maxlength"
        | "minlength"
        | "placeholder"
        | "popovertarget"
        | "popovertargetaction"
        | "step"
    ins: "cite" | "datetime"
    isindex: "prompt"
    kbd: undefined
    keygen: undefined
    label: "form" | "for"
    legend: "align"
    li: "type" | "value"
    link:
        | "type"
        | "media"
        | "color"
        | "rel"
        | "target"
        | "disabled"
        | "rev"
        | "href"
        | "hreflang"
        | "referrerpolicy"
        | "crossorigin"
        | "as"
        | "blocking"
        | "charset"
        | "fetchpriority"
        | "imagesizes"
        | "imagesrcset"
        | "integrity"
        | "sizes"
    listing: undefined
    main: undefined
    map: "name"
    mark: undefined
    marquee: undefined
    math: undefined
    menu: "compact"
    menuitem: undefined
    meta: "name" | "media" | "content" | "charset" | "http-equiv" | "scheme"
    meter: "max" | "min" | "high" | "low" | "value" | "optimum"
    multicol: undefined
    nav: undefined
    nextid: undefined
    nobr: undefined
    noembed: undefined
    noframes: undefined
    noscript: undefined
    object:
        | "name"
        | "type"
        | "data"
        | "height"
        | "width"
        | "border"
        | "form"
        | "align"
        | "archive"
        | "classid"
        | "codebase"
        | "codetype"
        | "declare"
        | "hspace"
        | "standby"
        | "typemustmatch"
        | "usemap"
        | "vspace"
    ol: "type" | "start" | "compact" | "reversed"
    optgroup: "label" | "disabled"
    option: "value" | "label" | "disabled" | "selected"
    output: "name" | "form" | "for"
    p: "align"
    param: "name" | "type" | "value" | "valuetype"
    picture: undefined
    plaintext: undefined
    pre: "width"
    progress: "max" | "value"
    q: "cite"
    rb: undefined
    rbc: undefined
    rp: undefined
    rt: undefined
    rtc: undefined
    ruby: undefined
    s: undefined
    samp: undefined
    script:
        | "type"
        | "src"
        | "async"
        | "language"
        | "referrerpolicy"
        | "crossorigin"
        | "blocking"
        | "charset"
        | "fetchpriority"
        | "integrity"
        | "defer"
        | "nomodule"
    search: undefined
    section: undefined
    select:
        | "name"
        | "required"
        | "size"
        | "form"
        | "autocomplete"
        | "disabled"
        | "multiple"
    shadow: undefined
    slot: "name"
    small: undefined
    source: "type" | "src" | "media" | "height" | "width" | "sizes" | "srcset"
    spacer: undefined
    span: undefined
    strike: undefined
    strong: undefined
    style: "type" | "media" | "blocking"
    sub: undefined
    summary: undefined
    sup: undefined
    table:
        | "width"
        | "border"
        | "summary"
        | "frame"
        | "align"
        | "bgcolor"
        | "cellpadding"
        | "cellspacing"
        | "rules"
    tbody: "align" | "char" | "charoff" | "valign"
    td:
        | "height"
        | "width"
        | "abbr"
        | "align"
        | "bgcolor"
        | "char"
        | "charoff"
        | "valign"
        | "axis"
        | "colspan"
        | "headers"
        | "nowrap"
        | "rowspan"
        | "scope"
    template: "shadowrootdelegatesfocus" | "shadowrootmode"
    textarea:
        | "name"
        | "required"
        | "form"
        | "autocomplete"
        | "disabled"
        | "readonly"
        | "dirname"
        | "maxlength"
        | "minlength"
        | "placeholder"
        | "cols"
        | "rows"
        | "wrap"
    tfoot: "align" | "char" | "charoff" | "valign"
    th:
        | "height"
        | "width"
        | "abbr"
        | "align"
        | "bgcolor"
        | "char"
        | "charoff"
        | "valign"
        | "axis"
        | "colspan"
        | "headers"
        | "nowrap"
        | "rowspan"
        | "scope"
    thead: "align" | "char" | "charoff" | "valign"
    time: "datetime"
    title: undefined
    tr: "align" | "bgcolor" | "char" | "charoff" | "valign"
    track: "default" | "src" | "label" | "kind" | "srclang"
    tt: undefined
    u: undefined
    ul: "type" | "compact"
    var: undefined
    video:
        | "src"
        | "height"
        | "width"
        | "crossorigin"
        | "autoplay"
        | "controls"
        | "loop"
        | "muted"
        | "preload"
        | "playsinline"
        | "poster"
    wbr: undefined
    xmp: undefined