@tempots/dom 28.6.1 → 28.6.3
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/index.cjs +1 -1
- package/index.js +130 -124
- package/package.json +1 -1
- package/renderable/attribute.d.ts +329 -225
- package/renderable/element.d.ts +13 -6
- package/renderable/on.d.ts +36 -1
- package/renderable/style.d.ts +2 -2
- package/std/signal-utils.d.ts +3 -11
- package/std/value.d.ts +3 -3
- package/types/aria-attributes.d.ts +14 -9
- package/types/domain.d.ts +16 -6
- package/types/html-attributes.d.ts +38 -6
- package/types/html-events.d.ts +36 -1
- package/types/html-tags.d.ts +5 -1
- package/types/mathml-attributes.d.ts +67 -30
- package/types/mathml-tags.d.ts +3 -1
- package/types/svg-attributes.d.ts +210 -180
- package/types/svg-tags.d.ts +1 -0
|
@@ -4,77 +4,114 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export type MathMLAttributes = {
|
|
7
|
-
accent: string;
|
|
8
|
-
accentunder: string;
|
|
9
|
-
actiontype:
|
|
10
|
-
align:
|
|
7
|
+
accent: boolean | string;
|
|
8
|
+
accentunder: boolean | string;
|
|
9
|
+
actiontype: 'statusline' | 'tooltip' | 'input';
|
|
10
|
+
align: 'left' | 'center' | 'right';
|
|
11
|
+
altimg: string;
|
|
12
|
+
altimgheight: string;
|
|
13
|
+
altimgvalign: string;
|
|
14
|
+
altimgwidth: string;
|
|
15
|
+
alttext: string;
|
|
11
16
|
background: string;
|
|
12
17
|
base: string;
|
|
13
|
-
bevelled: string;
|
|
14
|
-
charalign:
|
|
18
|
+
bevelled: boolean | string;
|
|
19
|
+
charalign: 'left' | 'center' | 'right';
|
|
15
20
|
class: string;
|
|
16
21
|
close: string;
|
|
17
22
|
color: string;
|
|
18
23
|
columnalign: string;
|
|
19
24
|
columnlines: string;
|
|
20
25
|
columnspacing: string;
|
|
21
|
-
columnspan: string;
|
|
26
|
+
columnspan: number | string;
|
|
22
27
|
columnwidth: string;
|
|
23
28
|
crossout: string;
|
|
29
|
+
decimalpoint: string;
|
|
24
30
|
definitionurl: string;
|
|
25
|
-
|
|
31
|
+
denomalign: 'left' | 'center' | 'right';
|
|
26
32
|
depth: string;
|
|
27
|
-
dir:
|
|
28
|
-
display:
|
|
29
|
-
displaystyle: string;
|
|
30
|
-
edge:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
33
|
+
dir: 'ltr' | 'rtl';
|
|
34
|
+
display: 'block' | 'inline';
|
|
35
|
+
displaystyle: boolean | string;
|
|
36
|
+
edge: 'left' | 'right';
|
|
37
|
+
encoding: string;
|
|
38
|
+
equalcolumns: boolean | string;
|
|
39
|
+
equalrows: boolean | string;
|
|
40
|
+
fence: boolean | string;
|
|
41
|
+
fontfamily: string;
|
|
42
|
+
fontsize: string;
|
|
43
|
+
fontstyle: 'normal' | 'italic';
|
|
44
|
+
fontweight: 'normal' | 'bold';
|
|
45
|
+
form: 'prefix' | 'infix' | 'postfix';
|
|
37
46
|
frame: string;
|
|
47
|
+
groupalign: string;
|
|
38
48
|
height: string;
|
|
39
49
|
href: string;
|
|
40
50
|
id: string;
|
|
41
|
-
|
|
51
|
+
indentalign: 'left' | 'center' | 'right' | 'auto' | 'id';
|
|
52
|
+
indentalignfirst: 'left' | 'center' | 'right' | 'auto' | 'id' | 'indentaling';
|
|
53
|
+
indentalignlast: 'left' | 'center' | 'right' | 'auto' | 'id' | 'indentaling';
|
|
54
|
+
indentshift: string;
|
|
55
|
+
indentshiftfirst: string;
|
|
56
|
+
indentshiftlast: string;
|
|
57
|
+
indenttarget: string;
|
|
58
|
+
infixlinebreakstyle: 'before' | 'after' | 'duplicate';
|
|
59
|
+
intent: string;
|
|
60
|
+
largeop: boolean | string;
|
|
61
|
+
leftoverhang: string;
|
|
42
62
|
length: string;
|
|
43
|
-
linebreak:
|
|
63
|
+
linebreak: 'auto' | 'newline' | 'nobreak' | 'goodbreak' | 'badbreak';
|
|
64
|
+
linebreakmultchar: string;
|
|
65
|
+
linebreakstyle: 'before' | 'after' | 'duplicate' | 'infixlinebreakstyle';
|
|
66
|
+
lineleading: string;
|
|
44
67
|
linethickness: string;
|
|
45
|
-
|
|
68
|
+
location: string;
|
|
69
|
+
longdivstyle: 'lefttop' | 'stackedrightright' | 'mediumstackedrightright' | 'shortstackedrightright' | 'righttop';
|
|
70
|
+
lquote: string;
|
|
46
71
|
lspace: string;
|
|
47
72
|
mathbackground: string;
|
|
48
73
|
mathcolor: string;
|
|
49
74
|
mathdepth: string;
|
|
50
75
|
mathsize: string;
|
|
51
|
-
mathvariant:
|
|
76
|
+
mathvariant: 'normal' | 'bold' | 'italic' | 'bold-italic' | 'double-struck' | 'bold-fraktur' | 'script' | 'bold-script' | 'fraktur' | 'sans-serif' | 'bold-sans-serif' | 'sans-serif-italic' | 'sans-serif-bold-italic' | 'monospace' | 'initial' | 'tailed' | 'looped' | 'stretched';
|
|
52
77
|
maxsize: string;
|
|
78
|
+
maxwidth: string;
|
|
79
|
+
minlabelspacing: string;
|
|
53
80
|
minsize: string;
|
|
54
|
-
movablelimits: string;
|
|
81
|
+
movablelimits: boolean | string;
|
|
82
|
+
mslinethickness: string;
|
|
55
83
|
notation: string;
|
|
56
|
-
numalign:
|
|
84
|
+
numalign: 'left' | 'center' | 'right';
|
|
57
85
|
open: string;
|
|
58
86
|
other: string;
|
|
87
|
+
overflow: 'linebreak' | 'scroll' | 'elide' | 'truncate' | 'scale';
|
|
88
|
+
position: string;
|
|
89
|
+
rightoverhang: string;
|
|
59
90
|
rowalign: string;
|
|
60
91
|
rowlines: string;
|
|
61
92
|
rowspacing: string;
|
|
62
|
-
rowspan: string;
|
|
93
|
+
rowspan: number | string;
|
|
94
|
+
rquote: string;
|
|
63
95
|
rspace: string;
|
|
64
96
|
scriptlevel: string;
|
|
65
97
|
scriptminsize: string;
|
|
66
98
|
scriptsizemultiplier: string;
|
|
67
99
|
selection: string;
|
|
68
|
-
separator: string;
|
|
69
|
-
|
|
70
|
-
|
|
100
|
+
separator: boolean | string;
|
|
101
|
+
separators: string;
|
|
102
|
+
shift: string;
|
|
103
|
+
side: 'left' | 'leftoverlap' | 'right' | 'rightoverlap';
|
|
104
|
+
stackalign: 'left' | 'center' | 'right' | 'decimalpoint';
|
|
105
|
+
stretchy: boolean | string;
|
|
71
106
|
style: string;
|
|
72
107
|
subscriptshift: string;
|
|
73
108
|
superscriptshift: string;
|
|
74
|
-
symmetric: string;
|
|
109
|
+
symmetric: boolean | string;
|
|
75
110
|
type: string;
|
|
76
|
-
valign:
|
|
111
|
+
valign: 'top' | 'bottom' | 'center' | 'baseline' | 'axis';
|
|
77
112
|
voffset: string;
|
|
78
113
|
width: string;
|
|
114
|
+
xlink: string;
|
|
115
|
+
xmlns: string;
|
|
79
116
|
xref: string;
|
|
80
117
|
};
|
package/types/mathml-tags.d.ts
CHANGED
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export type MathMLTags = {
|
|
6
|
-
|
|
6
|
+
'annotation-xml': MathMLElement;
|
|
7
7
|
annotation: MathMLElement;
|
|
8
8
|
maction: MathMLElement;
|
|
9
9
|
maligngroup: MathMLElement;
|
|
10
10
|
malignmark: MathMLElement;
|
|
11
11
|
math: MathMLElement;
|
|
12
|
+
menclose: MathMLElement;
|
|
12
13
|
merror: MathMLElement;
|
|
13
14
|
mfenced: MathMLElement;
|
|
14
15
|
mfrac: MathMLElement;
|
|
@@ -22,6 +23,7 @@ export type MathMLTags = {
|
|
|
22
23
|
mover: MathMLElement;
|
|
23
24
|
mpadded: MathMLElement;
|
|
24
25
|
mphantom: MathMLElement;
|
|
26
|
+
mprescripts: MathMLElement;
|
|
25
27
|
mroot: MathMLElement;
|
|
26
28
|
mrow: MathMLElement;
|
|
27
29
|
ms: MathMLElement;
|
|
@@ -4,247 +4,277 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export type SVGAttributes = {
|
|
7
|
-
'accent-height': number;
|
|
7
|
+
'accent-height': number | string;
|
|
8
8
|
accumulate: 'none' | 'sum';
|
|
9
9
|
additive: 'replace' | 'sum';
|
|
10
10
|
'alignment-baseline': 'auto' | 'baseline' | 'before-edge' | 'text-before-edge' | 'middle' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit';
|
|
11
11
|
'allow-reorder': 'no' | 'yes';
|
|
12
|
-
alphabetic: number;
|
|
13
|
-
amplitude: number;
|
|
12
|
+
alphabetic: number | string;
|
|
13
|
+
amplitude: number | string;
|
|
14
14
|
'arabic-form': 'initial' | 'medial' | 'terminal' | 'isolated';
|
|
15
|
-
ascent: number;
|
|
15
|
+
ascent: number | string;
|
|
16
16
|
attributeName: string;
|
|
17
|
-
attributeType:
|
|
18
|
-
autoReverse: boolean;
|
|
19
|
-
azimuth: number;
|
|
20
|
-
baseFrequency: number;
|
|
17
|
+
attributeType: 'CSS' | 'XML' | 'auto';
|
|
18
|
+
autoReverse: boolean | string;
|
|
19
|
+
azimuth: number | string;
|
|
20
|
+
baseFrequency: number | string;
|
|
21
21
|
baseProfile: string;
|
|
22
|
-
'baseline-shift': number;
|
|
23
|
-
bbox:
|
|
24
|
-
begin:
|
|
25
|
-
bias: number;
|
|
26
|
-
by:
|
|
27
|
-
calcMode:
|
|
28
|
-
'cap-height': number;
|
|
29
|
-
|
|
22
|
+
'baseline-shift': number | string;
|
|
23
|
+
bbox: string;
|
|
24
|
+
begin: string;
|
|
25
|
+
bias: number | string;
|
|
26
|
+
by: string;
|
|
27
|
+
calcMode: 'discrete' | 'linear' | 'paced' | 'spline';
|
|
28
|
+
'cap-height': number | string;
|
|
29
|
+
class: string;
|
|
30
|
+
clip: string;
|
|
30
31
|
'clip-path': string;
|
|
31
|
-
clipPathUnits:
|
|
32
|
-
clipRule:
|
|
33
|
-
'color-interpolation':
|
|
32
|
+
clipPathUnits: 'userSpaceOnUse' | 'objectBoundingBox';
|
|
33
|
+
clipRule: 'nonzero' | 'evenodd' | 'inherit';
|
|
34
|
+
'color-interpolation': 'auto' | 'sRGB' | 'linearRGB' | 'inherit';
|
|
34
35
|
'color-interpolation-filters': 'auto' | 'sRGB' | 'linearRGB' | 'inherit';
|
|
35
|
-
|
|
36
|
-
'color-rendering':
|
|
36
|
+
'color-profile': string;
|
|
37
|
+
'color-rendering': 'auto' | 'optimizeSpeed' | 'optimizeQuality' | 'inherit';
|
|
37
38
|
contentScriptType: string;
|
|
38
39
|
contentStyleType: string;
|
|
40
|
+
crossorigin: 'anonymous' | 'use-credentials';
|
|
39
41
|
cursor: string;
|
|
40
|
-
cx: number;
|
|
41
|
-
cy: number;
|
|
42
|
+
cx: number | string;
|
|
43
|
+
cy: number | string;
|
|
42
44
|
d: string;
|
|
43
|
-
decelerate: number;
|
|
44
|
-
descent: number;
|
|
45
|
-
diffuseConstant: number;
|
|
46
|
-
direction:
|
|
45
|
+
decelerate: number | string;
|
|
46
|
+
descent: number | string;
|
|
47
|
+
diffuseConstant: number | string;
|
|
48
|
+
direction: 'ltr' | 'rtl' | 'inherit';
|
|
47
49
|
display: string;
|
|
48
|
-
divisor: number;
|
|
49
|
-
'dominant-baseline':
|
|
50
|
-
dur:
|
|
51
|
-
dx: number;
|
|
52
|
-
dy: number;
|
|
53
|
-
edgeMode:
|
|
54
|
-
elevation: number;
|
|
55
|
-
|
|
56
|
-
end:
|
|
57
|
-
exponent: number;
|
|
58
|
-
externalResourcesRequired: boolean;
|
|
50
|
+
divisor: number | string;
|
|
51
|
+
'dominant-baseline': 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging' | 'text-top' | 'inherit';
|
|
52
|
+
dur: string;
|
|
53
|
+
dx: number | string;
|
|
54
|
+
dy: number | string;
|
|
55
|
+
edgeMode: 'duplicate' | 'wrap' | 'none';
|
|
56
|
+
elevation: number | string;
|
|
57
|
+
'enable-background': string;
|
|
58
|
+
end: string;
|
|
59
|
+
exponent: number | string;
|
|
60
|
+
externalResourcesRequired: boolean | string;
|
|
59
61
|
fill: string;
|
|
60
|
-
'fill-opacity': number;
|
|
61
|
-
'fill-rule':
|
|
62
|
+
'fill-opacity': number | string;
|
|
63
|
+
'fill-rule': 'nonzero' | 'evenodd' | 'inherit';
|
|
62
64
|
filter: string;
|
|
63
|
-
filterRes:
|
|
64
|
-
filterUnits:
|
|
65
|
+
filterRes: string;
|
|
66
|
+
filterUnits: 'userSpaceOnUse' | 'objectBoundingBox';
|
|
65
67
|
'flood-color': string;
|
|
66
|
-
'flood-opacity': number;
|
|
67
|
-
focusable: boolean | 'auto';
|
|
68
|
+
'flood-opacity': number | string;
|
|
69
|
+
focusable: boolean | 'auto' | string;
|
|
68
70
|
'font-family': string;
|
|
69
|
-
'font-size': number;
|
|
70
|
-
'font-size-adjust': number;
|
|
71
|
+
'font-size': number | string;
|
|
72
|
+
'font-size-adjust': number | string;
|
|
71
73
|
'font-stretch': string;
|
|
72
|
-
'font-style':
|
|
74
|
+
'font-style': 'normal' | 'italic' | 'oblique' | 'inherit';
|
|
73
75
|
'font-variant': string;
|
|
74
76
|
'font-weight': string;
|
|
75
77
|
format: string;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
78
|
+
fr: number | string;
|
|
79
|
+
from: string;
|
|
80
|
+
fx: number | string;
|
|
81
|
+
fy: number | string;
|
|
82
|
+
g1: string;
|
|
83
|
+
g2: string;
|
|
81
84
|
'glyph-name': string;
|
|
82
|
-
'glyph-orientation-horizontal': number;
|
|
83
|
-
'glyph-orientation-vertical': number;
|
|
85
|
+
'glyph-orientation-horizontal': number | string;
|
|
86
|
+
'glyph-orientation-vertical': number | string;
|
|
84
87
|
glyphRef: string;
|
|
85
88
|
gradientTransform: string;
|
|
86
|
-
gradientUnits:
|
|
87
|
-
hanging: number;
|
|
88
|
-
height: number;
|
|
89
|
-
'horiz-adv-x': number;
|
|
90
|
-
'horiz-origin-x': number;
|
|
91
|
-
'horiz-origin-y': number;
|
|
92
|
-
|
|
93
|
-
|
|
89
|
+
gradientUnits: 'userSpaceOnUse' | 'objectBoundingBox';
|
|
90
|
+
hanging: number | string;
|
|
91
|
+
height: number | string;
|
|
92
|
+
'horiz-adv-x': number | string;
|
|
93
|
+
'horiz-origin-x': number | string;
|
|
94
|
+
'horiz-origin-y': number | string;
|
|
95
|
+
href: string;
|
|
96
|
+
id: string;
|
|
97
|
+
ideographic: number | string;
|
|
98
|
+
'image-rendering': 'auto' | 'optimizeSpeed' | 'optimizeQuality' | 'inherit';
|
|
94
99
|
in: string;
|
|
95
100
|
in2: string;
|
|
96
|
-
intercept: number;
|
|
97
|
-
k: number;
|
|
98
|
-
k1: number;
|
|
99
|
-
k2: number;
|
|
100
|
-
k3: number;
|
|
101
|
-
k4: number;
|
|
101
|
+
intercept: number | string;
|
|
102
|
+
k: number | string;
|
|
103
|
+
k1: number | string;
|
|
104
|
+
k2: number | string;
|
|
105
|
+
k3: number | string;
|
|
106
|
+
k4: number | string;
|
|
102
107
|
kernelMatrix: string;
|
|
103
|
-
kernelUnitLength: number;
|
|
104
|
-
kerning: number;
|
|
108
|
+
kernelUnitLength: number | string;
|
|
109
|
+
kerning: number | string;
|
|
105
110
|
keyPoints: string;
|
|
106
111
|
keySplines: string;
|
|
107
112
|
keyTimes: string;
|
|
108
|
-
|
|
109
|
-
'
|
|
113
|
+
lang: string;
|
|
114
|
+
lengthAdjust: 'spacing' | 'spacingAndGlyphs';
|
|
115
|
+
'letter-spacing': number | string;
|
|
110
116
|
'lighting-color': string;
|
|
111
|
-
limitingConeAngle: number;
|
|
112
|
-
local:
|
|
117
|
+
limitingConeAngle: number | string;
|
|
118
|
+
local: string;
|
|
113
119
|
'marker-end': string;
|
|
114
|
-
markerHeight: number;
|
|
120
|
+
markerHeight: number | string;
|
|
115
121
|
'marker-mid': string;
|
|
116
122
|
'marker-start': string;
|
|
117
|
-
markerUnits:
|
|
118
|
-
markerWidth: number;
|
|
123
|
+
markerUnits: 'userSpaceOnUse' | 'strokeWidth';
|
|
124
|
+
markerWidth: number | string;
|
|
119
125
|
mask: string;
|
|
120
|
-
maskContentUnits:
|
|
121
|
-
maskUnits:
|
|
122
|
-
mathematical: number;
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
'
|
|
126
|
+
maskContentUnits: 'userSpaceOnUse' | 'objectBoundingBox';
|
|
127
|
+
maskUnits: 'userSpaceOnUse' | 'objectBoundingBox';
|
|
128
|
+
mathematical: number | string;
|
|
129
|
+
max: string;
|
|
130
|
+
media: string;
|
|
131
|
+
method: 'align' | 'stretch';
|
|
132
|
+
min: string;
|
|
133
|
+
mode: 'normal' | 'multiply' | 'screen' | 'darken' | 'lighten';
|
|
134
|
+
name: string;
|
|
135
|
+
numOctaves: number | string;
|
|
136
|
+
offset: number | string;
|
|
137
|
+
opacity: number | string;
|
|
138
|
+
operator: 'over' | 'in' | 'out' | 'atop' | 'xor' | 'lighter' | 'arithmetic';
|
|
139
|
+
order: number | string;
|
|
140
|
+
orient: 'auto' | 'auto-start-reverse' | number | string;
|
|
141
|
+
orientation: 'h' | 'v';
|
|
142
|
+
origin: string;
|
|
143
|
+
overflow: 'visible' | 'hidden' | 'scroll' | 'auto' | 'inherit';
|
|
144
|
+
'overline-position': number | string;
|
|
145
|
+
'overline-thickness': number | string;
|
|
135
146
|
'paint-order': string;
|
|
136
|
-
'panose-1':
|
|
137
|
-
|
|
138
|
-
|
|
147
|
+
'panose-1': string;
|
|
148
|
+
path: string;
|
|
149
|
+
pathLength: number | string;
|
|
150
|
+
patternContentUnits: 'userSpaceOnUse' | 'objectBoundingBox';
|
|
139
151
|
patternTransform: string;
|
|
140
|
-
patternUnits:
|
|
141
|
-
'pointer-events':
|
|
152
|
+
patternUnits: 'userSpaceOnUse' | 'objectBoundingBox';
|
|
153
|
+
'pointer-events': 'bounding-box' | 'visiblePainted' | 'visibleFill' | 'visibleStroke' | 'visible' | 'painted' | 'fill' | 'stroke' | 'all' | 'none' | 'inherit';
|
|
142
154
|
points: string;
|
|
143
|
-
pointsAtX: number;
|
|
144
|
-
pointsAtY: number;
|
|
145
|
-
pointsAtZ: number;
|
|
146
|
-
preserveAlpha: boolean;
|
|
155
|
+
pointsAtX: number | string;
|
|
156
|
+
pointsAtY: number | string;
|
|
157
|
+
pointsAtZ: number | string;
|
|
158
|
+
preserveAlpha: boolean | string;
|
|
147
159
|
preserveAspectRatio: string;
|
|
148
|
-
primitiveUnits:
|
|
149
|
-
r: number;
|
|
150
|
-
radius: number;
|
|
151
|
-
refX: number;
|
|
152
|
-
refY: number;
|
|
153
|
-
'rendering-intent':
|
|
154
|
-
repeatCount: number;
|
|
155
|
-
repeatDur:
|
|
160
|
+
primitiveUnits: 'userSpaceOnUse' | 'objectBoundingBox';
|
|
161
|
+
r: number | string;
|
|
162
|
+
radius: number | string;
|
|
163
|
+
refX: number | string;
|
|
164
|
+
refY: number | string;
|
|
165
|
+
'rendering-intent': 'auto' | 'perceptual' | 'relative-colorimetric' | 'saturation' | 'absolute-colorimetric' | 'inherit';
|
|
166
|
+
repeatCount: number | string;
|
|
167
|
+
repeatDur: string;
|
|
156
168
|
requiredExtensions: string;
|
|
157
169
|
requiredFeatures: string;
|
|
158
|
-
restart:
|
|
170
|
+
restart: 'always' | 'whenNotActive' | 'never';
|
|
159
171
|
result: string;
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
172
|
+
role: string;
|
|
173
|
+
rotate: number | string;
|
|
174
|
+
rx: number | string;
|
|
175
|
+
ry: number | string;
|
|
176
|
+
scale: number | string;
|
|
177
|
+
seed: number | string;
|
|
178
|
+
'shape-rendering': 'auto' | 'optimizeSpeed' | 'crispEdges' | 'geometricPrecision' | 'inherit';
|
|
179
|
+
side: 'left' | 'right';
|
|
180
|
+
slope: number | string;
|
|
181
|
+
spacing: 'auto' | 'exact';
|
|
182
|
+
specularConstant: number | string;
|
|
183
|
+
specularExponent: number | string;
|
|
184
|
+
speed: number | string;
|
|
185
|
+
spreadMethod: 'pad' | 'reflect' | 'repeat';
|
|
186
|
+
startOffset: number | string;
|
|
187
|
+
stdDeviation: number | string;
|
|
188
|
+
stemh: number | string;
|
|
189
|
+
stemv: number | string;
|
|
190
|
+
stitchTiles: 'noStitch' | 'stitch';
|
|
177
191
|
'stop-color': string;
|
|
178
|
-
'stop-opacity': number;
|
|
179
|
-
'strikethrough-position': number;
|
|
180
|
-
'strikethrough-thickness': number;
|
|
192
|
+
'stop-opacity': number | string;
|
|
193
|
+
'strikethrough-position': number | string;
|
|
194
|
+
'strikethrough-thickness': number | string;
|
|
181
195
|
string: string;
|
|
182
196
|
stroke: string;
|
|
183
197
|
'stroke-dasharray': string;
|
|
184
|
-
'stroke-dashoffset': number;
|
|
185
|
-
'stroke-linecap':
|
|
186
|
-
'stroke-linejoin':
|
|
187
|
-
'stroke-miterlimit': number;
|
|
188
|
-
'stroke-opacity': number;
|
|
189
|
-
'stroke-width': number;
|
|
190
|
-
|
|
198
|
+
'stroke-dashoffset': number | string;
|
|
199
|
+
'stroke-linecap': 'butt' | 'round' | 'square' | 'inherit';
|
|
200
|
+
'stroke-linejoin': 'miter' | 'round' | 'bevel' | 'inherit';
|
|
201
|
+
'stroke-miterlimit': number | string;
|
|
202
|
+
'stroke-opacity': number | string;
|
|
203
|
+
'stroke-width': number | string;
|
|
204
|
+
style: string;
|
|
205
|
+
surfaceScale: number | string;
|
|
191
206
|
systemLanguage: string;
|
|
207
|
+
tabindex: number | string;
|
|
192
208
|
tableValues: string;
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
'text-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
209
|
+
target: string;
|
|
210
|
+
targetX: number | string;
|
|
211
|
+
targetY: number | string;
|
|
212
|
+
'text-anchor': 'start' | 'middle' | 'end' | 'inherit';
|
|
213
|
+
'text-decoration': 'none' | 'underline' | 'overline' | 'line-through' | 'blink' | 'inherit';
|
|
214
|
+
textLength: number | string;
|
|
215
|
+
'text-rendering': 'auto' | 'optimizeSpeed' | 'optimizeLegibility' | 'geometricPrecision' | 'inherit';
|
|
216
|
+
title: string;
|
|
217
|
+
to: string;
|
|
200
218
|
transform: string;
|
|
201
219
|
'transform-origin': string;
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
'underline-
|
|
206
|
-
|
|
207
|
-
|
|
220
|
+
type: string;
|
|
221
|
+
u1: string;
|
|
222
|
+
u2: string;
|
|
223
|
+
'underline-position': number | string;
|
|
224
|
+
'underline-thickness': number | string;
|
|
225
|
+
unicode: string;
|
|
226
|
+
'unicode-bidi': 'normal' | 'embed' | 'isolate' | 'bidi-override' | 'isolate-override' | 'plaintext' | 'inherit';
|
|
208
227
|
'unicode-range': string;
|
|
209
|
-
'units-per-em': number;
|
|
210
|
-
'v-alphabetic': number;
|
|
228
|
+
'units-per-em': number | string;
|
|
229
|
+
'v-alphabetic': number | string;
|
|
211
230
|
values: string;
|
|
212
|
-
'vector-effect':
|
|
231
|
+
'vector-effect': 'none' | 'non-scaling-stroke' | 'non-scaling-size' | 'non-rotation' | 'fixed-position';
|
|
213
232
|
version: string;
|
|
214
|
-
'vert-adv-y': number;
|
|
215
|
-
'vert-origin-x': number;
|
|
216
|
-
'vert-origin-y': number;
|
|
217
|
-
'v-hanging': number;
|
|
218
|
-
'v-ideographic': number;
|
|
233
|
+
'vert-adv-y': number | string;
|
|
234
|
+
'vert-origin-x': number | string;
|
|
235
|
+
'vert-origin-y': number | string;
|
|
236
|
+
'v-hanging': number | string;
|
|
237
|
+
'v-ideographic': number | string;
|
|
219
238
|
viewBox: string;
|
|
220
|
-
viewTarget:
|
|
221
|
-
visibility:
|
|
222
|
-
'v-mathematical': number;
|
|
223
|
-
width: number;
|
|
224
|
-
widths:
|
|
225
|
-
'word-spacing': number;
|
|
226
|
-
'writing-mode':
|
|
227
|
-
x1: number;
|
|
228
|
-
x2: number;
|
|
229
|
-
x: number;
|
|
230
|
-
xChannelSelector:
|
|
231
|
-
'x-height': number;
|
|
232
|
-
|
|
239
|
+
viewTarget: string;
|
|
240
|
+
visibility: 'visible' | 'hidden' | 'collapse' | 'inherit';
|
|
241
|
+
'v-mathematical': number | string;
|
|
242
|
+
width: number | string;
|
|
243
|
+
widths: string;
|
|
244
|
+
'word-spacing': number | string;
|
|
245
|
+
'writing-mode': 'lr-tb' | 'rl-tb' | 'tb-rl' | 'lr' | 'rl' | 'tb' | 'inherit';
|
|
246
|
+
x1: number | string;
|
|
247
|
+
x2: number | string;
|
|
248
|
+
x: number | string;
|
|
249
|
+
xChannelSelector: 'R' | 'G' | 'B' | 'A';
|
|
250
|
+
'x-height': number | string;
|
|
251
|
+
'xlink:actuate': 'onLoad' | 'onRequest' | 'other' | 'none';
|
|
252
|
+
'xlink:arcrole': string;
|
|
253
|
+
'xlink:href': string;
|
|
254
|
+
'xlink:role': string;
|
|
255
|
+
'xlink:show': 'new' | 'replace' | 'embed' | 'other' | 'none';
|
|
256
|
+
'xlink:title': string;
|
|
257
|
+
'xlink:type': 'simple' | 'extended' | 'locator' | 'arc' | 'resource' | 'title' | 'none';
|
|
258
|
+
xlinkActuate: 'onLoad' | 'onRequest' | 'other' | 'none';
|
|
233
259
|
xlinkArcrole: string;
|
|
234
260
|
xlinkHref: string;
|
|
235
261
|
xlinkRole: string;
|
|
236
|
-
xlinkShow:
|
|
262
|
+
xlinkShow: 'new' | 'replace' | 'embed' | 'other' | 'none';
|
|
237
263
|
xlinkTitle: string;
|
|
238
|
-
xlinkType:
|
|
264
|
+
xlinkType: 'simple' | 'extended' | 'locator' | 'arc' | 'resource' | 'title' | 'none';
|
|
265
|
+
'xml:base': string;
|
|
266
|
+
'xml:lang': string;
|
|
267
|
+
'xml:space': 'default' | 'preserve';
|
|
239
268
|
xmlBase: string;
|
|
240
269
|
xmlLang: string;
|
|
241
270
|
xmlns: string;
|
|
271
|
+
'xmlns:xlink': string;
|
|
242
272
|
xmlnsXlink: string;
|
|
243
|
-
xmlSpace:
|
|
244
|
-
y1: number;
|
|
245
|
-
y2: number;
|
|
246
|
-
y: number;
|
|
247
|
-
yChannelSelector:
|
|
248
|
-
z: number;
|
|
249
|
-
zoomAndPan:
|
|
273
|
+
xmlSpace: 'default' | 'preserve';
|
|
274
|
+
y1: number | string;
|
|
275
|
+
y2: number | string;
|
|
276
|
+
y: number | string;
|
|
277
|
+
yChannelSelector: 'R' | 'G' | 'B' | 'A';
|
|
278
|
+
z: number | string;
|
|
279
|
+
zoomAndPan: 'disable' | 'magnify';
|
|
250
280
|
};
|