frosty 0.0.156 → 0.0.158
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_native.d.mts +3 -3
- package/dist/_native.d.ts +3 -3
- package/dist/dom.d.mts +3 -3
- package/dist/dom.d.ts +3 -3
- package/dist/i18n.d.mts +3 -3
- package/dist/i18n.d.mts.map +1 -1
- package/dist/i18n.d.ts +3 -3
- package/dist/i18n.d.ts.map +1 -1
- package/dist/i18n.js.map +1 -1
- package/dist/i18n.mjs.map +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/internals/{common-DU6Re-Mj.d.ts → common-BMp06ZN_.d.mts} +37 -23
- package/dist/internals/common-BMp06ZN_.d.mts.map +1 -0
- package/dist/internals/{common-DU6Re-Mj.d.mts → common-BMp06ZN_.d.ts} +37 -23
- package/dist/internals/common-BMp06ZN_.d.ts.map +1 -0
- package/dist/internals/{fragment-CrKghgmU.d.ts → fragment-C8nMwgq0.d.ts} +2 -2
- package/dist/internals/{fragment-CrKghgmU.d.ts.map → fragment-C8nMwgq0.d.ts.map} +1 -1
- package/dist/internals/{fragment-v6b3-mS6.d.mts → fragment-Dhp_GJso.d.mts} +2 -2
- package/dist/internals/{fragment-v6b3-mS6.d.mts.map → fragment-Dhp_GJso.d.mts.map} +1 -1
- package/dist/internals/{index-OvcTjmzX.d.ts → index-CUCYNdr9.d.ts} +3 -3
- package/dist/internals/{index-OvcTjmzX.d.ts.map → index-CUCYNdr9.d.ts.map} +1 -1
- package/dist/internals/{index-BzVLlTCa.d.mts → index-CgIOFVc1.d.mts} +3 -3
- package/dist/internals/{index-BzVLlTCa.d.mts.map → index-CgIOFVc1.d.mts.map} +1 -1
- package/dist/internals/{renderer-BluiQ1F-.d.mts → renderer-5Al4VWW1.d.mts} +3 -3
- package/dist/internals/{renderer-BluiQ1F-.d.mts.map → renderer-5Al4VWW1.d.mts.map} +1 -1
- package/dist/internals/{renderer-C1RBQB2f.d.ts → renderer-BFv842Qz.d.ts} +3 -3
- package/dist/internals/{renderer-C1RBQB2f.d.ts.map → renderer-BFv842Qz.d.ts.map} +1 -1
- package/dist/internals/renderer-BvM6i6Cl.mjs.map +1 -1
- package/dist/internals/renderer-C5NIsxDg.js.map +1 -1
- package/dist/internals/{utils-BNdSbzPU.d.ts → utils-BGg0L3IY.d.ts} +2 -2
- package/dist/internals/{utils-BNdSbzPU.d.ts.map → utils-BGg0L3IY.d.ts.map} +1 -1
- package/dist/internals/{utils-ukNJhgdU.d.mts → utils-qS8tRYZD.d.mts} +2 -2
- package/dist/internals/{utils-ukNJhgdU.d.mts.map → utils-qS8tRYZD.d.mts.map} +1 -1
- package/dist/jsx-dev-runtime.d.mts +2 -2
- package/dist/jsx-dev-runtime.d.ts +2 -2
- package/dist/jsx-runtime.d.mts +2 -2
- package/dist/jsx-runtime.d.ts +2 -2
- package/dist/server-dom.d.mts +3 -3
- package/dist/server-dom.d.ts +3 -3
- package/dist/web.d.mts +3 -3
- package/dist/web.d.ts +3 -3
- package/package.json +6 -6
- package/packages/frosty-cli/package.json +1 -1
- package/packages/frosty-cli/webpack.mjs +5 -1
- package/packages/frosty-cli/yarn.lock +204 -169
- package/dist/internals/common-DU6Re-Mj.d.mts.map +0 -1
- package/dist/internals/common-DU6Re-Mj.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common-BMp06ZN_.d.mts","sources":["../../src/core/types/style.ts","../../src/core/web/styles/css.ts","../../src/core/web/event.ts","../../generated/elements.ts","../../src/core/web/props.ts","../../src/core/types/runtime.ts","../../src/core/types/component.ts","../../src/core/types/common.ts"],"sourcesContent":["//\n// style.ts\n//\n// The MIT License\n// Copyright (c) 2021 - 2026 O2ter Limited. All rights reserved.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n//\n\nimport _ from 'lodash';\n\ntype Many<T> = T | _.RecursiveArray<T>;\n\nexport type ClassName = Many<string | _.Falsey>;\n\nexport type StyleProp<T> = Many<T | _.Falsey>;\n","//\n// css.ts\n//\n// The MIT License\n// Copyright (c) 2021 - 2026 O2ter Limited. All rights reserved.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n//\n\nimport _ from 'lodash';\nimport * as CSS from 'csstype';\n\ntype AtRules = '@container' | '@media';\n\ntype PropsWithExtends<Props> = Props & {\n [rule in `${AtRules} ${string}`]?: Omit<PropsWithExtends<Props>, `${AtRules} ${string}`>;\n} & {\n 'keyframes'?: Record<string, Props>;\n [selector: `&${string}`]: PropsWithExtends<Props>;\n [variable: `--${string}`]: string | 0;\n};\n\nexport type CSSProperties = CSS.Properties<string | number>;\nexport type ExtendedCSSProperties = PropsWithExtends<CSSProperties>;\n","//\n// event.ts\n//\n// The MIT License\n// Copyright (c) 2021 - 2026 O2ter Limited. All rights reserved.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n//\n\nimport _ from 'lodash';\n\nexport const globalEvents = {\n\n // Clipboard Events\n \"onCopy\": \"copy\",\n \"onCut\": \"cut\",\n \"onPaste\": \"paste\",\n\n // Composition Events\n \"onCompositionEnd\": \"compositionend\",\n \"onCompositionStart\": \"compositionstart\",\n \"onCompositionUpdate\": \"compositionupdate\",\n\n // Focus Events\n \"onFocus\": \"focus\",\n \"onBlur\": \"blur\",\n\n // Form Events\n \"onFormData\": \"formdata\",\n \"onChange\": \"change\",\n \"onBeforeInput\": \"beforeinput\",\n \"onInput\": \"input\",\n \"onReset\": \"reset\",\n \"onSubmit\": \"submit\",\n \"onInvalid\": \"invalid\",\n\n // Image Events\n \"onLoad\": \"load\",\n \"onError\": \"error\",\n\n // Keyboard Events\n \"onKeyDown\": \"keydown\",\n /** @deprecated */\n \"onKeyPress\": \"keypress\",\n \"onKeyUp\": \"keyup\",\n\n // Media Events\n \"onAbort\": \"abort\",\n \"onCanPlay\": \"canplay\",\n \"onCanPlayThrough\": \"canplaythrough\",\n \"onDurationChange\": \"durationchange\",\n \"onEmptied\": \"emptied\",\n \"onEncrypted\": \"encrypted\",\n \"onEnded\": \"ended\",\n \"onLoadedData\": \"loadeddata\",\n \"onLoadedMetadata\": \"loadedmetadata\",\n \"onLoadStart\": \"loadstart\",\n \"onPause\": \"pause\",\n \"onPlay\": \"play\",\n \"onPlaying\": \"playing\",\n \"onProgress\": \"progress\",\n \"onRateChange\": \"ratechange\",\n \"onResize\": \"resize\",\n \"onSeeked\": \"seeked\",\n \"onSeeking\": \"seeking\",\n \"onStalled\": \"stalled\",\n \"onSuspend\": \"suspend\",\n \"onTimeUpdate\": \"timeupdate\",\n \"onVolumeChange\": \"volumechange\",\n \"onWaiting\": \"waiting\",\n\n // MouseEvents\n \"onAuxClick\": \"auxclick\",\n \"onClick\": \"click\",\n \"onContextMenu\": \"contextmenu\",\n \"onDoubleClick\": \"dblclick\",\n \"onDrag\": \"drag\",\n \"onDragEnd\": \"dragend\",\n \"onDragEnter\": \"dragenter\",\n \"onDragExit\": \"dragexit\",\n \"onDragLeave\": \"dragleave\",\n \"onDragOver\": \"dragover\",\n \"onDragStart\": \"dragstart\",\n \"onDrop\": \"drop\",\n \"onMouseDown\": \"mousedown\",\n \"onMouseEnter\": \"mouseenter\",\n \"onMouseLeave\": \"mouseleave\",\n \"onMouseMove\": \"mousemove\",\n \"onMouseOut\": \"mouseout\",\n \"onMouseOver\": \"mouseover\",\n \"onMouseUp\": \"mouseup\",\n\n // Selection Events\n \"onSelect\": \"select\",\n\n // Touch Events\n \"onTouchCancel\": \"touchcancel\",\n \"onTouchEnd\": \"touchend\",\n \"onTouchMove\": \"touchmove\",\n \"onTouchStart\": \"touchstart\",\n\n // Pointer Events\n \"onPointerDown\": \"pointerdown\",\n \"onPointerMove\": \"pointermove\",\n \"onPointerUp\": \"pointerup\",\n \"onPointerCancel\": \"pointercancel\",\n \"onPointerEnter\": \"pointerenter\",\n \"onPointerLeave\": \"pointerleave\",\n \"onPointerOver\": \"pointerover\",\n \"onPointerOut\": \"pointerout\",\n\n // UI Events\n \"onScroll\": \"scroll\",\n\n // Wheel Events\n \"onWheel\": \"wheel\",\n\n // Animation Events\n \"onAnimationStart\": \"animationstart\",\n \"onAnimationEnd\": \"animationend\",\n \"onAnimationIteration\": \"animationiteration\",\n\n // Transition Events\n \"onTransitionEnd\": \"transitionend\",\n\n} as const;\n\nexport const globalEventKeys = _.keys(globalEvents);","export namespace Frosty {\n export interface ARIAMixin {\n ariaActiveDescendantElement?: Element;\n ariaAtomic?: string;\n ariaAutoComplete?: string;\n ariaBrailleLabel?: string;\n ariaBrailleRoleDescription?: string;\n ariaBusy?: string;\n ariaChecked?: string;\n ariaColCount?: string;\n ariaColIndex?: string;\n ariaColIndexText?: string;\n ariaColSpan?: string;\n ariaControls?: string;\n ariaCurrent?: string;\n ariaDescribedBy?: string;\n ariaDescription?: string;\n ariaDetails?: string;\n ariaDisabled?: string;\n ariaErrorMessage?: string;\n ariaExpanded?: string;\n ariaFlowTo?: string;\n ariaHasPopup?: string;\n ariaHidden?: string;\n ariaInvalid?: string;\n ariaKeyShortcuts?: string;\n ariaLabel?: string;\n ariaLabelledBy?: string;\n ariaLevel?: string;\n ariaLive?: string;\n ariaModal?: string;\n ariaMultiLine?: string;\n ariaMultiSelectable?: string;\n ariaOrientation?: string;\n ariaOwns?: string;\n ariaPlaceholder?: string;\n ariaPosInSet?: string;\n ariaPressed?: string;\n ariaReadOnly?: string;\n ariaRelevant?: string;\n ariaRequired?: string;\n ariaRoleDescription?: string;\n ariaRowCount?: string;\n ariaRowIndex?: string;\n ariaRowIndexText?: string;\n ariaRowSpan?: string;\n ariaSelected?: string;\n ariaSetSize?: string;\n ariaSort?: string;\n ariaValueMax?: string;\n ariaValueMin?: string;\n ariaValueNow?: string;\n ariaValueText?: string;\n role?: string;\n }\n export interface ElementAttributes extends ARIAMixin {\n }\n export interface SVGAttributes extends ElementAttributes {\n about?: string;\n content?: string;\n datatype?: string;\n id?: string;\n lang?: string;\n property?: string;\n rel?: string;\n resource?: string;\n rev?: string;\n tabindex?: string;\n typeof?: string;\n }\n export interface SVGTests {\n fill?: string;\n }\n export interface SVGGraphicsAttributes extends SVGAttributes, SVGTests {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n opacity?: string;\n overflow?: string;\n pointerEvents?: string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n unicodeBidi?: string;\n visibility?: string;\n wordSpacing?: string;\n writingMode?: string;\n }\n export interface SVGFitToViewBox {\n externalResourcesRequired?: string;\n preserveAspectRatio?: string;\n viewBox?: string;\n }\n export interface SVGSVGAttributes extends SVGGraphicsAttributes, SVGFitToViewBox {\n baseProfile?: string;\n contentScriptType?: string;\n contentStyleType?: string;\n focusable?: string;\n focusHighlight?: string;\n height?: number | string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n playbackorder?: string;\n playbackOrder?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n snapshotTime?: string;\n syncBehaviorDefault?: string;\n syncToleranceDefault?: string;\n systemLanguage?: string;\n timelinebegin?: string;\n timelineBegin?: string;\n transform?: string;\n version?: string;\n width?: number | string;\n x?: number | string;\n y?: number | string;\n zoomAndPan?: string;\n }\n export interface SVGGAttributes extends SVGGraphicsAttributes {\n externalResourcesRequired?: string;\n focusable?: string;\n focusHighlight?: string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n systemLanguage?: string;\n transform?: string;\n }\n export interface SVGDefsAttributes extends SVGGraphicsAttributes {\n externalResourcesRequired?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n systemLanguage?: string;\n transform?: string;\n }\n export interface SVGDescAttributes extends SVGAttributes {\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n systemLanguage?: string;\n }\n export interface SVGTitleAttributes extends SVGAttributes {\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n systemLanguage?: string;\n }\n export interface SVGSymbolAttributes extends SVGGraphicsAttributes, SVGFitToViewBox {\n height?: string;\n refX?: string;\n refY?: string;\n width?: string;\n x?: string;\n y?: string;\n }\n export interface SVGUseAttributes extends SVGGraphicsAttributes {\n externalResourcesRequired?: string;\n focusable?: string;\n focusHighlight?: string;\n height?: number | string;\n href?: string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n systemLanguage?: string;\n transform?: string;\n width?: number | string;\n x?: number | string;\n y?: number | string;\n }\n export interface SVGImageAttributes extends SVGGraphicsAttributes {\n crossOrigin?: string;\n externalResourcesRequired?: string;\n focusable?: string;\n focusHighlight?: string;\n height?: number | string;\n href?: string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n preserveAspectRatio?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n systemLanguage?: string;\n transform?: string;\n type?: string;\n width?: number | string;\n x?: number | string;\n y?: number | string;\n }\n export interface SVGSwitchAttributes extends SVGGraphicsAttributes {\n externalResourcesRequired?: string;\n focusable?: string;\n focusHighlight?: string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n systemLanguage?: string;\n transform?: string;\n }\n export interface LinkStyle {\n media?: string;\n type?: string;\n }\n export interface SVGStyleAttributes extends SVGAttributes, LinkStyle {\n title?: string;\n }\n export interface SVGGeometryAttributes extends SVGGraphicsAttributes {\n externalResourcesRequired?: string;\n focusable?: string;\n focusHighlight?: string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n pathLength?: number;\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n systemLanguage?: string;\n transform?: string;\n }\n export interface SVGPathData {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n d?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n externalResourcesRequired?: string;\n fill?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n focusable?: string;\n focusHighlight?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n opacity?: string;\n overflow?: string;\n pathLength?: number;\n pointerEvents?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n systemLanguage?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n transform?: string;\n unicodeBidi?: string;\n visibility?: string;\n wordSpacing?: string;\n writingMode?: string;\n }\n export interface SVGPathAttributes extends SVGGeometryAttributes, SVGPathData {\n }\n export interface SVGRectAttributes extends SVGGeometryAttributes {\n height?: number | string;\n rx?: number | string;\n ry?: number | string;\n width?: number | string;\n x?: number | string;\n y?: number | string;\n }\n export interface SVGCircleAttributes extends SVGGeometryAttributes {\n cx?: number | string;\n cy?: number | string;\n r?: number | string;\n }\n export interface SVGEllipseAttributes extends SVGGeometryAttributes {\n cx?: number | string;\n cy?: number | string;\n rx?: number | string;\n ry?: number | string;\n }\n export interface SVGLineAttributes extends SVGGeometryAttributes {\n x1?: number | string;\n x2?: number | string;\n y1?: number | string;\n y2?: number | string;\n }\n export interface SVGAnimatedPoints {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n externalResourcesRequired?: string;\n fill?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n focusable?: string;\n focusHighlight?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n opacity?: string;\n overflow?: string;\n pathLength?: number;\n pointerEvents?: string;\n points?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n systemLanguage?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n transform?: string;\n unicodeBidi?: string;\n visibility?: string;\n wordSpacing?: string;\n writingMode?: string;\n }\n export interface SVGPolylineAttributes extends SVGGeometryAttributes, SVGAnimatedPoints {\n }\n export interface SVGPolygonAttributes extends SVGGeometryAttributes, SVGAnimatedPoints {\n }\n export interface SVGTextContentAttributes extends SVGGraphicsAttributes {\n externalResourcesRequired?: string;\n lengthAdjust?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n systemLanguage?: string;\n textLength?: string;\n }\n export interface SVGTextPositioningAttributes extends SVGTextContentAttributes {\n dx?: number;\n dy?: number;\n focusable?: string;\n focusHighlight?: string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n rotate?: string;\n x?: number | string;\n y?: number | string;\n }\n export interface SVGTextAttributes extends SVGTextPositioningAttributes {\n editable?: string;\n transform?: string;\n }\n export interface SVGTSpanAttributes extends SVGTextPositioningAttributes {\n }\n export interface SVGTextPathAttributes extends SVGTextContentAttributes {\n href?: string;\n method?: string;\n path?: string;\n side?: string;\n spacing?: string;\n startOffset?: number | string;\n }\n export interface SVGMarkerAttributes extends SVGAttributes, SVGFitToViewBox {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n fill?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerHeight?: number | string;\n markerMid?: string;\n markerStart?: string;\n markerUnits?: string;\n markerWidth?: number | string;\n mask?: string;\n opacity?: string;\n orient?: string;\n overflow?: string;\n pointerEvents?: string;\n refX?: number | string;\n refY?: number | string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n unicodeBidi?: string;\n visibility?: string;\n wordSpacing?: string;\n writingMode?: string;\n }\n export interface SVGGradientAttributes extends SVGAttributes {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n externalResourcesRequired?: string;\n fill?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n gradientTransform?: string;\n gradientUnits?: string;\n href?: string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n opacity?: string;\n overflow?: string;\n pointerEvents?: string;\n shapeRendering?: string;\n spreadMethod?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n unicodeBidi?: string;\n visibility?: string;\n wordSpacing?: string;\n writingMode?: string;\n }\n export interface SVGLinearGradientAttributes extends SVGGradientAttributes {\n x1?: number | string;\n x2?: number | string;\n y1?: number | string;\n y2?: number | string;\n }\n export interface SVGRadialGradientAttributes extends SVGGradientAttributes {\n cx?: number | string;\n cy?: number | string;\n fr?: number | string;\n fx?: number | string;\n fy?: number | string;\n r?: number | string;\n }\n export interface SVGStopAttributes extends SVGAttributes {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n fill?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n offset?: number;\n opacity?: string;\n overflow?: string;\n pointerEvents?: string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n unicodeBidi?: string;\n visibility?: string;\n wordSpacing?: string;\n writingMode?: string;\n }\n export interface SVGPatternAttributes extends SVGAttributes, SVGFitToViewBox {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n fill?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n height?: number | string;\n href?: string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n opacity?: string;\n overflow?: string;\n patternContentUnits?: string;\n patternTransform?: string;\n patternUnits?: string;\n pointerEvents?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n systemLanguage?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n unicodeBidi?: string;\n visibility?: string;\n width?: number | string;\n wordSpacing?: string;\n writingMode?: string;\n x?: number | string;\n y?: number | string;\n }\n export interface SVGClipPathAttributes extends SVGAttributes {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipPathUnits?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n externalResourcesRequired?: string;\n fill?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n opacity?: string;\n overflow?: string;\n pointerEvents?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n systemLanguage?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n transform?: string;\n unicodeBidi?: string;\n visibility?: string;\n wordSpacing?: string;\n writingMode?: string;\n }\n export interface SVGMaskAttributes extends SVGAttributes {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n externalResourcesRequired?: string;\n fill?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n height?: number | string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n maskContentUnits?: string;\n maskUnits?: string;\n opacity?: string;\n overflow?: string;\n pointerEvents?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n systemLanguage?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n unicodeBidi?: string;\n visibility?: string;\n width?: number | string;\n wordSpacing?: string;\n writingMode?: string;\n x?: number | string;\n y?: number | string;\n }\n export interface SVGFilterAttributes extends SVGAttributes {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n externalResourcesRequired?: string;\n fill?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n filterRes?: string;\n filterUnits?: string;\n floodColor?: string;\n floodOpacity?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n height?: number | string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n opacity?: string;\n overflow?: string;\n pointerEvents?: string;\n primitiveUnits?: string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n unicodeBidi?: string;\n visibility?: string;\n width?: number | string;\n wordSpacing?: string;\n writingMode?: string;\n x?: number | string;\n y?: number | string;\n }\n export interface SVGFEDistantLightAttributes extends SVGAttributes {\n azimuth?: number;\n elevation?: number;\n }\n export interface SVGFEPointLightAttributes extends SVGAttributes {\n x?: number;\n y?: number;\n z?: number;\n }\n export interface SVGFESpotLightAttributes extends SVGAttributes {\n limitingConeAngle?: number;\n pointsAtX?: number;\n pointsAtY?: number;\n pointsAtZ?: number;\n specularExponent?: number;\n x?: number;\n y?: number;\n z?: number;\n }\n export interface SVGFilterPrimitiveStandardAttributes {\n alignmentBaseline?: string;\n baselineShift?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n fill?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n height?: number | string;\n imageRendering?: string;\n kerning?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n opacity?: string;\n overflow?: string;\n pointerEvents?: string;\n result?: string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n unicodeBidi?: string;\n visibility?: string;\n width?: number | string;\n wordSpacing?: string;\n writingMode?: string;\n x?: number | string;\n y?: number | string;\n }\n export interface SVGFEBlendAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n in?: string;\n in2?: string;\n mode?: string;\n }\n export interface SVGFEColorMatrixAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n in?: string;\n type?: string;\n values?: string;\n }\n export interface SVGFEComponentTransferAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n in?: string;\n }\n export interface SVGComponentTransferFunctionAttributes extends SVGAttributes {\n amplitude?: string;\n exponent?: string;\n intercept?: string;\n offset?: number;\n slope?: string;\n tableValues?: string;\n type?: string;\n }\n export interface SVGFEFuncRAttributes extends SVGComponentTransferFunctionAttributes {\n }\n export interface SVGFEFuncGAttributes extends SVGComponentTransferFunctionAttributes {\n }\n export interface SVGFEFuncBAttributes extends SVGComponentTransferFunctionAttributes {\n }\n export interface SVGFEFuncAAttributes extends SVGComponentTransferFunctionAttributes {\n }\n export interface SVGFECompositeAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n in?: string;\n in2?: string;\n k1?: number;\n k2?: number;\n k3?: number;\n k4?: number;\n operator?: string;\n }\n export interface SVGFEConvolveMatrixAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n bias?: number;\n divisor?: number;\n edgeMode?: string;\n in?: string;\n kernelMatrix?: string;\n kernelUnitLength?: string;\n order?: string;\n preserveAlpha?: boolean;\n targetX?: number;\n targetY?: number;\n }\n export interface SVGFEDiffuseLightingAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n diffuseConstant?: number;\n in?: string;\n kernelUnitLength?: string;\n surfaceScale?: number;\n }\n export interface SVGFEDisplacementMapAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n in?: string;\n in2?: string;\n scale?: number;\n xChannelSelector?: string;\n yChannelSelector?: string;\n }\n export interface SVGFEFloodAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n }\n export interface SVGFEGaussianBlurAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n edgeMode?: string;\n in?: string;\n stdDeviation?: string;\n }\n export interface SVGFEImageAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n crossOrigin?: string;\n externalResourcesRequired?: string;\n href?: string;\n preserveAspectRatio?: string;\n }\n export interface SVGFEMergeAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n }\n export interface SVGFEMergeNodeAttributes extends SVGAttributes {\n in?: string;\n }\n export interface SVGFEMorphologyAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n in?: string;\n operator?: string;\n radius?: string;\n }\n export interface SVGFEOffsetAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n dx?: number;\n dy?: number;\n in?: string;\n }\n export interface SVGFESpecularLightingAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n in?: string;\n kernelUnitLength?: string;\n specularConstant?: number;\n specularExponent?: number;\n surfaceScale?: number;\n }\n export interface SVGFETileAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n in?: string;\n }\n export interface SVGFETurbulenceAttributes extends SVGAttributes, SVGFilterPrimitiveStandardAttributes {\n baseFrequency?: string;\n numOctaves?: number;\n seed?: number;\n stitchTiles?: string;\n type?: string;\n }\n export interface SVGAAttributes extends SVGGraphicsAttributes {\n download?: string;\n externalResourcesRequired?: string;\n focusable?: string;\n focusHighlight?: string;\n href?: string;\n hreflang?: string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n ping?: string;\n referrerPolicy?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n systemLanguage?: string;\n target?: string;\n transform?: string;\n type?: string;\n }\n export interface SVGViewAttributes extends SVGAttributes, SVGFitToViewBox {\n viewTarget?: string;\n zoomAndPan?: string;\n }\n export interface SVGScriptAttributes extends SVGAttributes {\n crossOrigin?: string;\n externalResourcesRequired?: string;\n href?: string;\n type?: string;\n }\n export interface SVGAnimationAttributes extends SVGAttributes, SVGTests {\n begin?: string;\n dur?: string;\n end?: string;\n externalResourcesRequired?: string;\n href?: string;\n max?: string;\n min?: string;\n repeatCount?: string;\n repeatDur?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n restart?: string;\n systemLanguage?: string;\n to?: string;\n }\n export interface SVGAnimateAttributes extends SVGAnimationAttributes {\n accumulate?: string;\n additive?: string;\n alignmentBaseline?: string;\n attributeName?: string;\n attributeType?: string;\n baselineShift?: string;\n by?: string;\n calcMode?: string;\n clip?: string;\n clipPath?: string;\n clipRule?: string;\n color?: string;\n colorInterpolation?: string;\n colorInterpolationFilters?: string;\n colorProfile?: string;\n colorRendering?: string;\n cursor?: string;\n direction?: string;\n display?: string;\n dominantBaseline?: string;\n enableBackground?: string;\n fillOpacity?: string;\n fillRule?: string;\n filter?: string;\n floodColor?: string;\n floodOpacity?: string;\n fontFamily?: string;\n fontSize?: string;\n fontSizeAdjust?: string;\n fontStretch?: string;\n fontStyle?: string;\n fontVariant?: string;\n fontWeight?: string;\n from?: string;\n glyphOrientationHorizontal?: string;\n glyphOrientationVertical?: string;\n imageRendering?: string;\n kerning?: string;\n keySplines?: string;\n keyTimes?: string;\n letterSpacing?: string;\n lightingColor?: string;\n markerEnd?: string;\n markerMid?: string;\n markerStart?: string;\n mask?: string;\n opacity?: string;\n overflow?: string;\n pointerEvents?: string;\n shapeRendering?: string;\n stopColor?: string;\n stopOpacity?: string;\n stroke?: string;\n strokeDasharray?: string;\n strokeDashoffset?: string;\n strokeLinecap?: string;\n strokeLinejoin?: string;\n strokeMiterlimit?: string;\n strokeOpacity?: string;\n strokeWidth?: string;\n textAnchor?: string;\n textDecoration?: string;\n textRendering?: string;\n unicodeBidi?: string;\n values?: string;\n visibility?: string;\n wordSpacing?: string;\n writingMode?: string;\n }\n export interface SVGSetAttributes extends SVGAnimationAttributes {\n attributeName?: string;\n attributeType?: string;\n }\n export interface SVGAnimateMotionAttributes extends SVGAnimationAttributes {\n accumulate?: string;\n additive?: string;\n by?: string;\n calcMode?: string;\n from?: string;\n keyPoints?: string;\n keySplines?: string;\n keyTimes?: string;\n origin?: string;\n path?: string;\n rotate?: string;\n values?: string;\n }\n export interface SVGMPathAttributes extends SVGAttributes {\n externalResourcesRequired?: string;\n href?: string;\n }\n export interface SVGAnimateTransformAttributes extends SVGAnimationAttributes {\n accumulate?: string;\n additive?: string;\n attributeName?: string;\n attributeType?: string;\n by?: string;\n calcMode?: string;\n from?: string;\n keySplines?: string;\n keyTimes?: string;\n type?: string;\n values?: string;\n }\n export interface SVGMetadataAttributes extends SVGAttributes {\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n systemLanguage?: string;\n }\n export interface SVGForeignObjectAttributes extends SVGGraphicsAttributes {\n externalResourcesRequired?: string;\n focusable?: string;\n focusHighlight?: string;\n height?: number | string;\n navDown?: string;\n navDownLeft?: string;\n navDownRight?: string;\n navLeft?: string;\n navNext?: string;\n navPrev?: string;\n navRight?: string;\n navUp?: string;\n navUpLeft?: string;\n navUpRight?: string;\n requiredExtensions?: string;\n requiredFeatures?: string;\n requiredFonts?: string;\n requiredFormats?: string;\n systemLanguage?: string;\n transform?: string;\n width?: number | string;\n x?: number | string;\n y?: number | string;\n }\n export interface ElementContentEditable {\n accessKey?: string;\n autocapitalize?: string;\n autocorrect?: boolean;\n autofocus?: string;\n contenteditable?: string;\n dir?: string;\n draggable?: boolean;\n enterkeyhint?: string;\n exportparts?: string;\n hidden?: boolean | number | string;\n id?: string;\n inert?: boolean;\n inputmode?: string;\n is?: string;\n itemid?: string;\n itemprop?: string;\n itemref?: string;\n itemscope?: string;\n itemtype?: string;\n lang?: string;\n nonce?: string;\n part?: string;\n popover?: string;\n slot?: string;\n spellcheck?: boolean;\n tabindex?: string;\n title?: string;\n translate?: boolean;\n writingSuggestions?: string;\n }\n export interface HTMLAttributes extends ElementAttributes, ElementContentEditable {\n commandForElement?: HTMLElement;\n htmlFor?: HTMLElement;\n }\n export interface HTMLHtmlAttributes extends HTMLAttributes {\n manifest?: string;\n version?: string;\n }\n export interface HTMLHeadAttributes extends HTMLAttributes {\n profile?: string;\n }\n export interface HTMLTitleAttributes extends HTMLAttributes {\n }\n export interface HTMLBaseAttributes extends HTMLAttributes {\n href?: string;\n target?: string;\n }\n export interface HTMLLinkAttributes extends HTMLAttributes, LinkStyle {\n as?: string;\n blocking?: string;\n charset?: string;\n color?: string;\n crossOrigin?: string;\n disabled?: boolean;\n fetchPriority?: string;\n href?: string;\n hreflang?: string;\n imageSizes?: string;\n imageSrcset?: string;\n integrity?: string;\n referrerPolicy?: string;\n rel?: string;\n rev?: string;\n sizes?: string;\n target?: string;\n }\n export interface HTMLMetaAttributes extends HTMLAttributes {\n charset?: string;\n content?: string;\n httpEquiv?: string;\n media?: string;\n name?: string;\n scheme?: string;\n }\n export interface HTMLStyleAttributes extends HTMLAttributes, LinkStyle {\n blocking?: string;\n }\n export interface HTMLBodyAttributes extends HTMLAttributes {\n aLink?: string;\n background?: string;\n bgColor?: string;\n link?: string;\n text?: string;\n vLink?: string;\n }\n export interface HTMLHeadingAttributes extends HTMLAttributes {\n align?: string;\n }\n export interface HTMLParagraphAttributes extends HTMLAttributes {\n align?: string;\n }\n export interface HTMLHRAttributes extends HTMLAttributes {\n align?: string;\n noShade?: boolean;\n size?: string;\n width?: string;\n }\n export interface HTMLPreAttributes extends HTMLAttributes {\n width?: number;\n }\n export interface HTMLQuoteAttributes extends HTMLAttributes {\n cite?: string;\n }\n export interface HTMLOListAttributes extends HTMLAttributes {\n compact?: boolean;\n reversed?: boolean;\n start?: number;\n type?: string;\n }\n export interface HTMLUListAttributes extends HTMLAttributes {\n compact?: boolean;\n type?: string;\n }\n export interface HTMLMenuAttributes extends HTMLAttributes {\n compact?: boolean;\n }\n export interface HTMLLIAttributes extends HTMLAttributes {\n type?: string;\n value?: number;\n }\n export interface HTMLDListAttributes extends HTMLAttributes {\n compact?: boolean;\n }\n export interface HTMLDivAttributes extends HTMLAttributes {\n align?: string;\n }\n export interface HyperlinkElementUtils {\n coords?: string;\n download?: string;\n href?: string;\n hreflang?: string;\n ping?: string;\n referrerPolicy?: string;\n rel?: string;\n shape?: string;\n target?: string;\n type?: string;\n }\n export interface HTMLHyperlinkElementUtils {\n coords?: string;\n download?: string;\n href?: string;\n hreflang?: string;\n ping?: string;\n referrerPolicy?: string;\n rel?: string;\n shape?: string;\n target?: string;\n type?: string;\n }\n export interface HTMLAnchorAttributes extends HTMLAttributes, HyperlinkElementUtils, HTMLHyperlinkElementUtils {\n charset?: string;\n name?: string;\n rev?: string;\n }\n export interface HTMLDataAttributes extends HTMLAttributes {\n value?: string;\n }\n export interface HTMLTimeAttributes extends HTMLAttributes {\n dateTime?: string;\n }\n export interface HTMLSpanAttributes extends HTMLAttributes {\n }\n export interface HTMLBRAttributes extends HTMLAttributes {\n clear?: string;\n }\n export interface HTMLModAttributes extends HTMLAttributes {\n cite?: string;\n dateTime?: string;\n }\n export interface HTMLPictureAttributes extends HTMLAttributes {\n }\n export interface HTMLSourceAttributes extends HTMLAttributes {\n height?: number;\n media?: string;\n sizes?: string;\n src?: string;\n srcset?: string;\n type?: string;\n width?: number;\n }\n export interface HTMLImageAttributes extends HTMLAttributes {\n align?: string;\n alt?: string;\n border?: string;\n crossOrigin?: string;\n decoding?: string;\n fetchPriority?: string;\n height?: number;\n hspace?: number;\n isMap?: boolean;\n loading?: string;\n longDesc?: string;\n name?: string;\n referrerPolicy?: string;\n sizes?: string;\n src?: string;\n srcset?: string;\n useMap?: string;\n vspace?: number;\n width?: number;\n }\n export interface HTMLIFrameAttributes extends HTMLAttributes {\n align?: string;\n allow?: string;\n allowFullscreen?: boolean;\n allowpaymentrequest?: string;\n allowusermedia?: string;\n frameBorder?: string;\n height?: string;\n loading?: string;\n longDesc?: string;\n marginHeight?: string;\n marginWidth?: string;\n name?: string;\n referrerPolicy?: string;\n sandbox?: string;\n scrolling?: string;\n src?: string;\n srcdoc?: string;\n width?: string;\n }\n export interface HTMLEmbedAttributes extends HTMLAttributes {\n height?: string;\n src?: string;\n type?: string;\n width?: string;\n }\n export interface HTMLObjectAttributes extends HTMLAttributes {\n align?: string;\n archive?: string;\n border?: string;\n classid?: string;\n codeBase?: string;\n codeType?: string;\n data?: string;\n declare?: boolean;\n form?: string;\n height?: string;\n hspace?: number;\n name?: string;\n standby?: string;\n type?: string;\n typemustmatch?: string;\n useMap?: string;\n vspace?: number;\n width?: string;\n }\n export interface HTMLMediaAttributes extends HTMLAttributes {\n autoplay?: string;\n controls?: string;\n crossOrigin?: string;\n loop?: string;\n muted?: string;\n preload?: string;\n src?: string;\n }\n export interface HTMLVideoAttributes extends HTMLMediaAttributes {\n height?: number;\n playsInline?: boolean;\n poster?: string;\n width?: number;\n }\n export interface HTMLAudioAttributes extends HTMLMediaAttributes {\n }\n export interface HTMLTrackAttributes extends HTMLAttributes {\n default?: boolean;\n kind?: string;\n label?: string;\n src?: string;\n srclang?: string;\n }\n export interface HTMLMapAttributes extends HTMLAttributes {\n name?: string;\n }\n export interface HTMLAreaAttributes extends HTMLAttributes, HyperlinkElementUtils, HTMLHyperlinkElementUtils {\n alt?: string;\n noHref?: boolean;\n }\n export interface HTMLTableAttributes extends HTMLAttributes {\n align?: string;\n bgColor?: string;\n border?: string;\n cellPadding?: string;\n cellSpacing?: string;\n frame?: string;\n rules?: string;\n summary?: string;\n width?: string;\n }\n export interface HTMLTableCaptionAttributes extends HTMLAttributes {\n align?: string;\n }\n export interface HTMLTableColAttributes extends HTMLAttributes {\n align?: string;\n char?: string;\n charoff?: string;\n span?: number;\n vAlign?: string;\n width?: string;\n }\n export interface HTMLTableSectionAttributes extends HTMLAttributes {\n align?: string;\n char?: string;\n charoff?: string;\n vAlign?: string;\n }\n export interface HTMLTableRowAttributes extends HTMLAttributes {\n align?: string;\n bgColor?: string;\n char?: string;\n charoff?: string;\n vAlign?: string;\n }\n export interface HTMLTableCellAttributes extends HTMLAttributes {\n abbr?: string;\n align?: string;\n axis?: string;\n bgColor?: string;\n char?: string;\n charoff?: string;\n colSpan?: number;\n headers?: string;\n height?: string;\n noWrap?: boolean;\n rowSpan?: number;\n scope?: string;\n vAlign?: string;\n width?: string;\n }\n export interface HTMLFormAttributes extends HTMLAttributes {\n accept?: string;\n acceptCharset?: string;\n action?: string;\n autocomplete?: string;\n enctype?: string;\n method?: string;\n name?: string;\n noValidate?: boolean;\n target?: string;\n }\n export interface HTMLLabelAttributes extends HTMLAttributes {\n form?: string;\n }\n export interface PopoverTargetAttributes {\n disabled?: boolean;\n form?: string;\n formAction?: string;\n formEnctype?: string;\n formMethod?: string;\n formNoValidate?: boolean;\n formTarget?: string;\n name?: string;\n popovertarget?: string;\n popovertargetaction?: string;\n type?: string;\n value?: number;\n }\n export interface HTMLInputAttributes extends HTMLAttributes, PopoverTargetAttributes {\n accept?: string;\n align?: string;\n alpha?: boolean;\n alt?: string;\n autocomplete?: string;\n checked?: boolean;\n colorSpace?: string;\n dirName?: string;\n height?: number;\n ismap?: string;\n list?: string;\n max?: string;\n maxLength?: number;\n min?: string;\n minLength?: number;\n multiple?: boolean;\n pattern?: string;\n placeholder?: string;\n readOnly?: boolean;\n required?: boolean;\n size?: number;\n src?: string;\n step?: string;\n useMap?: string;\n width?: number;\n }\n export interface HTMLButtonAttributes extends HTMLAttributes, PopoverTargetAttributes {\n command?: string;\n }\n export interface HTMLSelectAttributes extends HTMLAttributes {\n autocomplete?: string;\n disabled?: boolean;\n form?: string;\n multiple?: boolean;\n name?: string;\n required?: boolean;\n size?: number;\n }\n export interface HTMLDataListAttributes extends HTMLAttributes {\n }\n export interface HTMLOptGroupAttributes extends HTMLAttributes {\n disabled?: boolean;\n label?: string;\n }\n export interface HTMLOptionAttributes extends HTMLAttributes {\n disabled?: boolean;\n label?: string;\n selected?: boolean;\n value?: string;\n }\n export interface HTMLTextAreaAttributes extends HTMLAttributes {\n autocomplete?: string;\n cols?: number;\n dirName?: string;\n disabled?: boolean;\n form?: string;\n maxLength?: number;\n minLength?: number;\n name?: string;\n placeholder?: string;\n readOnly?: boolean;\n required?: boolean;\n rows?: number;\n wrap?: string;\n }\n export interface HTMLOutputAttributes extends HTMLAttributes {\n form?: string;\n name?: string;\n }\n export interface HTMLProgressAttributes extends HTMLAttributes {\n max?: number;\n value?: number;\n }\n export interface HTMLMeterAttributes extends HTMLAttributes {\n high?: number;\n low?: number;\n max?: number;\n min?: number;\n optimum?: number;\n value?: number;\n }\n export interface HTMLFieldSetAttributes extends HTMLAttributes {\n disabled?: boolean;\n form?: string;\n name?: string;\n }\n export interface HTMLLegendAttributes extends HTMLAttributes {\n align?: string;\n }\n export interface HTMLSelectedContentAttributes extends HTMLAttributes {\n }\n export interface HTMLDetailsAttributes extends HTMLAttributes {\n name?: string;\n open?: boolean;\n }\n export interface HTMLDialogAttributes extends HTMLAttributes {\n closedBy?: string;\n open?: boolean;\n }\n export interface HTMLScriptAttributes extends HTMLAttributes {\n async?: boolean;\n blocking?: string;\n charset?: string;\n crossOrigin?: string;\n defer?: boolean;\n fetchPriority?: string;\n integrity?: string;\n language?: string;\n noModule?: boolean;\n referrerPolicy?: string;\n src?: string;\n type?: string;\n }\n export interface HTMLTemplateAttributes extends HTMLAttributes {\n shadowRootClonable?: boolean;\n shadowRootCustomElementRegistry?: string;\n shadowRootDelegatesFocus?: boolean;\n shadowRootMode?: string;\n shadowRootSerializable?: boolean;\n }\n export interface HTMLSlotAttributes extends HTMLAttributes {\n name?: string;\n }\n export interface HTMLCanvasAttributes extends HTMLAttributes {\n height?: number;\n width?: number;\n }\n export interface HTMLUnknownAttributes extends HTMLAttributes {\n align?: string;\n alt?: string;\n archive?: string;\n code?: string;\n codebase?: string;\n height?: string;\n hspace?: string;\n name?: string;\n object?: string;\n vspace?: string;\n width?: string;\n }\n export interface HTMLDirectoryAttributes extends HTMLAttributes {\n compact?: boolean;\n }\n export interface HTMLFrameAttributes extends HTMLAttributes {\n frameBorder?: string;\n longDesc?: string;\n marginHeight?: string;\n marginWidth?: string;\n name?: string;\n noResize?: boolean;\n scrolling?: string;\n src?: string;\n }\n export interface HTMLFrameSetAttributes extends HTMLAttributes {\n cols?: string;\n rows?: string;\n }\n export interface HTMLParamAttributes extends HTMLAttributes {\n name?: string;\n type?: string;\n value?: string;\n valueType?: string;\n }\n export interface HTMLFontAttributes extends HTMLAttributes {\n color?: string;\n face?: string;\n size?: string;\n }\n export interface HTMLMarqueeAttributes extends HTMLAttributes {\n }\n export interface MathMLAttributes extends ElementAttributes {\n }\n export interface HTMLElementAttributeTagNameMap {\n 'article': HTMLAttributes;\n 'html': HTMLHtmlAttributes;\n 'head': HTMLHeadAttributes;\n 'title': HTMLTitleAttributes;\n 'base': HTMLBaseAttributes;\n 'link': HTMLLinkAttributes;\n 'meta': HTMLMetaAttributes;\n 'style': HTMLStyleAttributes;\n 'body': HTMLBodyAttributes;\n 'h1': HTMLHeadingAttributes;\n 'p': HTMLParagraphAttributes;\n 'hr': HTMLHRAttributes;\n 'pre': HTMLPreAttributes;\n 'blockquote': HTMLQuoteAttributes;\n 'ol': HTMLOListAttributes;\n 'ul': HTMLUListAttributes;\n 'menu': HTMLMenuAttributes;\n 'li': HTMLLIAttributes;\n 'dl': HTMLDListAttributes;\n 'div': HTMLDivAttributes;\n 'a': HTMLAnchorAttributes;\n 'data': HTMLDataAttributes;\n 'time': HTMLTimeAttributes;\n 'span': HTMLSpanAttributes;\n 'br': HTMLBRAttributes;\n 'ins': HTMLModAttributes;\n 'picture': HTMLPictureAttributes;\n 'source': HTMLSourceAttributes;\n 'img': HTMLImageAttributes;\n 'iframe': HTMLIFrameAttributes;\n 'embed': HTMLEmbedAttributes;\n 'object': HTMLObjectAttributes;\n 'video': HTMLVideoAttributes;\n 'audio': HTMLAudioAttributes;\n 'track': HTMLTrackAttributes;\n 'map': HTMLMapAttributes;\n 'area': HTMLAreaAttributes;\n 'table': HTMLTableAttributes;\n 'caption': HTMLTableCaptionAttributes;\n 'colgroup': HTMLTableColAttributes;\n 'tbody': HTMLTableSectionAttributes;\n 'tr': HTMLTableRowAttributes;\n 'td': HTMLTableCellAttributes;\n 'form': HTMLFormAttributes;\n 'label': HTMLLabelAttributes;\n 'input': HTMLInputAttributes;\n 'button': HTMLButtonAttributes;\n 'select': HTMLSelectAttributes;\n 'datalist': HTMLDataListAttributes;\n 'optgroup': HTMLOptGroupAttributes;\n 'option': HTMLOptionAttributes;\n 'textarea': HTMLTextAreaAttributes;\n 'output': HTMLOutputAttributes;\n 'progress': HTMLProgressAttributes;\n 'meter': HTMLMeterAttributes;\n 'fieldset': HTMLFieldSetAttributes;\n 'legend': HTMLLegendAttributes;\n 'selectedcontent': HTMLSelectedContentAttributes;\n 'details': HTMLDetailsAttributes;\n 'dialog': HTMLDialogAttributes;\n 'script': HTMLScriptAttributes;\n 'template': HTMLTemplateAttributes;\n 'slot': HTMLSlotAttributes;\n 'canvas': HTMLCanvasAttributes;\n 'applet': HTMLUnknownAttributes;\n 'dir': HTMLDirectoryAttributes;\n 'frame': HTMLFrameAttributes;\n 'frameset': HTMLFrameSetAttributes;\n 'param': HTMLParamAttributes;\n 'font': HTMLFontAttributes;\n 'marquee': HTMLMarqueeAttributes;\n }\n export interface SVGElementAttributeTagNameMap {\n 'svg': SVGSVGAttributes;\n 'g': SVGGAttributes;\n 'defs': SVGDefsAttributes;\n 'desc': SVGDescAttributes;\n 'title': SVGTitleAttributes;\n 'symbol': SVGSymbolAttributes;\n 'use': SVGUseAttributes;\n 'image': SVGImageAttributes;\n 'switch': SVGSwitchAttributes;\n 'style': SVGStyleAttributes;\n 'path': SVGPathAttributes;\n 'rect': SVGRectAttributes;\n 'circle': SVGCircleAttributes;\n 'ellipse': SVGEllipseAttributes;\n 'line': SVGLineAttributes;\n 'polyline': SVGPolylineAttributes;\n 'polygon': SVGPolygonAttributes;\n 'text': SVGTextAttributes;\n 'tspan': SVGTSpanAttributes;\n 'textPath': SVGTextPathAttributes;\n 'marker': SVGMarkerAttributes;\n 'linearGradient': SVGLinearGradientAttributes;\n 'radialGradient': SVGRadialGradientAttributes;\n 'stop': SVGStopAttributes;\n 'pattern': SVGPatternAttributes;\n 'clipPath': SVGClipPathAttributes;\n 'mask': SVGMaskAttributes;\n 'filter': SVGFilterAttributes;\n 'feDistantLight': SVGFEDistantLightAttributes;\n 'fePointLight': SVGFEPointLightAttributes;\n 'feSpotLight': SVGFESpotLightAttributes;\n 'feBlend': SVGFEBlendAttributes;\n 'feColorMatrix': SVGFEColorMatrixAttributes;\n 'feComponentTransfer': SVGFEComponentTransferAttributes;\n 'feFuncR': SVGFEFuncRAttributes;\n 'feFuncG': SVGFEFuncGAttributes;\n 'feFuncB': SVGFEFuncBAttributes;\n 'feFuncA': SVGFEFuncAAttributes;\n 'feComposite': SVGFECompositeAttributes;\n 'feConvolveMatrix': SVGFEConvolveMatrixAttributes;\n 'feDiffuseLighting': SVGFEDiffuseLightingAttributes;\n 'feDisplacementMap': SVGFEDisplacementMapAttributes;\n 'feFlood': SVGFEFloodAttributes;\n 'feGaussianBlur': SVGFEGaussianBlurAttributes;\n 'feImage': SVGFEImageAttributes;\n 'feMerge': SVGFEMergeAttributes;\n 'feMergeNode': SVGFEMergeNodeAttributes;\n 'feMorphology': SVGFEMorphologyAttributes;\n 'feOffset': SVGFEOffsetAttributes;\n 'feSpecularLighting': SVGFESpecularLightingAttributes;\n 'feTile': SVGFETileAttributes;\n 'feTurbulence': SVGFETurbulenceAttributes;\n 'a': SVGAAttributes;\n 'view': SVGViewAttributes;\n 'script': SVGScriptAttributes;\n 'animate': SVGAnimateAttributes;\n 'set': SVGSetAttributes;\n 'animateMotion': SVGAnimateMotionAttributes;\n 'mpath': SVGMPathAttributes;\n 'animateTransform': SVGAnimateTransformAttributes;\n 'metadata': SVGMetadataAttributes;\n 'foreignObject': SVGForeignObjectAttributes;\n }\n}\nexport const HTMLElementAttributeMaps = {\n \"*\": [\n \"accesskey\",\n \"autocapitalize\",\n \"autocorrect\",\n \"autofocus\",\n \"class\",\n \"contenteditable\",\n \"dir\",\n \"draggable\",\n \"enterkeyhint\",\n \"exportparts\",\n \"hidden\",\n \"id\",\n \"inert\",\n \"inputmode\",\n \"is\",\n \"itemid\",\n \"itemprop\",\n \"itemref\",\n \"itemscope\",\n \"itemtype\",\n \"lang\",\n \"nonce\",\n \"part\",\n \"popover\",\n \"slot\",\n \"spellcheck\",\n \"style\",\n \"tabindex\",\n \"title\",\n \"translate\",\n \"writingsuggestions\"\n ],\n \"a\": [\n \"charset\",\n \"coords\",\n \"download\",\n \"href\",\n \"hreflang\",\n \"name\",\n \"ping\",\n \"referrerpolicy\",\n \"rel\",\n \"rev\",\n \"shape\",\n \"target\",\n \"type\"\n ],\n \"applet\": [\n \"align\",\n \"alt\",\n \"archive\",\n \"code\",\n \"codebase\",\n \"height\",\n \"hspace\",\n \"name\",\n \"object\",\n \"vspace\",\n \"width\"\n ],\n \"area\": [\n \"alt\",\n \"coords\",\n \"download\",\n \"href\",\n \"hreflang\",\n \"nohref\",\n \"ping\",\n \"referrerpolicy\",\n \"rel\",\n \"shape\",\n \"target\",\n \"type\"\n ],\n \"audio\": [\n \"autoplay\",\n \"controls\",\n \"crossorigin\",\n \"loop\",\n \"muted\",\n \"preload\",\n \"src\"\n ],\n \"base\": [\n \"href\",\n \"target\"\n ],\n \"basefont\": [\n \"color\",\n \"face\",\n \"size\"\n ],\n \"blockquote\": [\n \"cite\"\n ],\n \"body\": [\n \"alink\",\n \"background\",\n \"bgcolor\",\n \"link\",\n \"text\",\n \"vlink\"\n ],\n \"br\": [\n \"clear\"\n ],\n \"button\": [\n \"command\",\n \"commandfor\",\n \"disabled\",\n \"form\",\n \"formaction\",\n \"formenctype\",\n \"formmethod\",\n \"formnovalidate\",\n \"formtarget\",\n \"name\",\n \"popovertarget\",\n \"popovertargetaction\",\n \"type\",\n \"value\"\n ],\n \"canvas\": [\n \"height\",\n \"width\"\n ],\n \"caption\": [\n \"align\"\n ],\n \"col\": [\n \"align\",\n \"char\",\n \"charoff\",\n \"span\",\n \"valign\",\n \"width\"\n ],\n \"colgroup\": [\n \"align\",\n \"char\",\n \"charoff\",\n \"span\",\n \"valign\",\n \"width\"\n ],\n \"data\": [\n \"value\"\n ],\n \"del\": [\n \"cite\",\n \"datetime\"\n ],\n \"details\": [\n \"name\",\n \"open\"\n ],\n \"dialog\": [\n \"closedby\",\n \"open\"\n ],\n \"dir\": [\n \"compact\"\n ],\n \"div\": [\n \"align\"\n ],\n \"dl\": [\n \"compact\"\n ],\n \"embed\": [\n \"height\",\n \"src\",\n \"type\",\n \"width\"\n ],\n \"fieldset\": [\n \"disabled\",\n \"form\",\n \"name\"\n ],\n \"font\": [\n \"color\",\n \"face\",\n \"size\"\n ],\n \"form\": [\n \"accept\",\n \"accept-charset\",\n \"action\",\n \"autocomplete\",\n \"enctype\",\n \"method\",\n \"name\",\n \"novalidate\",\n \"target\"\n ],\n \"frame\": [\n \"frameborder\",\n \"longdesc\",\n \"marginheight\",\n \"marginwidth\",\n \"name\",\n \"noresize\",\n \"scrolling\",\n \"src\"\n ],\n \"frameset\": [\n \"cols\",\n \"rows\"\n ],\n \"h1\": [\n \"align\"\n ],\n \"h2\": [\n \"align\"\n ],\n \"h3\": [\n \"align\"\n ],\n \"h4\": [\n \"align\"\n ],\n \"h5\": [\n \"align\"\n ],\n \"h6\": [\n \"align\"\n ],\n \"head\": [\n \"profile\"\n ],\n \"hr\": [\n \"align\",\n \"noshade\",\n \"size\",\n \"width\"\n ],\n \"html\": [\n \"manifest\",\n \"version\"\n ],\n \"iframe\": [\n \"align\",\n \"allow\",\n \"allowfullscreen\",\n \"allowpaymentrequest\",\n \"allowusermedia\",\n \"frameborder\",\n \"height\",\n \"loading\",\n \"longdesc\",\n \"marginheight\",\n \"marginwidth\",\n \"name\",\n \"referrerpolicy\",\n \"sandbox\",\n \"scrolling\",\n \"src\",\n \"srcdoc\",\n \"width\"\n ],\n \"img\": [\n \"align\",\n \"alt\",\n \"border\",\n \"crossorigin\",\n \"decoding\",\n \"fetchpriority\",\n \"height\",\n \"hspace\",\n \"ismap\",\n \"loading\",\n \"longdesc\",\n \"name\",\n \"referrerpolicy\",\n \"sizes\",\n \"src\",\n \"srcset\",\n \"usemap\",\n \"vspace\",\n \"width\"\n ],\n \"input\": [\n \"accept\",\n \"align\",\n \"alpha\",\n \"alt\",\n \"autocomplete\",\n \"checked\",\n \"colorspace\",\n \"dirname\",\n \"disabled\",\n \"form\",\n \"formaction\",\n \"formenctype\",\n \"formmethod\",\n \"formnovalidate\",\n \"formtarget\",\n \"height\",\n \"ismap\",\n \"list\",\n \"max\",\n \"maxlength\",\n \"min\",\n \"minlength\",\n \"multiple\",\n \"name\",\n \"pattern\",\n \"placeholder\",\n \"popovertarget\",\n \"popovertargetaction\",\n \"readonly\",\n \"required\",\n \"size\",\n \"src\",\n \"step\",\n \"type\",\n \"usemap\",\n \"value\",\n \"width\"\n ],\n \"ins\": [\n \"cite\",\n \"datetime\"\n ],\n \"isindex\": [\n \"prompt\"\n ],\n \"label\": [\n \"for\",\n \"form\"\n ],\n \"legend\": [\n \"align\"\n ],\n \"li\": [\n \"type\",\n \"value\"\n ],\n \"link\": [\n \"as\",\n \"blocking\",\n \"charset\",\n \"color\",\n \"crossorigin\",\n \"disabled\",\n \"fetchpriority\",\n \"href\",\n \"hreflang\",\n \"imagesizes\",\n \"imagesrcset\",\n \"integrity\",\n \"media\",\n \"referrerpolicy\",\n \"rel\",\n \"rev\",\n \"sizes\",\n \"target\",\n \"type\"\n ],\n \"map\": [\n \"name\"\n ],\n \"menu\": [\n \"compact\"\n ],\n \"meta\": [\n \"charset\",\n \"content\",\n \"http-equiv\",\n \"media\",\n \"name\",\n \"scheme\"\n ],\n \"meter\": [\n \"high\",\n \"low\",\n \"max\",\n \"min\",\n \"optimum\",\n \"value\"\n ],\n \"object\": [\n \"align\",\n \"archive\",\n \"border\",\n \"classid\",\n \"codebase\",\n \"codetype\",\n \"data\",\n \"declare\",\n \"form\",\n \"height\",\n \"hspace\",\n \"name\",\n \"standby\",\n \"type\",\n \"typemustmatch\",\n \"usemap\",\n \"vspace\",\n \"width\"\n ],\n \"ol\": [\n \"compact\",\n \"reversed\",\n \"start\",\n \"type\"\n ],\n \"optgroup\": [\n \"disabled\",\n \"label\"\n ],\n \"option\": [\n \"disabled\",\n \"label\",\n \"selected\",\n \"value\"\n ],\n \"output\": [\n \"for\",\n \"form\",\n \"name\"\n ],\n \"p\": [\n \"align\"\n ],\n \"param\": [\n \"name\",\n \"type\",\n \"value\",\n \"valuetype\"\n ],\n \"pre\": [\n \"width\"\n ],\n \"progress\": [\n \"max\",\n \"value\"\n ],\n \"q\": [\n \"cite\"\n ],\n \"script\": [\n \"async\",\n \"blocking\",\n \"charset\",\n \"crossorigin\",\n \"defer\",\n \"fetchpriority\",\n \"integrity\",\n \"language\",\n \"nomodule\",\n \"referrerpolicy\",\n \"src\",\n \"type\"\n ],\n \"select\": [\n \"autocomplete\",\n \"disabled\",\n \"form\",\n \"multiple\",\n \"name\",\n \"required\",\n \"size\"\n ],\n \"slot\": [\n \"name\"\n ],\n \"source\": [\n \"height\",\n \"media\",\n \"sizes\",\n \"src\",\n \"srcset\",\n \"type\",\n \"width\"\n ],\n \"style\": [\n \"blocking\",\n \"media\",\n \"type\"\n ],\n \"table\": [\n \"align\",\n \"bgcolor\",\n \"border\",\n \"cellpadding\",\n \"cellspacing\",\n \"frame\",\n \"rules\",\n \"summary\",\n \"width\"\n ],\n \"tbody\": [\n \"align\",\n \"char\",\n \"charoff\",\n \"valign\"\n ],\n \"td\": [\n \"abbr\",\n \"align\",\n \"axis\",\n \"bgcolor\",\n \"char\",\n \"charoff\",\n \"colspan\",\n \"headers\",\n \"height\",\n \"nowrap\",\n \"rowspan\",\n \"scope\",\n \"valign\",\n \"width\"\n ],\n \"template\": [\n \"shadowrootclonable\",\n \"shadowrootcustomelementregistry\",\n \"shadowrootdelegatesfocus\",\n \"shadowrootmode\",\n \"shadowrootserializable\"\n ],\n \"textarea\": [\n \"autocomplete\",\n \"cols\",\n \"dirname\",\n \"disabled\",\n \"form\",\n \"maxlength\",\n \"minlength\",\n \"name\",\n \"placeholder\",\n \"readonly\",\n \"required\",\n \"rows\",\n \"wrap\"\n ],\n \"tfoot\": [\n \"align\",\n \"char\",\n \"charoff\",\n \"valign\"\n ],\n \"th\": [\n \"abbr\",\n \"align\",\n \"axis\",\n \"bgcolor\",\n \"char\",\n \"charoff\",\n \"colspan\",\n \"headers\",\n \"height\",\n \"nowrap\",\n \"rowspan\",\n \"scope\",\n \"valign\",\n \"width\"\n ],\n \"thead\": [\n \"align\",\n \"char\",\n \"charoff\",\n \"valign\"\n ],\n \"time\": [\n \"datetime\"\n ],\n \"tr\": [\n \"align\",\n \"bgcolor\",\n \"char\",\n \"charoff\",\n \"valign\"\n ],\n \"track\": [\n \"default\",\n \"kind\",\n \"label\",\n \"src\",\n \"srclang\"\n ],\n \"ul\": [\n \"compact\",\n \"type\"\n ],\n \"video\": [\n \"autoplay\",\n \"controls\",\n \"crossorigin\",\n \"height\",\n \"loop\",\n \"muted\",\n \"playsinline\",\n \"poster\",\n \"preload\",\n \"src\",\n \"width\"\n ]\n};\nexport const SVGElementAttributeMaps = {\n \"*\": [\n \"about\",\n \"class\",\n \"content\",\n \"datatype\",\n \"id\",\n \"lang\",\n \"property\",\n \"rel\",\n \"resource\",\n \"rev\",\n \"style\",\n \"tabindex\",\n \"typeof\"\n ],\n \"a\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"download\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"href\",\n \"hreflang\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"ping\",\n \"pointer-events\",\n \"referrerpolicy\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"target\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"type\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"altGlyph\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"dx\",\n \"dy\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"format\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"glyphRef\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"rotate\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"altGlyphDef\": [],\n \"altGlyphItem\": [],\n \"animate\": [\n \"accumulate\",\n \"additive\",\n \"alignment-baseline\",\n \"attributeName\",\n \"attributeType\",\n \"baseline-shift\",\n \"begin\",\n \"by\",\n \"calcMode\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"dur\",\n \"enable-background\",\n \"end\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"from\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"href\",\n \"image-rendering\",\n \"kerning\",\n \"keySplines\",\n \"keyTimes\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"max\",\n \"min\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"repeatCount\",\n \"repeatDur\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"restart\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"to\",\n \"unicode-bidi\",\n \"values\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"animateColor\": [\n \"accumulate\",\n \"additive\",\n \"alignment-baseline\",\n \"attributeName\",\n \"attributeType\",\n \"baseline-shift\",\n \"begin\",\n \"by\",\n \"calcMode\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"dur\",\n \"enable-background\",\n \"end\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"from\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"keySplines\",\n \"keyTimes\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"max\",\n \"min\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"repeatCount\",\n \"repeatDur\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"restart\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"to\",\n \"unicode-bidi\",\n \"values\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"animateMotion\": [\n \"accumulate\",\n \"additive\",\n \"begin\",\n \"by\",\n \"calcMode\",\n \"dur\",\n \"end\",\n \"externalResourcesRequired\",\n \"fill\",\n \"from\",\n \"href\",\n \"keyPoints\",\n \"keySplines\",\n \"keyTimes\",\n \"max\",\n \"min\",\n \"origin\",\n \"path\",\n \"repeatCount\",\n \"repeatDur\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"restart\",\n \"rotate\",\n \"systemLanguage\",\n \"to\",\n \"values\"\n ],\n \"animateTransform\": [\n \"accumulate\",\n \"additive\",\n \"attributeName\",\n \"attributeType\",\n \"begin\",\n \"by\",\n \"calcMode\",\n \"dur\",\n \"end\",\n \"externalResourcesRequired\",\n \"fill\",\n \"from\",\n \"href\",\n \"keySplines\",\n \"keyTimes\",\n \"max\",\n \"min\",\n \"repeatCount\",\n \"repeatDur\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"restart\",\n \"systemLanguage\",\n \"to\",\n \"type\",\n \"values\"\n ],\n \"animation\": [\n \"begin\",\n \"dur\",\n \"end\",\n \"externalResourcesRequired\",\n \"fill\",\n \"focusHighlight\",\n \"focusable\",\n \"height\",\n \"initialVisibility\",\n \"max\",\n \"min\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"preserveAspectRatio\",\n \"repeatCount\",\n \"repeatDur\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"restart\",\n \"syncBehavior\",\n \"syncMaster\",\n \"syncTolerance\",\n \"systemLanguage\",\n \"transform\",\n \"width\",\n \"x\",\n \"y\"\n ],\n \"audio\": [\n \"begin\",\n \"dur\",\n \"end\",\n \"externalResourcesRequired\",\n \"fill\",\n \"max\",\n \"min\",\n \"repeatCount\",\n \"repeatDur\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"restart\",\n \"syncBehavior\",\n \"syncMaster\",\n \"syncTolerance\",\n \"systemLanguage\",\n \"type\"\n ],\n \"canvas\": [\n \"preserveAspectRatio\",\n \"requiredExtensions\",\n \"systemLanguage\"\n ],\n \"circle\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"cx\",\n \"cy\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pathLength\",\n \"pointer-events\",\n \"r\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"clipPath\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"clipPathUnits\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"color-profile\": [\n \"local\",\n \"name\",\n \"rendering-intent\"\n ],\n \"cursor\": [\n \"externalResourcesRequired\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"systemLanguage\",\n \"x\",\n \"y\"\n ],\n \"defs\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"desc\": [\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"systemLanguage\"\n ],\n \"discard\": [\n \"begin\",\n \"href\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"systemLanguage\"\n ],\n \"ellipse\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"cx\",\n \"cy\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pathLength\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"rx\",\n \"ry\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"feBlend\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"in2\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"mode\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feColorMatrix\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"type\",\n \"unicode-bidi\",\n \"values\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feComponentTransfer\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feComposite\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"in2\",\n \"k1\",\n \"k2\",\n \"k3\",\n \"k4\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"operator\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feConvolveMatrix\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"bias\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"divisor\",\n \"dominant-baseline\",\n \"edgeMode\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"kernelMatrix\",\n \"kernelUnitLength\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"order\",\n \"overflow\",\n \"pointer-events\",\n \"preserveAlpha\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"targetX\",\n \"targetY\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feDiffuseLighting\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"diffuseConstant\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"kernelUnitLength\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"surfaceScale\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feDisplacementMap\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"in2\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"scale\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"xChannelSelector\",\n \"y\",\n \"yChannelSelector\"\n ],\n \"feDistantLight\": [\n \"azimuth\",\n \"elevation\"\n ],\n \"feDropShadow\": [\n \"dx\",\n \"dy\",\n \"height\",\n \"in\",\n \"result\",\n \"stdDeviation\",\n \"width\",\n \"x\",\n \"y\"\n ],\n \"feFlood\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feFuncA\": [\n \"amplitude\",\n \"exponent\",\n \"intercept\",\n \"offset\",\n \"slope\",\n \"tableValues\",\n \"type\"\n ],\n \"feFuncB\": [\n \"amplitude\",\n \"exponent\",\n \"intercept\",\n \"offset\",\n \"slope\",\n \"tableValues\",\n \"type\"\n ],\n \"feFuncG\": [\n \"amplitude\",\n \"exponent\",\n \"intercept\",\n \"offset\",\n \"slope\",\n \"tableValues\",\n \"type\"\n ],\n \"feFuncR\": [\n \"amplitude\",\n \"exponent\",\n \"intercept\",\n \"offset\",\n \"slope\",\n \"tableValues\",\n \"type\"\n ],\n \"feGaussianBlur\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"edgeMode\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"stdDeviation\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feImage\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"crossorigin\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"href\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"preserveAspectRatio\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feMerge\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feMergeNode\": [\n \"in\"\n ],\n \"feMorphology\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"operator\",\n \"overflow\",\n \"pointer-events\",\n \"radius\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feOffset\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"dx\",\n \"dy\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"fePointLight\": [\n \"x\",\n \"y\",\n \"z\"\n ],\n \"feSpecularLighting\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"kernelUnitLength\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"specularConstant\",\n \"specularExponent\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"surfaceScale\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feSpotLight\": [\n \"limitingConeAngle\",\n \"pointsAtX\",\n \"pointsAtY\",\n \"pointsAtZ\",\n \"specularExponent\",\n \"x\",\n \"y\",\n \"z\"\n ],\n \"feTile\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"in\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"feTurbulence\": [\n \"alignment-baseline\",\n \"baseFrequency\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"numOctaves\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"result\",\n \"seed\",\n \"shape-rendering\",\n \"stitchTiles\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"type\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"filter\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"filterRes\",\n \"filterUnits\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"primitiveUnits\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"font\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"horiz-adv-x\",\n \"horiz-origin-x\",\n \"horiz-origin-y\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"vert-adv-y\",\n \"vert-origin-x\",\n \"vert-origin-y\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"font-face\": [\n \"accent-height\",\n \"alphabetic\",\n \"ascent\",\n \"bbox\",\n \"cap-height\",\n \"descent\",\n \"externalResourcesRequired\",\n \"font-family\",\n \"font-size\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"hanging\",\n \"ideographic\",\n \"mathematical\",\n \"overline-position\",\n \"overline-thickness\",\n \"panose-1\",\n \"slope\",\n \"stemh\",\n \"stemv\",\n \"strikethrough-position\",\n \"strikethrough-thickness\",\n \"underline-position\",\n \"underline-thickness\",\n \"unicode-range\",\n \"units-per-em\",\n \"v-alphabetic\",\n \"v-hanging\",\n \"v-ideographic\",\n \"v-mathematical\",\n \"widths\",\n \"x-height\"\n ],\n \"font-face-format\": [\n \"string\"\n ],\n \"font-face-name\": [\n \"name\"\n ],\n \"font-face-src\": [],\n \"font-face-uri\": [\n \"externalResourcesRequired\"\n ],\n \"foreignObject\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"g\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"glyph\": [\n \"alignment-baseline\",\n \"arabic-form\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"d\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-name\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"horiz-adv-x\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"orientation\",\n \"overflow\",\n \"pointer-events\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode\",\n \"unicode-bidi\",\n \"vert-adv-y\",\n \"vert-origin-x\",\n \"vert-origin-y\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"glyphRef\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"dx\",\n \"dy\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"format\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"glyphRef\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"handler\": [\n \"externalResourcesRequired\",\n \"type\"\n ],\n \"hkern\": [\n \"g1\",\n \"g2\",\n \"k\",\n \"u1\",\n \"u2\"\n ],\n \"iframe\": [\n \"requiredExtensions\",\n \"systemLanguage\"\n ],\n \"image\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"crossorigin\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"href\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"preserveAspectRatio\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"type\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"line\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pathLength\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\",\n \"x1\",\n \"x2\",\n \"y1\",\n \"y2\"\n ],\n \"linearGradient\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"gradientTransform\",\n \"gradientUnits\",\n \"href\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"shape-rendering\",\n \"spreadMethod\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\",\n \"x1\",\n \"x2\",\n \"y1\",\n \"y2\"\n ],\n \"listener\": [\n \"defaultAction\",\n \"event\",\n \"handler\",\n \"observer\",\n \"phase\",\n \"propagate\",\n \"target\"\n ],\n \"marker\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"markerHeight\",\n \"markerUnits\",\n \"markerWidth\",\n \"mask\",\n \"opacity\",\n \"orient\",\n \"overflow\",\n \"pointer-events\",\n \"preserveAspectRatio\",\n \"refX\",\n \"refY\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"viewBox\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"mask\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"maskContentUnits\",\n \"maskUnits\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"metadata\": [\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"systemLanguage\"\n ],\n \"missing-glyph\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"d\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"horiz-adv-x\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"vert-adv-y\",\n \"vert-origin-x\",\n \"vert-origin-y\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"mpath\": [\n \"externalResourcesRequired\",\n \"href\"\n ],\n \"path\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"d\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pathLength\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"pattern\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"href\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"patternContentUnits\",\n \"patternTransform\",\n \"patternUnits\",\n \"pointer-events\",\n \"preserveAspectRatio\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"viewBox\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"polygon\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pathLength\",\n \"pointer-events\",\n \"points\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"polyline\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pathLength\",\n \"pointer-events\",\n \"points\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"prefetch\": [\n \"bandwidth\",\n \"mediaCharacterEncoding\",\n \"mediaContentEncodings\",\n \"mediaSize\",\n \"mediaTime\"\n ],\n \"radialGradient\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"cx\",\n \"cy\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"fr\",\n \"fx\",\n \"fy\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"gradientTransform\",\n \"gradientUnits\",\n \"href\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"r\",\n \"shape-rendering\",\n \"spreadMethod\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"rect\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pathLength\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"rx\",\n \"ry\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"script\": [\n \"crossorigin\",\n \"externalResourcesRequired\",\n \"href\",\n \"type\"\n ],\n \"set\": [\n \"attributeName\",\n \"attributeType\",\n \"begin\",\n \"dur\",\n \"end\",\n \"externalResourcesRequired\",\n \"fill\",\n \"href\",\n \"max\",\n \"min\",\n \"repeatCount\",\n \"repeatDur\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"restart\",\n \"systemLanguage\",\n \"to\"\n ],\n \"solidColor\": [],\n \"stop\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"offset\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"style\": [\n \"media\",\n \"title\",\n \"type\"\n ],\n \"svg\": [\n \"alignment-baseline\",\n \"baseProfile\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"contentScriptType\",\n \"contentStyleType\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"playbackOrder\",\n \"playbackorder\",\n \"pointer-events\",\n \"preserveAspectRatio\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"shape-rendering\",\n \"snapshotTime\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"syncBehaviorDefault\",\n \"syncToleranceDefault\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"timelineBegin\",\n \"timelinebegin\",\n \"transform\",\n \"unicode-bidi\",\n \"version\",\n \"viewBox\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\",\n \"zoomAndPan\"\n ],\n \"switch\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"symbol\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"preserveAspectRatio\",\n \"refX\",\n \"refY\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"unicode-bidi\",\n \"viewBox\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"tbreak\": [\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"systemLanguage\"\n ],\n \"text\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"dx\",\n \"dy\",\n \"editable\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"lengthAdjust\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"rotate\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"textLength\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"textArea\": [\n \"editable\",\n \"focusHighlight\",\n \"focusable\",\n \"height\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"systemLanguage\",\n \"transform\",\n \"width\",\n \"x\",\n \"y\"\n ],\n \"textPath\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"href\",\n \"image-rendering\",\n \"kerning\",\n \"lengthAdjust\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"method\",\n \"opacity\",\n \"overflow\",\n \"path\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"shape-rendering\",\n \"side\",\n \"spacing\",\n \"startOffset\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"textLength\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\"\n ],\n \"title\": [\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"systemLanguage\"\n ],\n \"tref\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"dx\",\n \"dy\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"lengthAdjust\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"rotate\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"textLength\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"tspan\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"dx\",\n \"dy\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"image-rendering\",\n \"kerning\",\n \"lengthAdjust\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"rotate\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"textLength\",\n \"unicode-bidi\",\n \"visibility\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"unknown\": [\n \"requiredExtensions\",\n \"systemLanguage\"\n ],\n \"use\": [\n \"alignment-baseline\",\n \"baseline-shift\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"color-profile\",\n \"color-rendering\",\n \"cursor\",\n \"direction\",\n \"display\",\n \"dominant-baseline\",\n \"enable-background\",\n \"externalResourcesRequired\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"filter\",\n \"flood-color\",\n \"flood-opacity\",\n \"focusHighlight\",\n \"focusable\",\n \"font-family\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-variant\",\n \"font-weight\",\n \"glyph-orientation-horizontal\",\n \"glyph-orientation-vertical\",\n \"height\",\n \"href\",\n \"image-rendering\",\n \"kerning\",\n \"letter-spacing\",\n \"lighting-color\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-start\",\n \"mask\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"opacity\",\n \"overflow\",\n \"pointer-events\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"shape-rendering\",\n \"stop-color\",\n \"stop-opacity\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"systemLanguage\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-rendering\",\n \"transform\",\n \"unicode-bidi\",\n \"visibility\",\n \"width\",\n \"word-spacing\",\n \"writing-mode\",\n \"x\",\n \"y\"\n ],\n \"video\": [\n \"begin\",\n \"dur\",\n \"end\",\n \"externalResourcesRequired\",\n \"fill\",\n \"focusHighlight\",\n \"focusable\",\n \"height\",\n \"initialVisibility\",\n \"max\",\n \"min\",\n \"nav-down\",\n \"nav-down-left\",\n \"nav-down-right\",\n \"nav-left\",\n \"nav-next\",\n \"nav-prev\",\n \"nav-right\",\n \"nav-up\",\n \"nav-up-left\",\n \"nav-up-right\",\n \"overlay\",\n \"preserveAspectRatio\",\n \"repeatCount\",\n \"repeatDur\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"requiredFonts\",\n \"requiredFormats\",\n \"restart\",\n \"syncBehavior\",\n \"syncMaster\",\n \"syncTolerance\",\n \"systemLanguage\",\n \"transform\",\n \"transformBehavior\",\n \"type\",\n \"width\",\n \"x\",\n \"y\"\n ],\n \"view\": [\n \"externalResourcesRequired\",\n \"preserveAspectRatio\",\n \"viewBox\",\n \"viewTarget\",\n \"zoomAndPan\"\n ],\n \"vkern\": [\n \"g1\",\n \"g2\",\n \"k\",\n \"u1\",\n \"u2\"\n ]\n};\nexport const tags = {\n \"svg\": [\n \"svg\",\n \"g\",\n \"defs\",\n \"desc\",\n \"title\",\n \"symbol\",\n \"use\",\n \"image\",\n \"switch\",\n \"style\",\n \"path\",\n \"rect\",\n \"circle\",\n \"ellipse\",\n \"line\",\n \"polyline\",\n \"polygon\",\n \"text\",\n \"tspan\",\n \"textPath\",\n \"marker\",\n \"linearGradient\",\n \"radialGradient\",\n \"stop\",\n \"pattern\",\n \"clipPath\",\n \"mask\",\n \"filter\",\n \"feDistantLight\",\n \"fePointLight\",\n \"feSpotLight\",\n \"feBlend\",\n \"feColorMatrix\",\n \"feComponentTransfer\",\n \"feFuncR\",\n \"feFuncG\",\n \"feFuncB\",\n \"feFuncA\",\n \"feComposite\",\n \"feConvolveMatrix\",\n \"feDiffuseLighting\",\n \"feDisplacementMap\",\n \"feFlood\",\n \"feGaussianBlur\",\n \"feImage\",\n \"feMerge\",\n \"feMergeNode\",\n \"feMorphology\",\n \"feOffset\",\n \"feSpecularLighting\",\n \"feTile\",\n \"feTurbulence\",\n \"a\",\n \"view\",\n \"script\",\n \"animate\",\n \"set\",\n \"animateMotion\",\n \"mpath\",\n \"animateTransform\",\n \"metadata\",\n \"foreignObject\",\n \"svg\",\n \"g\",\n \"defs\",\n \"symbol\",\n \"use\",\n \"switch\",\n \"title\",\n \"desc\",\n \"metadata\",\n \"style\",\n \"path\",\n \"rect\",\n \"circle\",\n \"ellipse\",\n \"line\",\n \"polyline\",\n \"polygon\",\n \"text\",\n \"tspan\",\n \"textPath\",\n \"image\",\n \"foreignObject\",\n \"marker\",\n \"linearGradient\",\n \"radialGradient\",\n \"stop\",\n \"pattern\",\n \"script\",\n \"a\",\n \"view\",\n \"animate\",\n \"set\",\n \"animateMotion\",\n \"mpath\",\n \"animateTransform\",\n \"path\"\n ],\n \"html\": [\n \"html\",\n \"head\",\n \"title\",\n \"base\",\n \"link\",\n \"meta\",\n \"style\",\n \"body\",\n \"article\",\n \"section\",\n \"nav\",\n \"aside\",\n \"h1\",\n \"h2\",\n \"h3\",\n \"h4\",\n \"h5\",\n \"h6\",\n \"hgroup\",\n \"header\",\n \"footer\",\n \"address\",\n \"p\",\n \"hr\",\n \"pre\",\n \"blockquote\",\n \"ol\",\n \"ul\",\n \"menu\",\n \"li\",\n \"dl\",\n \"dt\",\n \"dd\",\n \"figure\",\n \"figcaption\",\n \"main\",\n \"search\",\n \"div\",\n \"a\",\n \"em\",\n \"strong\",\n \"small\",\n \"s\",\n \"cite\",\n \"q\",\n \"dfn\",\n \"abbr\",\n \"ruby\",\n \"rt\",\n \"rp\",\n \"data\",\n \"time\",\n \"code\",\n \"var\",\n \"samp\",\n \"kbd\",\n \"sub\",\n \"sup\",\n \"i\",\n \"b\",\n \"u\",\n \"mark\",\n \"bdi\",\n \"bdo\",\n \"span\",\n \"br\",\n \"wbr\",\n \"ins\",\n \"del\",\n \"picture\",\n \"source\",\n \"img\",\n \"iframe\",\n \"embed\",\n \"object\",\n \"video\",\n \"audio\",\n \"track\",\n \"map\",\n \"area\",\n \"table\",\n \"caption\",\n \"colgroup\",\n \"col\",\n \"tbody\",\n \"thead\",\n \"tfoot\",\n \"tr\",\n \"td\",\n \"th\",\n \"form\",\n \"label\",\n \"input\",\n \"button\",\n \"select\",\n \"datalist\",\n \"optgroup\",\n \"option\",\n \"textarea\",\n \"output\",\n \"progress\",\n \"meter\",\n \"fieldset\",\n \"legend\",\n \"selectedcontent\",\n \"details\",\n \"summary\",\n \"dialog\",\n \"script\",\n \"noscript\",\n \"template\",\n \"slot\",\n \"canvas\",\n \"applet\",\n \"acronym\",\n \"bgsound\",\n \"dir\",\n \"frame\",\n \"frameset\",\n \"noframes\",\n \"isindex\",\n \"keygen\",\n \"listing\",\n \"menuitem\",\n \"nextid\",\n \"noembed\",\n \"param\",\n \"plaintext\",\n \"rb\",\n \"rtc\",\n \"strike\",\n \"xmp\",\n \"basefont\",\n \"big\",\n \"blink\",\n \"center\",\n \"font\",\n \"marquee\",\n \"multicol\",\n \"nobr\",\n \"spacer\",\n \"tt\"\n ],\n \"mathml\": [\n \"math\",\n \"mtext\",\n \"mi\",\n \"mn\",\n \"mo\",\n \"mspace\",\n \"ms\",\n \"mrow\",\n \"mfrac\",\n \"msqrt\",\n \"mroot\",\n \"mstyle\",\n \"merror\",\n \"mpadded\",\n \"mphantom\",\n \"msub\",\n \"msup\",\n \"msubsup\",\n \"munder\",\n \"mover\",\n \"munderover\",\n \"mmultiscripts\",\n \"mprescripts\",\n \"mtable\",\n \"mtr\",\n \"mtd\",\n \"a\",\n \"maction\",\n \"semantics\",\n \"annotation\",\n \"annotation-xml\"\n ]\n};\n","//\n// props.ts\n//\n// The MIT License\n// Copyright (c) 2021 - 2026 O2ter Limited. All rights reserved.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n//\n\nimport _ from 'lodash';\nimport { Frosty } from '../../../generated/elements';\n\ntype AllHTMLElementTagNameMap = HTMLElementTagNameMap & HTMLElementDeprecatedTagNameMap;\n\nexport type _HTMLElementTagNameMap = {\n [x in keyof AllHTMLElementTagNameMap]: {\n type: AllHTMLElementTagNameMap[x];\n props: x extends keyof Frosty.HTMLElementAttributeTagNameMap\n ? Frosty.HTMLElementAttributeTagNameMap[x]\n : {};\n };\n};\n\nexport type _SVGElementTagNameMap = {\n [x in keyof SVGElementTagNameMap]: {\n type: SVGElementTagNameMap[x];\n props: x extends keyof Frosty.SVGElementAttributeTagNameMap\n ? Frosty.SVGElementAttributeTagNameMap[x]\n : {};\n };\n};\n\nexport type _MathMLElementTagNameMap = {\n [x in keyof MathMLElementTagNameMap]: {\n type: MathMLElementTagNameMap[x];\n };\n}\n","//\n// basic.ts\n//\n// The MIT License\n// Copyright (c) 2021 - 2026 O2ter Limited. All rights reserved.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n//\n\nimport { MergeObject, PickType, WritableKeys } from '@o2ter/utils-js';\nimport { ComponentType, ElementNode, PropsWithChildren, RefAttribute } from './common';\nimport { ClassName, StyleProp } from './style';\nimport { CSSProperties, ExtendedCSSProperties } from '../web/styles/css';\nimport { globalEvents } from '../web/event';\nimport { ComponentNode, NativeElementType } from './component';\nimport { _HTMLElementTagNameMap, _MathMLElementTagNameMap, _SVGElementTagNameMap } from '../web/props';\n\nexport type _ElementType = string | ComponentType<any>;\n\nexport type _IntrinsicAttributes = {\n key?: string | number | bigint | null;\n};\n\nexport type PropsType = Record<string, any>;\n\ntype EventHandler<E extends Event, C, T = EventTarget> = (this: C | void, event: E & {\n currentTarget: C;\n target: T;\n }) => void;\ntype EventMap = {\n [ev in keyof typeof globalEvents]: ev extends `on${infer x}`\n ? Lowercase<x> extends keyof GlobalEventHandlersEventMap ? GlobalEventHandlersEventMap[Lowercase<x>] : Event\n : never;\n};\n\ntype _PropsOfInstance<Instance> = Omit<\n PickType<{\n [k in WritableKeys<Instance>]: Instance[k];\n }, boolean | number | string | null | undefined>,\n 'className' | 'style' | 'innerText' | 'outerText' | 'outerHTML' | 'nodeValue'\n> & {\n [x in keyof EventMap]?: EventHandler<EventMap[x], Instance>;\n} & {\n [x in keyof EventMap as `${x}Capture`]?: EventHandler<EventMap[x], Instance>;\n};\n\ntype Combine<T, R> = Omit<T, keyof R> & R;\n\ntype _ElementProps<ElementMap extends { [x: string]: { type: any; props?: any; } }> = {\n [x in keyof ElementMap]: PropsWithChildren<\n Partial<\n _IntrinsicAttributes\n & RefAttribute<ElementMap[x]['type'] | null | undefined>\n & {\n className?: ClassName;\n style?: StyleProp<ExtendedCSSProperties>;\n inlineStyle?: CSSProperties;\n }\n & Combine<ElementMap[x]['props'], _PropsOfInstance<ElementMap[x]['type']>>\n >\n >\n};\n\nexport type _IntrinsicElements = MergeObject<\n | _ElementProps<_HTMLElementTagNameMap>\n | _ElementProps<_SVGElementTagNameMap>\n | _ElementProps<_MathMLElementTagNameMap>\n> & { [x: string]: any; };\n\nexport const _createElement = (\n type: _ElementType | typeof NativeElementType,\n props: PropsType\n) => {\n const { key, ..._props } = props;\n return new ComponentNode(type, _props, key);\n}\n\nexport const createElement = (\n type: _ElementType,\n props?: PropsType | null,\n ...children: ElementNode[]\n) => _createElement(type, { ...props ?? {}, children });\n","//\n// index.ts\n//\n// The MIT License\n// Copyright (c) 2021 - 2026 O2ter Limited. All rights reserved.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n//\n\nimport _ from 'lodash';\nimport { _ElementType, PropsType } from './runtime';\n\nexport abstract class NativeElementType {\n constructor(...args: any[]) { };\n}\n\nexport class ComponentNode {\n\n #type: _ElementType | typeof NativeElementType;\n #props: PropsType;\n #key?: string | number | bigint | null;\n\n /** @internal */\n constructor(\n type: _ElementType | typeof NativeElementType,\n props: PropsType,\n key?: string | number\n ) {\n this.#type = type;\n this.#props = props;\n this.#key = key;\n }\n\n get type() {\n return this.#type;\n }\n\n get props() {\n return this.#props;\n }\n\n get key() {\n return this.#key;\n }\n\n equalType(other: ComponentNode) {\n return this.type === other.type && this.key === other.key;\n }\n}\n","//\n// common.ts\n//\n// The MIT License\n// Copyright (c) 2021 - 2026 O2ter Limited. All rights reserved.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n//\n\nimport { ComponentNode } from './component';\nimport { _IntrinsicElements } from './runtime';\n\nexport type SetStateAction<S, P = S> = S | ((prevState: P) => S);\n\nexport type PropsWithChildren<\n P extends Record<string, unknown> = {},\n C extends unknown = ElementNode\n> = P & {\n children?: C;\n};\n\nexport type ElementNode =\n | ComponentNode\n | string\n | number\n | bigint\n | boolean\n | null\n | undefined\n | Iterable<ElementNode>;\n\nexport type ComponentType<\n P extends Record<string, unknown> = {},\n N extends ElementNode = ElementNode\n > = (props: P) => N;\n\nexport type RefAttribute<T> = {\n ref?: Ref<T>;\n};\n\ntype _ComponentProps<T> = T extends ComponentType<infer P, any> ? P : never;\n\nexport type ComponentProps<T> = T extends string ? _IntrinsicElements[T] : _ComponentProps<T>;\nexport type ComponentPropsWithoutRef<T> = Omit<ComponentProps<T>, 'ref'>;\n\nexport type RefObject<T> = {\n /**\n * The current value of the ref.\n */\n current: T;\n}\nexport type RefCallback<T> = (ref: T) => void;\nexport type Ref<T> = RefCallback<T> | RefObject<T> | null;\n\nexport type ComponentRef<T> = ComponentProps<T> extends RefAttribute<infer R> ? R : never;\n"],"names":[],"mappings":";;;;AACA;AACO;AACA;;ACFP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO;AACA;;ACVA;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACnFO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC5jEA;AACO;AACP;AACA;AACA;AACA;AACA;AACO;AACP;AACA;AACA;AACA;AACA;AACO;AACP;AACA;AACA;AACA;;ACXO;AACA;AACP;AACA;AACO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO;AACP;AACA;AAEO;;AC1CA;AACP;AACA;AACO;AACP;AACA;AACA;AACA;AACA;AACA;;ACRO;AACA;AACP;AACA;AACO;AACA;AACA;AACP;AACA;AACA;AACO;AACA;AACA;AACP;AACA;AACA;AACA;AACA;AACO;AACA;AACA;;;"}
|