whits
    Preparing search index...

    Type Alias SvgGlobalAttribute

    SvgGlobalAttribute:
        | "about"
        | "class"
        | "content"
        | "datatype"
        | "id"
        | "lang"
        | "property"
        | "rel"
        | "resource"
        | "rev"
        | "style"
        | "tabindex"
        | "typeof"

    Union of attributes that are valid on all SVG tags.