main
md 13,950 lines 697 KB
Raw
Large file — syntax highlighting disabled.
1 ## `about` (on `<div>` inside `<div>`)
2 | Test Case | Flags | Result |
3 | --- | --- | --- |
4 | `about=(string)`| (changed)| `"a string"` |
5 | `about=(empty string)`| (changed)| `<empty string>` |
6 | `about=(array with string)`| (changed)| `"string"` |
7 | `about=(empty array)`| (changed)| `<empty string>` |
8 | `about=(object)`| (changed)| `"result of toString()"` |
9 | `about=(numeric string)`| (changed)| `"42"` |
10 | `about=(-1)`| (changed)| `"-1"` |
11 | `about=(0)`| (changed)| `"0"` |
12 | `about=(integer)`| (changed)| `"1"` |
13 | `about=(NaN)`| (changed, warning)| `"NaN"` |
14 | `about=(float)`| (changed)| `"99.99"` |
15 | `about=(true)`| (initial, warning)| `<null>` |
16 | `about=(false)`| (initial, warning)| `<null>` |
17 | `about=(string 'true')`| (changed)| `"true"` |
18 | `about=(string 'false')`| (changed)| `"false"` |
19 | `about=(string 'on')`| (changed)| `"on"` |
20 | `about=(string 'off')`| (changed)| `"off"` |
21 | `about=(symbol)`| (initial, warning)| `<null>` |
22 | `about=(function)`| (initial, warning)| `<null>` |
23 | `about=(null)`| (initial)| `<null>` |
24 | `about=(undefined)`| (initial)| `<null>` |
25
26 ## `aBoUt` (on `<div>` inside `<div>`)
27 | Test Case | Flags | Result |
28 | --- | --- | --- |
29 | `aBoUt=(string)`| (changed, warning)| `"a string"` |
30 | `aBoUt=(empty string)`| (changed, warning)| `<empty string>` |
31 | `aBoUt=(array with string)`| (changed, warning)| `"string"` |
32 | `aBoUt=(empty array)`| (changed, warning)| `<empty string>` |
33 | `aBoUt=(object)`| (changed, warning)| `"result of toString()"` |
34 | `aBoUt=(numeric string)`| (changed, warning)| `"42"` |
35 | `aBoUt=(-1)`| (changed, warning)| `"-1"` |
36 | `aBoUt=(0)`| (changed, warning)| `"0"` |
37 | `aBoUt=(integer)`| (changed, warning)| `"1"` |
38 | `aBoUt=(NaN)`| (changed, warning)| `"NaN"` |
39 | `aBoUt=(float)`| (changed, warning)| `"99.99"` |
40 | `aBoUt=(true)`| (initial, warning)| `<null>` |
41 | `aBoUt=(false)`| (initial, warning)| `<null>` |
42 | `aBoUt=(string 'true')`| (changed, warning)| `"true"` |
43 | `aBoUt=(string 'false')`| (changed, warning)| `"false"` |
44 | `aBoUt=(string 'on')`| (changed, warning)| `"on"` |
45 | `aBoUt=(string 'off')`| (changed, warning)| `"off"` |
46 | `aBoUt=(symbol)`| (initial, warning)| `<null>` |
47 | `aBoUt=(function)`| (initial, warning)| `<null>` |
48 | `aBoUt=(null)`| (initial, warning)| `<null>` |
49 | `aBoUt=(undefined)`| (initial, warning)| `<null>` |
50
51 ## `accent-Height` (on `<font-face>` inside `<svg>`)
52 | Test Case | Flags | Result |
53 | --- | --- | --- |
54 | `accent-Height=(string)`| (initial, warning, ssr mismatch)| `<null>` |
55 | `accent-Height=(empty string)`| (initial, warning, ssr mismatch)| `<null>` |
56 | `accent-Height=(array with string)`| (initial, warning, ssr mismatch)| `<null>` |
57 | `accent-Height=(empty array)`| (initial, warning, ssr mismatch)| `<null>` |
58 | `accent-Height=(object)`| (initial, warning, ssr mismatch)| `<null>` |
59 | `accent-Height=(numeric string)`| (initial, warning, ssr mismatch)| `<null>` |
60 | `accent-Height=(-1)`| (initial, warning, ssr mismatch)| `<null>` |
61 | `accent-Height=(0)`| (initial, warning, ssr mismatch)| `<null>` |
62 | `accent-Height=(integer)`| (initial, warning, ssr mismatch)| `<null>` |
63 | `accent-Height=(NaN)`| (initial, warning, ssr mismatch)| `<null>` |
64 | `accent-Height=(float)`| (initial, warning, ssr mismatch)| `<null>` |
65 | `accent-Height=(true)`| (initial, warning)| `<null>` |
66 | `accent-Height=(false)`| (initial, warning)| `<null>` |
67 | `accent-Height=(string 'true')`| (initial, warning, ssr mismatch)| `<null>` |
68 | `accent-Height=(string 'false')`| (initial, warning, ssr mismatch)| `<null>` |
69 | `accent-Height=(string 'on')`| (initial, warning, ssr mismatch)| `<null>` |
70 | `accent-Height=(string 'off')`| (initial, warning, ssr mismatch)| `<null>` |
71 | `accent-Height=(symbol)`| (initial, warning)| `<null>` |
72 | `accent-Height=(function)`| (initial, warning)| `<null>` |
73 | `accent-Height=(null)`| (initial, warning)| `<null>` |
74 | `accent-Height=(undefined)`| (initial, warning)| `<null>` |
75
76 ## `accent-height` (on `<font-face>` inside `<svg>`)
77 | Test Case | Flags | Result |
78 | --- | --- | --- |
79 | `accent-height=(string)`| (changed, warning)| `"a string"` |
80 | `accent-height=(empty string)`| (changed, warning)| `<empty string>` |
81 | `accent-height=(array with string)`| (changed, warning)| `"string"` |
82 | `accent-height=(empty array)`| (changed, warning)| `<empty string>` |
83 | `accent-height=(object)`| (changed, warning)| `"result of toString()"` |
84 | `accent-height=(numeric string)`| (changed, warning)| `"42"` |
85 | `accent-height=(-1)`| (changed, warning)| `"-1"` |
86 | `accent-height=(0)`| (changed, warning)| `"0"` |
87 | `accent-height=(integer)`| (changed, warning)| `"1"` |
88 | `accent-height=(NaN)`| (changed, warning)| `"NaN"` |
89 | `accent-height=(float)`| (changed, warning)| `"99.99"` |
90 | `accent-height=(true)`| (initial, warning)| `<null>` |
91 | `accent-height=(false)`| (initial, warning)| `<null>` |
92 | `accent-height=(string 'true')`| (changed, warning)| `"true"` |
93 | `accent-height=(string 'false')`| (changed, warning)| `"false"` |
94 | `accent-height=(string 'on')`| (changed, warning)| `"on"` |
95 | `accent-height=(string 'off')`| (changed, warning)| `"off"` |
96 | `accent-height=(symbol)`| (initial, warning)| `<null>` |
97 | `accent-height=(function)`| (initial, warning)| `<null>` |
98 | `accent-height=(null)`| (initial, warning)| `<null>` |
99 | `accent-height=(undefined)`| (initial, warning)| `<null>` |
100
101 ## `accentHeight` (on `<font-face>` inside `<svg>`)
102 | Test Case | Flags | Result |
103 | --- | --- | --- |
104 | `accentHeight=(string)`| (changed)| `"a string"` |
105 | `accentHeight=(empty string)`| (changed)| `<empty string>` |
106 | `accentHeight=(array with string)`| (changed)| `"string"` |
107 | `accentHeight=(empty array)`| (changed)| `<empty string>` |
108 | `accentHeight=(object)`| (changed)| `"result of toString()"` |
109 | `accentHeight=(numeric string)`| (changed)| `"42"` |
110 | `accentHeight=(-1)`| (changed)| `"-1"` |
111 | `accentHeight=(0)`| (changed)| `"0"` |
112 | `accentHeight=(integer)`| (changed)| `"1"` |
113 | `accentHeight=(NaN)`| (changed, warning)| `"NaN"` |
114 | `accentHeight=(float)`| (changed)| `"99.99"` |
115 | `accentHeight=(true)`| (initial, warning)| `<null>` |
116 | `accentHeight=(false)`| (initial, warning)| `<null>` |
117 | `accentHeight=(string 'true')`| (changed)| `"true"` |
118 | `accentHeight=(string 'false')`| (changed)| `"false"` |
119 | `accentHeight=(string 'on')`| (changed)| `"on"` |
120 | `accentHeight=(string 'off')`| (changed)| `"off"` |
121 | `accentHeight=(symbol)`| (initial, warning)| `<null>` |
122 | `accentHeight=(function)`| (initial, warning)| `<null>` |
123 | `accentHeight=(null)`| (initial)| `<null>` |
124 | `accentHeight=(undefined)`| (initial)| `<null>` |
125
126 ## `accept` (on `<input>` inside `<div>`)
127 | Test Case | Flags | Result |
128 | --- | --- | --- |
129 | `accept=(string)`| (changed)| `"a string"` |
130 | `accept=(empty string)`| (initial)| `<empty string>` |
131 | `accept=(array with string)`| (changed)| `"string"` |
132 | `accept=(empty array)`| (initial)| `<empty string>` |
133 | `accept=(object)`| (changed)| `"result of toString()"` |
134 | `accept=(numeric string)`| (changed)| `"42"` |
135 | `accept=(-1)`| (changed)| `"-1"` |
136 | `accept=(0)`| (changed)| `"0"` |
137 | `accept=(integer)`| (changed)| `"1"` |
138 | `accept=(NaN)`| (changed, warning)| `"NaN"` |
139 | `accept=(float)`| (changed)| `"99.99"` |
140 | `accept=(true)`| (initial, warning)| `<empty string>` |
141 | `accept=(false)`| (initial, warning)| `<empty string>` |
142 | `accept=(string 'true')`| (changed)| `"true"` |
143 | `accept=(string 'false')`| (changed)| `"false"` |
144 | `accept=(string 'on')`| (changed)| `"on"` |
145 | `accept=(string 'off')`| (changed)| `"off"` |
146 | `accept=(symbol)`| (initial, warning)| `<empty string>` |
147 | `accept=(function)`| (initial, warning)| `<empty string>` |
148 | `accept=(null)`| (initial)| `<empty string>` |
149 | `accept=(undefined)`| (initial)| `<empty string>` |
150
151 ## `accept-charset` (on `<form>` inside `<div>`)
152 | Test Case | Flags | Result |
153 | --- | --- | --- |
154 | `accept-charset=(string)`| (changed, warning)| `"a string"` |
155 | `accept-charset=(empty string)`| (initial, warning)| `<empty string>` |
156 | `accept-charset=(array with string)`| (changed, warning)| `"string"` |
157 | `accept-charset=(empty array)`| (initial, warning)| `<empty string>` |
158 | `accept-charset=(object)`| (changed, warning)| `"result of toString()"` |
159 | `accept-charset=(numeric string)`| (changed, warning)| `"42"` |
160 | `accept-charset=(-1)`| (changed, warning)| `"-1"` |
161 | `accept-charset=(0)`| (changed, warning)| `"0"` |
162 | `accept-charset=(integer)`| (changed, warning)| `"1"` |
163 | `accept-charset=(NaN)`| (changed, warning)| `"NaN"` |
164 | `accept-charset=(float)`| (changed, warning)| `"99.99"` |
165 | `accept-charset=(true)`| (initial, warning)| `<empty string>` |
166 | `accept-charset=(false)`| (initial, warning)| `<empty string>` |
167 | `accept-charset=(string 'true')`| (changed, warning)| `"true"` |
168 | `accept-charset=(string 'false')`| (changed, warning)| `"false"` |
169 | `accept-charset=(string 'on')`| (changed, warning)| `"on"` |
170 | `accept-charset=(string 'off')`| (changed, warning)| `"off"` |
171 | `accept-charset=(symbol)`| (initial, warning)| `<empty string>` |
172 | `accept-charset=(function)`| (initial, warning)| `<empty string>` |
173 | `accept-charset=(null)`| (initial, warning)| `<empty string>` |
174 | `accept-charset=(undefined)`| (initial, warning)| `<empty string>` |
175
176 ## `accept-Charset` (on `<form>` inside `<div>`)
177 | Test Case | Flags | Result |
178 | --- | --- | --- |
179 | `accept-Charset=(string)`| (changed, warning)| `"a string"` |
180 | `accept-Charset=(empty string)`| (initial, warning)| `<empty string>` |
181 | `accept-Charset=(array with string)`| (changed, warning)| `"string"` |
182 | `accept-Charset=(empty array)`| (initial, warning)| `<empty string>` |
183 | `accept-Charset=(object)`| (changed, warning)| `"result of toString()"` |
184 | `accept-Charset=(numeric string)`| (changed, warning)| `"42"` |
185 | `accept-Charset=(-1)`| (changed, warning)| `"-1"` |
186 | `accept-Charset=(0)`| (changed, warning)| `"0"` |
187 | `accept-Charset=(integer)`| (changed, warning)| `"1"` |
188 | `accept-Charset=(NaN)`| (changed, warning)| `"NaN"` |
189 | `accept-Charset=(float)`| (changed, warning)| `"99.99"` |
190 | `accept-Charset=(true)`| (initial, warning)| `<empty string>` |
191 | `accept-Charset=(false)`| (initial, warning)| `<empty string>` |
192 | `accept-Charset=(string 'true')`| (changed, warning)| `"true"` |
193 | `accept-Charset=(string 'false')`| (changed, warning)| `"false"` |
194 | `accept-Charset=(string 'on')`| (changed, warning)| `"on"` |
195 | `accept-Charset=(string 'off')`| (changed, warning)| `"off"` |
196 | `accept-Charset=(symbol)`| (initial, warning)| `<empty string>` |
197 | `accept-Charset=(function)`| (initial, warning)| `<empty string>` |
198 | `accept-Charset=(null)`| (initial, warning)| `<empty string>` |
199 | `accept-Charset=(undefined)`| (initial, warning)| `<empty string>` |
200
201 ## `acceptCharset` (on `<form>` inside `<div>`)
202 | Test Case | Flags | Result |
203 | --- | --- | --- |
204 | `acceptCharset=(string)`| (changed)| `"a string"` |
205 | `acceptCharset=(empty string)`| (initial)| `<empty string>` |
206 | `acceptCharset=(array with string)`| (changed)| `"string"` |
207 | `acceptCharset=(empty array)`| (initial)| `<empty string>` |
208 | `acceptCharset=(object)`| (changed)| `"result of toString()"` |
209 | `acceptCharset=(numeric string)`| (changed)| `"42"` |
210 | `acceptCharset=(-1)`| (changed)| `"-1"` |
211 | `acceptCharset=(0)`| (changed)| `"0"` |
212 | `acceptCharset=(integer)`| (changed)| `"1"` |
213 | `acceptCharset=(NaN)`| (changed, warning)| `"NaN"` |
214 | `acceptCharset=(float)`| (changed)| `"99.99"` |
215 | `acceptCharset=(true)`| (initial, warning)| `<empty string>` |
216 | `acceptCharset=(false)`| (initial, warning)| `<empty string>` |
217 | `acceptCharset=(string 'true')`| (changed)| `"true"` |
218 | `acceptCharset=(string 'false')`| (changed)| `"false"` |
219 | `acceptCharset=(string 'on')`| (changed)| `"on"` |
220 | `acceptCharset=(string 'off')`| (changed)| `"off"` |
221 | `acceptCharset=(symbol)`| (initial, warning)| `<empty string>` |
222 | `acceptCharset=(function)`| (initial, warning)| `<empty string>` |
223 | `acceptCharset=(null)`| (initial)| `<empty string>` |
224 | `acceptCharset=(undefined)`| (initial)| `<empty string>` |
225
226 ## `accessKey` (on `<div>` inside `<div>`)
227 | Test Case | Flags | Result |
228 | --- | --- | --- |
229 | `accessKey=(string)`| (changed)| `"a string"` |
230 | `accessKey=(empty string)`| (initial)| `<empty string>` |
231 | `accessKey=(array with string)`| (changed)| `"string"` |
232 | `accessKey=(empty array)`| (initial)| `<empty string>` |
233 | `accessKey=(object)`| (changed)| `"result of toString()"` |
234 | `accessKey=(numeric string)`| (changed)| `"42"` |
235 | `accessKey=(-1)`| (changed)| `"-1"` |
236 | `accessKey=(0)`| (changed)| `"0"` |
237 | `accessKey=(integer)`| (changed)| `"1"` |
238 | `accessKey=(NaN)`| (changed, warning)| `"NaN"` |
239 | `accessKey=(float)`| (changed)| `"99.99"` |
240 | `accessKey=(true)`| (initial, warning)| `<empty string>` |
241 | `accessKey=(false)`| (initial, warning)| `<empty string>` |
242 | `accessKey=(string 'true')`| (changed)| `"true"` |
243 | `accessKey=(string 'false')`| (changed)| `"false"` |
244 | `accessKey=(string 'on')`| (changed)| `"on"` |
245 | `accessKey=(string 'off')`| (changed)| `"off"` |
246 | `accessKey=(symbol)`| (initial, warning)| `<empty string>` |
247 | `accessKey=(function)`| (initial, warning)| `<empty string>` |
248 | `accessKey=(null)`| (initial)| `<empty string>` |
249 | `accessKey=(undefined)`| (initial)| `<empty string>` |
250
251 ## `accumulate` (on `<animate>` inside `<svg>`)
252 | Test Case | Flags | Result |
253 | --- | --- | --- |
254 | `accumulate=(string)`| (changed)| `"a string"` |
255 | `accumulate=(empty string)`| (changed)| `<empty string>` |
256 | `accumulate=(array with string)`| (changed)| `"string"` |
257 | `accumulate=(empty array)`| (changed)| `<empty string>` |
258 | `accumulate=(object)`| (changed)| `"result of toString()"` |
259 | `accumulate=(numeric string)`| (changed)| `"42"` |
260 | `accumulate=(-1)`| (changed)| `"-1"` |
261 | `accumulate=(0)`| (changed)| `"0"` |
262 | `accumulate=(integer)`| (changed)| `"1"` |
263 | `accumulate=(NaN)`| (changed, warning)| `"NaN"` |
264 | `accumulate=(float)`| (changed)| `"99.99"` |
265 | `accumulate=(true)`| (initial, warning)| `<null>` |
266 | `accumulate=(false)`| (initial, warning)| `<null>` |
267 | `accumulate=(string 'true')`| (changed)| `"true"` |
268 | `accumulate=(string 'false')`| (changed)| `"false"` |
269 | `accumulate=(string 'on')`| (changed)| `"on"` |
270 | `accumulate=(string 'off')`| (changed)| `"off"` |
271 | `accumulate=(symbol)`| (initial, warning)| `<null>` |
272 | `accumulate=(function)`| (initial, warning)| `<null>` |
273 | `accumulate=(null)`| (initial)| `<null>` |
274 | `accumulate=(undefined)`| (initial)| `<null>` |
275
276 ## `action` (on `<form>` inside `<div>`)
277 | Test Case | Flags | Result |
278 | --- | --- | --- |
279 | `action=(string)`| (changed)| `"https://reactjs.com/"` |
280 | `action=(empty string)`| (initial)| `"http://localhost:3000/"` |
281 | `action=(array with string)`| (changed)| `"https://reactjs.com/"` |
282 | `action=(empty array)`| (initial)| `"http://localhost:3000/"` |
283 | `action=(object)`| (changed)| `"http://localhost:3000/result%20of%20toString()"` |
284 | `action=(numeric string)`| (changed)| `"http://localhost:3000/42"` |
285 | `action=(-1)`| (changed)| `"http://localhost:3000/-1"` |
286 | `action=(0)`| (changed)| `"http://localhost:3000/0"` |
287 | `action=(integer)`| (changed)| `"http://localhost:3000/1"` |
288 | `action=(NaN)`| (changed, warning)| `"http://localhost:3000/NaN"` |
289 | `action=(float)`| (changed)| `"http://localhost:3000/99.99"` |
290 | `action=(true)`| (initial, warning)| `"http://localhost:3000/"` |
291 | `action=(false)`| (initial, warning)| `"http://localhost:3000/"` |
292 | `action=(string 'true')`| (changed)| `"http://localhost:3000/true"` |
293 | `action=(string 'false')`| (changed)| `"http://localhost:3000/false"` |
294 | `action=(string 'on')`| (changed)| `"http://localhost:3000/on"` |
295 | `action=(string 'off')`| (changed)| `"http://localhost:3000/off"` |
296 | `action=(symbol)`| (initial, warning)| `"http://localhost:3000/"` |
297 | `action=(function)`| (changed, ssr error, ssr mismatch)| `"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')"` |
298 | `action=(null)`| (initial)| `"http://localhost:3000/"` |
299 | `action=(undefined)`| (initial)| `"http://localhost:3000/"` |
300
301 ## `additive` (on `<animate>` inside `<svg>`)
302 | Test Case | Flags | Result |
303 | --- | --- | --- |
304 | `additive=(string)`| (changed)| `"a string"` |
305 | `additive=(empty string)`| (changed)| `<empty string>` |
306 | `additive=(array with string)`| (changed)| `"string"` |
307 | `additive=(empty array)`| (changed)| `<empty string>` |
308 | `additive=(object)`| (changed)| `"result of toString()"` |
309 | `additive=(numeric string)`| (changed)| `"42"` |
310 | `additive=(-1)`| (changed)| `"-1"` |
311 | `additive=(0)`| (changed)| `"0"` |
312 | `additive=(integer)`| (changed)| `"1"` |
313 | `additive=(NaN)`| (changed, warning)| `"NaN"` |
314 | `additive=(float)`| (changed)| `"99.99"` |
315 | `additive=(true)`| (initial, warning)| `<null>` |
316 | `additive=(false)`| (initial, warning)| `<null>` |
317 | `additive=(string 'true')`| (changed)| `"true"` |
318 | `additive=(string 'false')`| (changed)| `"false"` |
319 | `additive=(string 'on')`| (changed)| `"on"` |
320 | `additive=(string 'off')`| (changed)| `"off"` |
321 | `additive=(symbol)`| (initial, warning)| `<null>` |
322 | `additive=(function)`| (initial, warning)| `<null>` |
323 | `additive=(null)`| (initial)| `<null>` |
324 | `additive=(undefined)`| (initial)| `<null>` |
325
326 ## `alignment-baseline` (on `<textPath>` inside `<svg>`)
327 | Test Case | Flags | Result |
328 | --- | --- | --- |
329 | `alignment-baseline=(string)`| (changed, warning)| `"a string"` |
330 | `alignment-baseline=(empty string)`| (changed, warning)| `<empty string>` |
331 | `alignment-baseline=(array with string)`| (changed, warning)| `"string"` |
332 | `alignment-baseline=(empty array)`| (changed, warning)| `<empty string>` |
333 | `alignment-baseline=(object)`| (changed, warning)| `"result of toString()"` |
334 | `alignment-baseline=(numeric string)`| (changed, warning)| `"42"` |
335 | `alignment-baseline=(-1)`| (changed, warning)| `"-1"` |
336 | `alignment-baseline=(0)`| (changed, warning)| `"0"` |
337 | `alignment-baseline=(integer)`| (changed, warning)| `"1"` |
338 | `alignment-baseline=(NaN)`| (changed, warning)| `"NaN"` |
339 | `alignment-baseline=(float)`| (changed, warning)| `"99.99"` |
340 | `alignment-baseline=(true)`| (initial, warning)| `<null>` |
341 | `alignment-baseline=(false)`| (initial, warning)| `<null>` |
342 | `alignment-baseline=(string 'true')`| (changed, warning)| `"true"` |
343 | `alignment-baseline=(string 'false')`| (changed, warning)| `"false"` |
344 | `alignment-baseline=(string 'on')`| (changed, warning)| `"on"` |
345 | `alignment-baseline=(string 'off')`| (changed, warning)| `"off"` |
346 | `alignment-baseline=(symbol)`| (initial, warning)| `<null>` |
347 | `alignment-baseline=(function)`| (initial, warning)| `<null>` |
348 | `alignment-baseline=(null)`| (initial, warning)| `<null>` |
349 | `alignment-baseline=(undefined)`| (initial, warning)| `<null>` |
350
351 ## `alignmentBaseline` (on `<textPath>` inside `<svg>`)
352 | Test Case | Flags | Result |
353 | --- | --- | --- |
354 | `alignmentBaseline=(string)`| (changed)| `"a string"` |
355 | `alignmentBaseline=(empty string)`| (changed)| `<empty string>` |
356 | `alignmentBaseline=(array with string)`| (changed)| `"string"` |
357 | `alignmentBaseline=(empty array)`| (changed)| `<empty string>` |
358 | `alignmentBaseline=(object)`| (changed)| `"result of toString()"` |
359 | `alignmentBaseline=(numeric string)`| (changed)| `"42"` |
360 | `alignmentBaseline=(-1)`| (changed)| `"-1"` |
361 | `alignmentBaseline=(0)`| (changed)| `"0"` |
362 | `alignmentBaseline=(integer)`| (changed)| `"1"` |
363 | `alignmentBaseline=(NaN)`| (changed, warning)| `"NaN"` |
364 | `alignmentBaseline=(float)`| (changed)| `"99.99"` |
365 | `alignmentBaseline=(true)`| (initial, warning)| `<null>` |
366 | `alignmentBaseline=(false)`| (initial, warning)| `<null>` |
367 | `alignmentBaseline=(string 'true')`| (changed)| `"true"` |
368 | `alignmentBaseline=(string 'false')`| (changed)| `"false"` |
369 | `alignmentBaseline=(string 'on')`| (changed)| `"on"` |
370 | `alignmentBaseline=(string 'off')`| (changed)| `"off"` |
371 | `alignmentBaseline=(symbol)`| (initial, warning)| `<null>` |
372 | `alignmentBaseline=(function)`| (initial, warning)| `<null>` |
373 | `alignmentBaseline=(null)`| (initial)| `<null>` |
374 | `alignmentBaseline=(undefined)`| (initial)| `<null>` |
375
376 ## `allowFullScreen` (on `<iframe>` inside `<div>`)
377 | Test Case | Flags | Result |
378 | --- | --- | --- |
379 | `allowFullScreen=(string)`| (changed)| `<boolean: true>` |
380 | `allowFullScreen=(empty string)`| (initial)| `<boolean: false>` |
381 | `allowFullScreen=(array with string)`| (changed)| `<boolean: true>` |
382 | `allowFullScreen=(empty array)`| (changed)| `<boolean: true>` |
383 | `allowFullScreen=(object)`| (changed)| `<boolean: true>` |
384 | `allowFullScreen=(numeric string)`| (changed)| `<boolean: true>` |
385 | `allowFullScreen=(-1)`| (changed)| `<boolean: true>` |
386 | `allowFullScreen=(0)`| (initial)| `<boolean: false>` |
387 | `allowFullScreen=(integer)`| (changed)| `<boolean: true>` |
388 | `allowFullScreen=(NaN)`| (initial, warning)| `<boolean: false>` |
389 | `allowFullScreen=(float)`| (changed)| `<boolean: true>` |
390 | `allowFullScreen=(true)`| (changed)| `<boolean: true>` |
391 | `allowFullScreen=(false)`| (initial)| `<boolean: false>` |
392 | `allowFullScreen=(string 'true')`| (changed, warning)| `<boolean: true>` |
393 | `allowFullScreen=(string 'false')`| (changed, warning)| `<boolean: true>` |
394 | `allowFullScreen=(string 'on')`| (changed)| `<boolean: true>` |
395 | `allowFullScreen=(string 'off')`| (changed)| `<boolean: true>` |
396 | `allowFullScreen=(symbol)`| (initial, warning)| `<boolean: false>` |
397 | `allowFullScreen=(function)`| (initial, warning)| `<boolean: false>` |
398 | `allowFullScreen=(null)`| (initial)| `<boolean: false>` |
399 | `allowFullScreen=(undefined)`| (initial)| `<boolean: false>` |
400
401 ## `allowfullscreen` (on `<iframe>` inside `<div>`)
402 | Test Case | Flags | Result |
403 | --- | --- | --- |
404 | `allowfullscreen=(string)`| (changed, warning)| `<boolean: true>` |
405 | `allowfullscreen=(empty string)`| (changed, warning)| `<boolean: true>` |
406 | `allowfullscreen=(array with string)`| (changed, warning)| `<boolean: true>` |
407 | `allowfullscreen=(empty array)`| (changed, warning)| `<boolean: true>` |
408 | `allowfullscreen=(object)`| (changed, warning)| `<boolean: true>` |
409 | `allowfullscreen=(numeric string)`| (changed, warning)| `<boolean: true>` |
410 | `allowfullscreen=(-1)`| (changed, warning)| `<boolean: true>` |
411 | `allowfullscreen=(0)`| (changed, warning)| `<boolean: true>` |
412 | `allowfullscreen=(integer)`| (changed, warning)| `<boolean: true>` |
413 | `allowfullscreen=(NaN)`| (changed, warning)| `<boolean: true>` |
414 | `allowfullscreen=(float)`| (changed, warning)| `<boolean: true>` |
415 | `allowfullscreen=(true)`| (initial, warning)| `<boolean: false>` |
416 | `allowfullscreen=(false)`| (initial, warning)| `<boolean: false>` |
417 | `allowfullscreen=(string 'true')`| (changed, warning)| `<boolean: true>` |
418 | `allowfullscreen=(string 'false')`| (changed, warning)| `<boolean: true>` |
419 | `allowfullscreen=(string 'on')`| (changed, warning)| `<boolean: true>` |
420 | `allowfullscreen=(string 'off')`| (changed, warning)| `<boolean: true>` |
421 | `allowfullscreen=(symbol)`| (initial, warning)| `<boolean: false>` |
422 | `allowfullscreen=(function)`| (initial, warning)| `<boolean: false>` |
423 | `allowfullscreen=(null)`| (initial, warning)| `<boolean: false>` |
424 | `allowfullscreen=(undefined)`| (initial, warning)| `<boolean: false>` |
425
426 ## `allowFullscreen` (on `<iframe>` inside `<div>`)
427 | Test Case | Flags | Result |
428 | --- | --- | --- |
429 | `allowFullscreen=(string)`| (changed, warning)| `<boolean: true>` |
430 | `allowFullscreen=(empty string)`| (changed, warning)| `<boolean: true>` |
431 | `allowFullscreen=(array with string)`| (changed, warning)| `<boolean: true>` |
432 | `allowFullscreen=(empty array)`| (changed, warning)| `<boolean: true>` |
433 | `allowFullscreen=(object)`| (changed, warning)| `<boolean: true>` |
434 | `allowFullscreen=(numeric string)`| (changed, warning)| `<boolean: true>` |
435 | `allowFullscreen=(-1)`| (changed, warning)| `<boolean: true>` |
436 | `allowFullscreen=(0)`| (changed, warning)| `<boolean: true>` |
437 | `allowFullscreen=(integer)`| (changed, warning)| `<boolean: true>` |
438 | `allowFullscreen=(NaN)`| (changed, warning)| `<boolean: true>` |
439 | `allowFullscreen=(float)`| (changed, warning)| `<boolean: true>` |
440 | `allowFullscreen=(true)`| (initial, warning)| `<boolean: false>` |
441 | `allowFullscreen=(false)`| (initial, warning)| `<boolean: false>` |
442 | `allowFullscreen=(string 'true')`| (changed, warning)| `<boolean: true>` |
443 | `allowFullscreen=(string 'false')`| (changed, warning)| `<boolean: true>` |
444 | `allowFullscreen=(string 'on')`| (changed, warning)| `<boolean: true>` |
445 | `allowFullscreen=(string 'off')`| (changed, warning)| `<boolean: true>` |
446 | `allowFullscreen=(symbol)`| (initial, warning)| `<boolean: false>` |
447 | `allowFullscreen=(function)`| (initial, warning)| `<boolean: false>` |
448 | `allowFullscreen=(null)`| (initial, warning)| `<boolean: false>` |
449 | `allowFullscreen=(undefined)`| (initial, warning)| `<boolean: false>` |
450
451 ## `allowReorder` (on `<switch>` inside `<svg>`)
452 | Test Case | Flags | Result |
453 | --- | --- | --- |
454 | `allowReorder=(string)`| (changed, ssr mismatch)| `"a string"` |
455 | `allowReorder=(empty string)`| (changed, ssr mismatch)| `<empty string>` |
456 | `allowReorder=(array with string)`| (changed, ssr mismatch)| `"string"` |
457 | `allowReorder=(empty array)`| (changed, ssr mismatch)| `<empty string>` |
458 | `allowReorder=(object)`| (changed, ssr mismatch)| `"result of toString()"` |
459 | `allowReorder=(numeric string)`| (changed, ssr mismatch)| `"42"` |
460 | `allowReorder=(-1)`| (changed, ssr mismatch)| `"-1"` |
461 | `allowReorder=(0)`| (changed, ssr mismatch)| `"0"` |
462 | `allowReorder=(integer)`| (changed, ssr mismatch)| `"1"` |
463 | `allowReorder=(NaN)`| (changed, warning, ssr mismatch)| `"NaN"` |
464 | `allowReorder=(float)`| (changed, ssr mismatch)| `"99.99"` |
465 | `allowReorder=(true)`| (initial, warning)| `<null>` |
466 | `allowReorder=(false)`| (initial, warning)| `<null>` |
467 | `allowReorder=(string 'true')`| (changed, ssr mismatch)| `"true"` |
468 | `allowReorder=(string 'false')`| (changed, ssr mismatch)| `"false"` |
469 | `allowReorder=(string 'on')`| (changed, ssr mismatch)| `"on"` |
470 | `allowReorder=(string 'off')`| (changed, ssr mismatch)| `"off"` |
471 | `allowReorder=(symbol)`| (initial, warning)| `<null>` |
472 | `allowReorder=(function)`| (initial, warning)| `<null>` |
473 | `allowReorder=(null)`| (initial)| `<null>` |
474 | `allowReorder=(undefined)`| (initial)| `<null>` |
475
476 ## `alphabetic` (on `<font-face>` inside `<svg>`)
477 | Test Case | Flags | Result |
478 | --- | --- | --- |
479 | `alphabetic=(string)`| (changed)| `"a string"` |
480 | `alphabetic=(empty string)`| (changed)| `<empty string>` |
481 | `alphabetic=(array with string)`| (changed)| `"string"` |
482 | `alphabetic=(empty array)`| (changed)| `<empty string>` |
483 | `alphabetic=(object)`| (changed)| `"result of toString()"` |
484 | `alphabetic=(numeric string)`| (changed)| `"42"` |
485 | `alphabetic=(-1)`| (changed)| `"-1"` |
486 | `alphabetic=(0)`| (changed)| `"0"` |
487 | `alphabetic=(integer)`| (changed)| `"1"` |
488 | `alphabetic=(NaN)`| (changed, warning)| `"NaN"` |
489 | `alphabetic=(float)`| (changed)| `"99.99"` |
490 | `alphabetic=(true)`| (initial, warning)| `<null>` |
491 | `alphabetic=(false)`| (initial, warning)| `<null>` |
492 | `alphabetic=(string 'true')`| (changed)| `"true"` |
493 | `alphabetic=(string 'false')`| (changed)| `"false"` |
494 | `alphabetic=(string 'on')`| (changed)| `"on"` |
495 | `alphabetic=(string 'off')`| (changed)| `"off"` |
496 | `alphabetic=(symbol)`| (initial, warning)| `<null>` |
497 | `alphabetic=(function)`| (initial, warning)| `<null>` |
498 | `alphabetic=(null)`| (initial)| `<null>` |
499 | `alphabetic=(undefined)`| (initial)| `<null>` |
500
501 ## `alt` (on `<img>` inside `<div>`)
502 | Test Case | Flags | Result |
503 | --- | --- | --- |
504 | `alt=(string)`| (changed)| `"a string"` |
505 | `alt=(empty string)`| (initial)| `<empty string>` |
506 | `alt=(array with string)`| (changed)| `"string"` |
507 | `alt=(empty array)`| (initial)| `<empty string>` |
508 | `alt=(object)`| (changed)| `"result of toString()"` |
509 | `alt=(numeric string)`| (changed)| `"42"` |
510 | `alt=(-1)`| (changed)| `"-1"` |
511 | `alt=(0)`| (changed)| `"0"` |
512 | `alt=(integer)`| (changed)| `"1"` |
513 | `alt=(NaN)`| (changed, warning)| `"NaN"` |
514 | `alt=(float)`| (changed)| `"99.99"` |
515 | `alt=(true)`| (initial, warning)| `<empty string>` |
516 | `alt=(false)`| (initial, warning)| `<empty string>` |
517 | `alt=(string 'true')`| (changed)| `"true"` |
518 | `alt=(string 'false')`| (changed)| `"false"` |
519 | `alt=(string 'on')`| (changed)| `"on"` |
520 | `alt=(string 'off')`| (changed)| `"off"` |
521 | `alt=(symbol)`| (initial, warning)| `<empty string>` |
522 | `alt=(function)`| (initial, warning)| `<empty string>` |
523 | `alt=(null)`| (initial)| `<empty string>` |
524 | `alt=(undefined)`| (initial)| `<empty string>` |
525
526 ## `amplitude` (on `<feFuncA>` inside `<svg>`)
527 | Test Case | Flags | Result |
528 | --- | --- | --- |
529 | `amplitude=(string)`| (initial)| `<number: 1>` |
530 | `amplitude=(empty string)`| (changed)| `<number: 0>` |
531 | `amplitude=(array with string)`| (initial)| `<number: 1>` |
532 | `amplitude=(empty array)`| (changed)| `<number: 0>` |
533 | `amplitude=(object)`| (initial)| `<number: 1>` |
534 | `amplitude=(numeric string)`| (changed)| `<number: 42>` |
535 | `amplitude=(-1)`| (changed)| `<number: -1>` |
536 | `amplitude=(0)`| (changed)| `<number: 0>` |
537 | `amplitude=(integer)`| (initial)| `<number: 1>` |
538 | `amplitude=(NaN)`| (initial, warning)| `<number: 1>` |
539 | `amplitude=(float)`| (changed)| `<number: 99.98999786376953>` |
540 | `amplitude=(true)`| (initial, warning)| `<number: 1>` |
541 | `amplitude=(false)`| (initial, warning)| `<number: 1>` |
542 | `amplitude=(string 'true')`| (initial)| `<number: 1>` |
543 | `amplitude=(string 'false')`| (initial)| `<number: 1>` |
544 | `amplitude=(string 'on')`| (initial)| `<number: 1>` |
545 | `amplitude=(string 'off')`| (initial)| `<number: 1>` |
546 | `amplitude=(symbol)`| (initial, warning)| `<number: 1>` |
547 | `amplitude=(function)`| (initial, warning)| `<number: 1>` |
548 | `amplitude=(null)`| (initial)| `<number: 1>` |
549 | `amplitude=(undefined)`| (initial)| `<number: 1>` |
550
551 ## `arabic-form` (on `<glyph>` inside `<svg>`)
552 | Test Case | Flags | Result |
553 | --- | --- | --- |
554 | `arabic-form=(string)`| (changed, warning)| `"a string"` |
555 | `arabic-form=(empty string)`| (changed, warning)| `<empty string>` |
556 | `arabic-form=(array with string)`| (changed, warning)| `"string"` |
557 | `arabic-form=(empty array)`| (changed, warning)| `<empty string>` |
558 | `arabic-form=(object)`| (changed, warning)| `"result of toString()"` |
559 | `arabic-form=(numeric string)`| (changed, warning)| `"42"` |
560 | `arabic-form=(-1)`| (changed, warning)| `"-1"` |
561 | `arabic-form=(0)`| (changed, warning)| `"0"` |
562 | `arabic-form=(integer)`| (changed, warning)| `"1"` |
563 | `arabic-form=(NaN)`| (changed, warning)| `"NaN"` |
564 | `arabic-form=(float)`| (changed, warning)| `"99.99"` |
565 | `arabic-form=(true)`| (initial, warning)| `<null>` |
566 | `arabic-form=(false)`| (initial, warning)| `<null>` |
567 | `arabic-form=(string 'true')`| (changed, warning)| `"true"` |
568 | `arabic-form=(string 'false')`| (changed, warning)| `"false"` |
569 | `arabic-form=(string 'on')`| (changed, warning)| `"on"` |
570 | `arabic-form=(string 'off')`| (changed, warning)| `"off"` |
571 | `arabic-form=(symbol)`| (initial, warning)| `<null>` |
572 | `arabic-form=(function)`| (initial, warning)| `<null>` |
573 | `arabic-form=(null)`| (initial, warning)| `<null>` |
574 | `arabic-form=(undefined)`| (initial, warning)| `<null>` |
575
576 ## `arabicForm` (on `<glyph>` inside `<svg>`)
577 | Test Case | Flags | Result |
578 | --- | --- | --- |
579 | `arabicForm=(string)`| (changed)| `"a string"` |
580 | `arabicForm=(empty string)`| (changed)| `<empty string>` |
581 | `arabicForm=(array with string)`| (changed)| `"string"` |
582 | `arabicForm=(empty array)`| (changed)| `<empty string>` |
583 | `arabicForm=(object)`| (changed)| `"result of toString()"` |
584 | `arabicForm=(numeric string)`| (changed)| `"42"` |
585 | `arabicForm=(-1)`| (changed)| `"-1"` |
586 | `arabicForm=(0)`| (changed)| `"0"` |
587 | `arabicForm=(integer)`| (changed)| `"1"` |
588 | `arabicForm=(NaN)`| (changed, warning)| `"NaN"` |
589 | `arabicForm=(float)`| (changed)| `"99.99"` |
590 | `arabicForm=(true)`| (initial, warning)| `<null>` |
591 | `arabicForm=(false)`| (initial, warning)| `<null>` |
592 | `arabicForm=(string 'true')`| (changed)| `"true"` |
593 | `arabicForm=(string 'false')`| (changed)| `"false"` |
594 | `arabicForm=(string 'on')`| (changed)| `"on"` |
595 | `arabicForm=(string 'off')`| (changed)| `"off"` |
596 | `arabicForm=(symbol)`| (initial, warning)| `<null>` |
597 | `arabicForm=(function)`| (initial, warning)| `<null>` |
598 | `arabicForm=(null)`| (initial)| `<null>` |
599 | `arabicForm=(undefined)`| (initial)| `<null>` |
600
601 ## `aria` (on `<div>` inside `<div>`)
602 | Test Case | Flags | Result |
603 | --- | --- | --- |
604 | `aria=(string)`| (changed, warning)| `"a string"` |
605 | `aria=(empty string)`| (changed, warning)| `<empty string>` |
606 | `aria=(array with string)`| (changed, warning)| `"string"` |
607 | `aria=(empty array)`| (changed, warning)| `<empty string>` |
608 | `aria=(object)`| (changed, warning)| `"result of toString()"` |
609 | `aria=(numeric string)`| (changed, warning)| `"42"` |
610 | `aria=(-1)`| (changed, warning)| `"-1"` |
611 | `aria=(0)`| (changed, warning)| `"0"` |
612 | `aria=(integer)`| (changed, warning)| `"1"` |
613 | `aria=(NaN)`| (changed, warning)| `"NaN"` |
614 | `aria=(float)`| (changed, warning)| `"99.99"` |
615 | `aria=(true)`| (initial, warning)| `<null>` |
616 | `aria=(false)`| (initial, warning)| `<null>` |
617 | `aria=(string 'true')`| (changed, warning)| `"true"` |
618 | `aria=(string 'false')`| (changed, warning)| `"false"` |
619 | `aria=(string 'on')`| (changed, warning)| `"on"` |
620 | `aria=(string 'off')`| (changed, warning)| `"off"` |
621 | `aria=(symbol)`| (initial, warning)| `<null>` |
622 | `aria=(function)`| (initial, warning)| `<null>` |
623 | `aria=(null)`| (initial, warning)| `<null>` |
624 | `aria=(undefined)`| (initial, warning)| `<null>` |
625
626 ## `aria-` (on `<div>` inside `<div>`)
627 | Test Case | Flags | Result |
628 | --- | --- | --- |
629 | `aria-=(string)`| (changed, warning)| `"a string"` |
630 | `aria-=(empty string)`| (changed, warning)| `<empty string>` |
631 | `aria-=(array with string)`| (changed, warning)| `"string"` |
632 | `aria-=(empty array)`| (changed, warning)| `<empty string>` |
633 | `aria-=(object)`| (changed, warning)| `"result of toString()"` |
634 | `aria-=(numeric string)`| (changed, warning)| `"42"` |
635 | `aria-=(-1)`| (changed, warning)| `"-1"` |
636 | `aria-=(0)`| (changed, warning)| `"0"` |
637 | `aria-=(integer)`| (changed, warning)| `"1"` |
638 | `aria-=(NaN)`| (changed, warning)| `"NaN"` |
639 | `aria-=(float)`| (changed, warning)| `"99.99"` |
640 | `aria-=(true)`| (changed, warning)| `"true"` |
641 | `aria-=(false)`| (changed, warning)| `"false"` |
642 | `aria-=(string 'true')`| (changed, warning)| `"true"` |
643 | `aria-=(string 'false')`| (changed, warning)| `"false"` |
644 | `aria-=(string 'on')`| (changed, warning)| `"on"` |
645 | `aria-=(string 'off')`| (changed, warning)| `"off"` |
646 | `aria-=(symbol)`| (initial, warning)| `<null>` |
647 | `aria-=(function)`| (initial, warning)| `<null>` |
648 | `aria-=(null)`| (initial, warning)| `<null>` |
649 | `aria-=(undefined)`| (initial, warning)| `<null>` |
650
651 ## `aria-hidden` (on `<div>` inside `<div>`)
652 | Test Case | Flags | Result |
653 | --- | --- | --- |
654 | `aria-hidden=(string)`| (changed)| `"a string"` |
655 | `aria-hidden=(empty string)`| (changed)| `<empty string>` |
656 | `aria-hidden=(array with string)`| (changed)| `"string"` |
657 | `aria-hidden=(empty array)`| (changed)| `<empty string>` |
658 | `aria-hidden=(object)`| (changed)| `"result of toString()"` |
659 | `aria-hidden=(numeric string)`| (changed)| `"42"` |
660 | `aria-hidden=(-1)`| (changed)| `"-1"` |
661 | `aria-hidden=(0)`| (changed)| `"0"` |
662 | `aria-hidden=(integer)`| (changed)| `"1"` |
663 | `aria-hidden=(NaN)`| (changed)| `"NaN"` |
664 | `aria-hidden=(float)`| (changed)| `"99.99"` |
665 | `aria-hidden=(true)`| (changed)| `"true"` |
666 | `aria-hidden=(false)`| (changed)| `"false"` |
667 | `aria-hidden=(string 'true')`| (changed)| `"true"` |
668 | `aria-hidden=(string 'false')`| (changed)| `"false"` |
669 | `aria-hidden=(string 'on')`| (changed)| `"on"` |
670 | `aria-hidden=(string 'off')`| (changed)| `"off"` |
671 | `aria-hidden=(symbol)`| (initial)| `<null>` |
672 | `aria-hidden=(function)`| (initial)| `<null>` |
673 | `aria-hidden=(null)`| (initial)| `<null>` |
674 | `aria-hidden=(undefined)`| (initial)| `<null>` |
675
676 ## `aria-invalidattribute` (on `<div>` inside `<div>`)
677 | Test Case | Flags | Result |
678 | --- | --- | --- |
679 | `aria-invalidattribute=(string)`| (changed, warning)| `"a string"` |
680 | `aria-invalidattribute=(empty string)`| (changed, warning)| `<empty string>` |
681 | `aria-invalidattribute=(array with string)`| (changed, warning)| `"string"` |
682 | `aria-invalidattribute=(empty array)`| (changed, warning)| `<empty string>` |
683 | `aria-invalidattribute=(object)`| (changed, warning)| `"result of toString()"` |
684 | `aria-invalidattribute=(numeric string)`| (changed, warning)| `"42"` |
685 | `aria-invalidattribute=(-1)`| (changed, warning)| `"-1"` |
686 | `aria-invalidattribute=(0)`| (changed, warning)| `"0"` |
687 | `aria-invalidattribute=(integer)`| (changed, warning)| `"1"` |
688 | `aria-invalidattribute=(NaN)`| (changed, warning)| `"NaN"` |
689 | `aria-invalidattribute=(float)`| (changed, warning)| `"99.99"` |
690 | `aria-invalidattribute=(true)`| (changed, warning)| `"true"` |
691 | `aria-invalidattribute=(false)`| (changed, warning)| `"false"` |
692 | `aria-invalidattribute=(string 'true')`| (changed, warning)| `"true"` |
693 | `aria-invalidattribute=(string 'false')`| (changed, warning)| `"false"` |
694 | `aria-invalidattribute=(string 'on')`| (changed, warning)| `"on"` |
695 | `aria-invalidattribute=(string 'off')`| (changed, warning)| `"off"` |
696 | `aria-invalidattribute=(symbol)`| (initial, warning)| `<null>` |
697 | `aria-invalidattribute=(function)`| (initial, warning)| `<null>` |
698 | `aria-invalidattribute=(null)`| (initial, warning)| `<null>` |
699 | `aria-invalidattribute=(undefined)`| (initial, warning)| `<null>` |
700
701 ## `as` (on `<link>` inside `<div>`)
702 | Test Case | Flags | Result |
703 | --- | --- | --- |
704 | `as=(string)`| (initial)| `<empty string>` |
705 | `as=(empty string)`| (initial)| `<empty string>` |
706 | `as=(array with string)`| (initial)| `<empty string>` |
707 | `as=(empty array)`| (initial)| `<empty string>` |
708 | `as=(object)`| (initial)| `<empty string>` |
709 | `as=(numeric string)`| (initial)| `<empty string>` |
710 | `as=(-1)`| (initial)| `<empty string>` |
711 | `as=(0)`| (initial)| `<empty string>` |
712 | `as=(integer)`| (initial)| `<empty string>` |
713 | `as=(NaN)`| (initial, warning)| `<empty string>` |
714 | `as=(float)`| (initial)| `<empty string>` |
715 | `as=(true)`| (initial, warning)| `<empty string>` |
716 | `as=(false)`| (initial, warning)| `<empty string>` |
717 | `as=(string 'true')`| (initial)| `<empty string>` |
718 | `as=(string 'false')`| (initial)| `<empty string>` |
719 | `as=(string 'on')`| (initial)| `<empty string>` |
720 | `as=(string 'off')`| (initial)| `<empty string>` |
721 | `as=(symbol)`| (initial, warning)| `<empty string>` |
722 | `as=(function)`| (initial, warning)| `<empty string>` |
723 | `as=(null)`| (initial)| `<empty string>` |
724 | `as=(undefined)`| (initial)| `<empty string>` |
725
726 ## `ascent` (on `<font-face>` inside `<svg>`)
727 | Test Case | Flags | Result |
728 | --- | --- | --- |
729 | `ascent=(string)`| (changed)| `"a string"` |
730 | `ascent=(empty string)`| (changed)| `<empty string>` |
731 | `ascent=(array with string)`| (changed)| `"string"` |
732 | `ascent=(empty array)`| (changed)| `<empty string>` |
733 | `ascent=(object)`| (changed)| `"result of toString()"` |
734 | `ascent=(numeric string)`| (changed)| `"42"` |
735 | `ascent=(-1)`| (changed)| `"-1"` |
736 | `ascent=(0)`| (changed)| `"0"` |
737 | `ascent=(integer)`| (changed)| `"1"` |
738 | `ascent=(NaN)`| (changed, warning)| `"NaN"` |
739 | `ascent=(float)`| (changed)| `"99.99"` |
740 | `ascent=(true)`| (initial, warning)| `<null>` |
741 | `ascent=(false)`| (initial, warning)| `<null>` |
742 | `ascent=(string 'true')`| (changed)| `"true"` |
743 | `ascent=(string 'false')`| (changed)| `"false"` |
744 | `ascent=(string 'on')`| (changed)| `"on"` |
745 | `ascent=(string 'off')`| (changed)| `"off"` |
746 | `ascent=(symbol)`| (initial, warning)| `<null>` |
747 | `ascent=(function)`| (initial, warning)| `<null>` |
748 | `ascent=(null)`| (initial)| `<null>` |
749 | `ascent=(undefined)`| (initial)| `<null>` |
750
751 ## `async` (on `<script>` inside `<div>`)
752 | Test Case | Flags | Result |
753 | --- | --- | --- |
754 | `async=(string)`| (changed)| `<boolean: true>` |
755 | `async=(empty string)`| (initial)| `<boolean: false>` |
756 | `async=(array with string)`| (changed)| `<boolean: true>` |
757 | `async=(empty array)`| (changed)| `<boolean: true>` |
758 | `async=(object)`| (changed)| `<boolean: true>` |
759 | `async=(numeric string)`| (changed)| `<boolean: true>` |
760 | `async=(-1)`| (changed)| `<boolean: true>` |
761 | `async=(0)`| (initial)| `<boolean: false>` |
762 | `async=(integer)`| (changed)| `<boolean: true>` |
763 | `async=(NaN)`| (initial, warning)| `<boolean: false>` |
764 | `async=(float)`| (changed)| `<boolean: true>` |
765 | `async=(true)`| (changed)| `<boolean: true>` |
766 | `async=(false)`| (initial)| `<boolean: false>` |
767 | `async=(string 'true')`| (changed, warning)| `<boolean: true>` |
768 | `async=(string 'false')`| (changed, warning)| `<boolean: true>` |
769 | `async=(string 'on')`| (changed)| `<boolean: true>` |
770 | `async=(string 'off')`| (changed)| `<boolean: true>` |
771 | `async=(symbol)`| (initial, warning)| `<boolean: false>` |
772 | `async=(function)`| (initial, warning)| `<boolean: false>` |
773 | `async=(null)`| (initial)| `<boolean: false>` |
774 | `async=(undefined)`| (initial)| `<boolean: false>` |
775
776 ## `attributeName` (on `<animate>` inside `<svg>`)
777 | Test Case | Flags | Result |
778 | --- | --- | --- |
779 | `attributeName=(string)`| (changed)| `"a string"` |
780 | `attributeName=(empty string)`| (changed)| `<empty string>` |
781 | `attributeName=(array with string)`| (changed)| `"string"` |
782 | `attributeName=(empty array)`| (changed)| `<empty string>` |
783 | `attributeName=(object)`| (changed)| `"result of toString()"` |
784 | `attributeName=(numeric string)`| (changed)| `"42"` |
785 | `attributeName=(-1)`| (changed)| `"-1"` |
786 | `attributeName=(0)`| (changed)| `"0"` |
787 | `attributeName=(integer)`| (changed)| `"1"` |
788 | `attributeName=(NaN)`| (changed, warning)| `"NaN"` |
789 | `attributeName=(float)`| (changed)| `"99.99"` |
790 | `attributeName=(true)`| (initial, warning)| `<null>` |
791 | `attributeName=(false)`| (initial, warning)| `<null>` |
792 | `attributeName=(string 'true')`| (changed)| `"true"` |
793 | `attributeName=(string 'false')`| (changed)| `"false"` |
794 | `attributeName=(string 'on')`| (changed)| `"on"` |
795 | `attributeName=(string 'off')`| (changed)| `"off"` |
796 | `attributeName=(symbol)`| (initial, warning)| `<null>` |
797 | `attributeName=(function)`| (initial, warning)| `<null>` |
798 | `attributeName=(null)`| (initial)| `<null>` |
799 | `attributeName=(undefined)`| (initial)| `<null>` |
800
801 ## `attributeType` (on `<animate>` inside `<svg>`)
802 | Test Case | Flags | Result |
803 | --- | --- | --- |
804 | `attributeType=(string)`| (changed)| `"a string"` |
805 | `attributeType=(empty string)`| (changed)| `<empty string>` |
806 | `attributeType=(array with string)`| (changed)| `"string"` |
807 | `attributeType=(empty array)`| (changed)| `<empty string>` |
808 | `attributeType=(object)`| (changed)| `"result of toString()"` |
809 | `attributeType=(numeric string)`| (changed)| `"42"` |
810 | `attributeType=(-1)`| (changed)| `"-1"` |
811 | `attributeType=(0)`| (changed)| `"0"` |
812 | `attributeType=(integer)`| (changed)| `"1"` |
813 | `attributeType=(NaN)`| (changed, warning)| `"NaN"` |
814 | `attributeType=(float)`| (changed)| `"99.99"` |
815 | `attributeType=(true)`| (initial, warning)| `<null>` |
816 | `attributeType=(false)`| (initial, warning)| `<null>` |
817 | `attributeType=(string 'true')`| (changed)| `"true"` |
818 | `attributeType=(string 'false')`| (changed)| `"false"` |
819 | `attributeType=(string 'on')`| (changed)| `"on"` |
820 | `attributeType=(string 'off')`| (changed)| `"off"` |
821 | `attributeType=(symbol)`| (initial, warning)| `<null>` |
822 | `attributeType=(function)`| (initial, warning)| `<null>` |
823 | `attributeType=(null)`| (initial)| `<null>` |
824 | `attributeType=(undefined)`| (initial)| `<null>` |
825
826 ## `autoCapitalize` (on `<input>` inside `<div>`)
827 | Test Case | Flags | Result |
828 | --- | --- | --- |
829 | `autoCapitalize=(string)`| (changed)| `"words"` |
830 | `autoCapitalize=(empty string)`| (initial)| `<empty string>` |
831 | `autoCapitalize=(array with string)`| (changed)| `"words"` |
832 | `autoCapitalize=(empty array)`| (initial)| `<empty string>` |
833 | `autoCapitalize=(object)`| (changed)| `"sentences"` |
834 | `autoCapitalize=(numeric string)`| (changed)| `"sentences"` |
835 | `autoCapitalize=(-1)`| (changed)| `"sentences"` |
836 | `autoCapitalize=(0)`| (changed)| `"sentences"` |
837 | `autoCapitalize=(integer)`| (changed)| `"sentences"` |
838 | `autoCapitalize=(NaN)`| (changed, warning)| `"sentences"` |
839 | `autoCapitalize=(float)`| (changed)| `"sentences"` |
840 | `autoCapitalize=(true)`| (initial, warning)| `<empty string>` |
841 | `autoCapitalize=(false)`| (initial, warning)| `<empty string>` |
842 | `autoCapitalize=(string 'true')`| (changed)| `"sentences"` |
843 | `autoCapitalize=(string 'false')`| (changed)| `"sentences"` |
844 | `autoCapitalize=(string 'on')`| (changed)| `"sentences"` |
845 | `autoCapitalize=(string 'off')`| (changed)| `"none"` |
846 | `autoCapitalize=(symbol)`| (initial, warning)| `<empty string>` |
847 | `autoCapitalize=(function)`| (initial, warning)| `<empty string>` |
848 | `autoCapitalize=(null)`| (initial)| `<empty string>` |
849 | `autoCapitalize=(undefined)`| (initial)| `<empty string>` |
850
851 ## `autoComplete` (on `<input>` inside `<div>`)
852 | Test Case | Flags | Result |
853 | --- | --- | --- |
854 | `autoComplete=(string)`| (changed)| `"email"` |
855 | `autoComplete=(empty string)`| (initial)| `<empty string>` |
856 | `autoComplete=(array with string)`| (changed)| `"email"` |
857 | `autoComplete=(empty array)`| (initial)| `<empty string>` |
858 | `autoComplete=(object)`| (initial)| `<empty string>` |
859 | `autoComplete=(numeric string)`| (initial)| `<empty string>` |
860 | `autoComplete=(-1)`| (initial)| `<empty string>` |
861 | `autoComplete=(0)`| (initial)| `<empty string>` |
862 | `autoComplete=(integer)`| (initial)| `<empty string>` |
863 | `autoComplete=(NaN)`| (initial, warning)| `<empty string>` |
864 | `autoComplete=(float)`| (initial)| `<empty string>` |
865 | `autoComplete=(true)`| (initial, warning)| `<empty string>` |
866 | `autoComplete=(false)`| (initial, warning)| `<empty string>` |
867 | `autoComplete=(string 'true')`| (initial)| `<empty string>` |
868 | `autoComplete=(string 'false')`| (initial)| `<empty string>` |
869 | `autoComplete=(string 'on')`| (changed)| `"on"` |
870 | `autoComplete=(string 'off')`| (changed)| `"off"` |
871 | `autoComplete=(symbol)`| (initial, warning)| `<empty string>` |
872 | `autoComplete=(function)`| (initial, warning)| `<empty string>` |
873 | `autoComplete=(null)`| (initial)| `<empty string>` |
874 | `autoComplete=(undefined)`| (initial)| `<empty string>` |
875
876 ## `autoCorrect` (on `<input>` inside `<div>`)
877 | Test Case | Flags | Result |
878 | --- | --- | --- |
879 | `autoCorrect=(string)`| (changed)| `"off"` |
880 | `autoCorrect=(empty string)`| (changed)| `<empty string>` |
881 | `autoCorrect=(array with string)`| (changed)| `"off"` |
882 | `autoCorrect=(empty array)`| (changed)| `<empty string>` |
883 | `autoCorrect=(object)`| (changed)| `"result of toString()"` |
884 | `autoCorrect=(numeric string)`| (changed)| `"42"` |
885 | `autoCorrect=(-1)`| (changed)| `"-1"` |
886 | `autoCorrect=(0)`| (changed)| `"0"` |
887 | `autoCorrect=(integer)`| (changed)| `"1"` |
888 | `autoCorrect=(NaN)`| (changed, warning)| `"NaN"` |
889 | `autoCorrect=(float)`| (changed)| `"99.99"` |
890 | `autoCorrect=(true)`| (initial, warning)| `<null>` |
891 | `autoCorrect=(false)`| (initial, warning)| `<null>` |
892 | `autoCorrect=(string 'true')`| (changed)| `"true"` |
893 | `autoCorrect=(string 'false')`| (changed)| `"false"` |
894 | `autoCorrect=(string 'on')`| (changed)| `"on"` |
895 | `autoCorrect=(string 'off')`| (changed)| `"off"` |
896 | `autoCorrect=(symbol)`| (initial, warning)| `<null>` |
897 | `autoCorrect=(function)`| (initial, warning)| `<null>` |
898 | `autoCorrect=(null)`| (initial)| `<null>` |
899 | `autoCorrect=(undefined)`| (initial)| `<null>` |
900
901 ## `autoPlay` (on `<video>` inside `<div>`)
902 | Test Case | Flags | Result |
903 | --- | --- | --- |
904 | `autoPlay=(string)`| (changed)| `<boolean: true>` |
905 | `autoPlay=(empty string)`| (initial)| `<boolean: false>` |
906 | `autoPlay=(array with string)`| (changed)| `<boolean: true>` |
907 | `autoPlay=(empty array)`| (changed)| `<boolean: true>` |
908 | `autoPlay=(object)`| (changed)| `<boolean: true>` |
909 | `autoPlay=(numeric string)`| (changed)| `<boolean: true>` |
910 | `autoPlay=(-1)`| (changed)| `<boolean: true>` |
911 | `autoPlay=(0)`| (initial)| `<boolean: false>` |
912 | `autoPlay=(integer)`| (changed)| `<boolean: true>` |
913 | `autoPlay=(NaN)`| (initial, warning)| `<boolean: false>` |
914 | `autoPlay=(float)`| (changed)| `<boolean: true>` |
915 | `autoPlay=(true)`| (changed)| `<boolean: true>` |
916 | `autoPlay=(false)`| (initial)| `<boolean: false>` |
917 | `autoPlay=(string 'true')`| (changed, warning)| `<boolean: true>` |
918 | `autoPlay=(string 'false')`| (changed, warning)| `<boolean: true>` |
919 | `autoPlay=(string 'on')`| (changed)| `<boolean: true>` |
920 | `autoPlay=(string 'off')`| (changed)| `<boolean: true>` |
921 | `autoPlay=(symbol)`| (initial, warning)| `<boolean: false>` |
922 | `autoPlay=(function)`| (initial, warning)| `<boolean: false>` |
923 | `autoPlay=(null)`| (initial)| `<boolean: false>` |
924 | `autoPlay=(undefined)`| (initial)| `<boolean: false>` |
925
926 ## `autoReverse` (on `<animate>` inside `<svg>`)
927 | Test Case | Flags | Result |
928 | --- | --- | --- |
929 | `autoReverse=(string)`| (initial, ssr mismatch)| `<null>` |
930 | `autoReverse=(empty string)`| (initial, ssr mismatch)| `<null>` |
931 | `autoReverse=(array with string)`| (initial, ssr mismatch)| `<null>` |
932 | `autoReverse=(empty array)`| (initial, ssr mismatch)| `<null>` |
933 | `autoReverse=(object)`| (initial, ssr mismatch)| `<null>` |
934 | `autoReverse=(numeric string)`| (initial, ssr mismatch)| `<null>` |
935 | `autoReverse=(-1)`| (initial, ssr mismatch)| `<null>` |
936 | `autoReverse=(0)`| (initial, ssr mismatch)| `<null>` |
937 | `autoReverse=(integer)`| (initial, ssr mismatch)| `<null>` |
938 | `autoReverse=(NaN)`| (initial, warning, ssr mismatch)| `<null>` |
939 | `autoReverse=(float)`| (initial, ssr mismatch)| `<null>` |
940 | `autoReverse=(true)`| (initial, ssr mismatch)| `<null>` |
941 | `autoReverse=(false)`| (initial, ssr mismatch)| `<null>` |
942 | `autoReverse=(string 'true')`| (initial, ssr mismatch)| `<null>` |
943 | `autoReverse=(string 'false')`| (initial, ssr mismatch)| `<null>` |
944 | `autoReverse=(string 'on')`| (initial, ssr mismatch)| `<null>` |
945 | `autoReverse=(string 'off')`| (initial, ssr mismatch)| `<null>` |
946 | `autoReverse=(symbol)`| (initial, warning)| `<null>` |
947 | `autoReverse=(function)`| (initial, warning)| `<null>` |
948 | `autoReverse=(null)`| (initial)| `<null>` |
949 | `autoReverse=(undefined)`| (initial)| `<null>` |
950
951 ## `autoSave` (on `<input>` inside `<div>`)
952 | Test Case | Flags | Result |
953 | --- | --- | --- |
954 | `autoSave=(string)`| (changed)| `"a string"` |
955 | `autoSave=(empty string)`| (changed)| `<empty string>` |
956 | `autoSave=(array with string)`| (changed)| `"string"` |
957 | `autoSave=(empty array)`| (changed)| `<empty string>` |
958 | `autoSave=(object)`| (changed)| `"result of toString()"` |
959 | `autoSave=(numeric string)`| (changed)| `"42"` |
960 | `autoSave=(-1)`| (changed)| `"-1"` |
961 | `autoSave=(0)`| (changed)| `"0"` |
962 | `autoSave=(integer)`| (changed)| `"1"` |
963 | `autoSave=(NaN)`| (changed, warning)| `"NaN"` |
964 | `autoSave=(float)`| (changed)| `"99.99"` |
965 | `autoSave=(true)`| (initial, warning)| `<null>` |
966 | `autoSave=(false)`| (initial, warning)| `<null>` |
967 | `autoSave=(string 'true')`| (changed)| `"true"` |
968 | `autoSave=(string 'false')`| (changed)| `"false"` |
969 | `autoSave=(string 'on')`| (changed)| `"on"` |
970 | `autoSave=(string 'off')`| (changed)| `"off"` |
971 | `autoSave=(symbol)`| (initial, warning)| `<null>` |
972 | `autoSave=(function)`| (initial, warning)| `<null>` |
973 | `autoSave=(null)`| (initial)| `<null>` |
974 | `autoSave=(undefined)`| (initial)| `<null>` |
975
976 ## `azimuth` (on `<feDistantLight>` inside `<svg>`)
977 | Test Case | Flags | Result |
978 | --- | --- | --- |
979 | `azimuth=(string)`| (initial)| `<number: 0>` |
980 | `azimuth=(empty string)`| (initial)| `<number: 0>` |
981 | `azimuth=(array with string)`| (initial)| `<number: 0>` |
982 | `azimuth=(empty array)`| (initial)| `<number: 0>` |
983 | `azimuth=(object)`| (initial)| `<number: 0>` |
984 | `azimuth=(numeric string)`| (changed)| `<number: 42>` |
985 | `azimuth=(-1)`| (changed)| `<number: -1>` |
986 | `azimuth=(0)`| (initial)| `<number: 0>` |
987 | `azimuth=(integer)`| (changed)| `<number: 1>` |
988 | `azimuth=(NaN)`| (initial, warning)| `<number: 0>` |
989 | `azimuth=(float)`| (changed)| `<number: 99.98999786376953>` |
990 | `azimuth=(true)`| (initial, warning)| `<number: 0>` |
991 | `azimuth=(false)`| (initial, warning)| `<number: 0>` |
992 | `azimuth=(string 'true')`| (initial)| `<number: 0>` |
993 | `azimuth=(string 'false')`| (initial)| `<number: 0>` |
994 | `azimuth=(string 'on')`| (initial)| `<number: 0>` |
995 | `azimuth=(string 'off')`| (initial)| `<number: 0>` |
996 | `azimuth=(symbol)`| (initial, warning)| `<number: 0>` |
997 | `azimuth=(function)`| (initial, warning)| `<number: 0>` |
998 | `azimuth=(null)`| (initial)| `<number: 0>` |
999 | `azimuth=(undefined)`| (initial)| `<number: 0>` |
1000
1001 ## `baseFrequency` (on `<feTurbulence>` inside `<svg>`)
1002 | Test Case | Flags | Result |
1003 | --- | --- | --- |
1004 | `baseFrequency=(string)`| (changed)| `"a string"` |
1005 | `baseFrequency=(empty string)`| (changed)| `<empty string>` |
1006 | `baseFrequency=(array with string)`| (changed)| `"string"` |
1007 | `baseFrequency=(empty array)`| (changed)| `<empty string>` |
1008 | `baseFrequency=(object)`| (changed)| `"result of toString()"` |
1009 | `baseFrequency=(numeric string)`| (changed)| `"42"` |
1010 | `baseFrequency=(-1)`| (changed)| `"-1"` |
1011 | `baseFrequency=(0)`| (changed)| `"0"` |
1012 | `baseFrequency=(integer)`| (changed)| `"1"` |
1013 | `baseFrequency=(NaN)`| (changed, warning)| `"NaN"` |
1014 | `baseFrequency=(float)`| (changed)| `"99.99"` |
1015 | `baseFrequency=(true)`| (initial, warning)| `<null>` |
1016 | `baseFrequency=(false)`| (initial, warning)| `<null>` |
1017 | `baseFrequency=(string 'true')`| (changed)| `"true"` |
1018 | `baseFrequency=(string 'false')`| (changed)| `"false"` |
1019 | `baseFrequency=(string 'on')`| (changed)| `"on"` |
1020 | `baseFrequency=(string 'off')`| (changed)| `"off"` |
1021 | `baseFrequency=(symbol)`| (initial, warning)| `<null>` |
1022 | `baseFrequency=(function)`| (initial, warning)| `<null>` |
1023 | `baseFrequency=(null)`| (initial)| `<null>` |
1024 | `baseFrequency=(undefined)`| (initial)| `<null>` |
1025
1026 ## `baseline-shift` (on `<textPath>` inside `<svg>`)
1027 | Test Case | Flags | Result |
1028 | --- | --- | --- |
1029 | `baseline-shift=(string)`| (changed, warning)| `"a string"` |
1030 | `baseline-shift=(empty string)`| (changed, warning)| `<empty string>` |
1031 | `baseline-shift=(array with string)`| (changed, warning)| `"string"` |
1032 | `baseline-shift=(empty array)`| (changed, warning)| `<empty string>` |
1033 | `baseline-shift=(object)`| (changed, warning)| `"result of toString()"` |
1034 | `baseline-shift=(numeric string)`| (changed, warning)| `"42"` |
1035 | `baseline-shift=(-1)`| (changed, warning)| `"-1"` |
1036 | `baseline-shift=(0)`| (changed, warning)| `"0"` |
1037 | `baseline-shift=(integer)`| (changed, warning)| `"1"` |
1038 | `baseline-shift=(NaN)`| (changed, warning)| `"NaN"` |
1039 | `baseline-shift=(float)`| (changed, warning)| `"99.99"` |
1040 | `baseline-shift=(true)`| (initial, warning)| `<null>` |
1041 | `baseline-shift=(false)`| (initial, warning)| `<null>` |
1042 | `baseline-shift=(string 'true')`| (changed, warning)| `"true"` |
1043 | `baseline-shift=(string 'false')`| (changed, warning)| `"false"` |
1044 | `baseline-shift=(string 'on')`| (changed, warning)| `"on"` |
1045 | `baseline-shift=(string 'off')`| (changed, warning)| `"off"` |
1046 | `baseline-shift=(symbol)`| (initial, warning)| `<null>` |
1047 | `baseline-shift=(function)`| (initial, warning)| `<null>` |
1048 | `baseline-shift=(null)`| (initial, warning)| `<null>` |
1049 | `baseline-shift=(undefined)`| (initial, warning)| `<null>` |
1050
1051 ## `baselineShift` (on `<textPath>` inside `<svg>`)
1052 | Test Case | Flags | Result |
1053 | --- | --- | --- |
1054 | `baselineShift=(string)`| (changed)| `"a string"` |
1055 | `baselineShift=(empty string)`| (changed)| `<empty string>` |
1056 | `baselineShift=(array with string)`| (changed)| `"string"` |
1057 | `baselineShift=(empty array)`| (changed)| `<empty string>` |
1058 | `baselineShift=(object)`| (changed)| `"result of toString()"` |
1059 | `baselineShift=(numeric string)`| (changed)| `"42"` |
1060 | `baselineShift=(-1)`| (changed)| `"-1"` |
1061 | `baselineShift=(0)`| (changed)| `"0"` |
1062 | `baselineShift=(integer)`| (changed)| `"1"` |
1063 | `baselineShift=(NaN)`| (changed, warning)| `"NaN"` |
1064 | `baselineShift=(float)`| (changed)| `"99.99"` |
1065 | `baselineShift=(true)`| (initial, warning)| `<null>` |
1066 | `baselineShift=(false)`| (initial, warning)| `<null>` |
1067 | `baselineShift=(string 'true')`| (changed)| `"true"` |
1068 | `baselineShift=(string 'false')`| (changed)| `"false"` |
1069 | `baselineShift=(string 'on')`| (changed)| `"on"` |
1070 | `baselineShift=(string 'off')`| (changed)| `"off"` |
1071 | `baselineShift=(symbol)`| (initial, warning)| `<null>` |
1072 | `baselineShift=(function)`| (initial, warning)| `<null>` |
1073 | `baselineShift=(null)`| (initial)| `<null>` |
1074 | `baselineShift=(undefined)`| (initial)| `<null>` |
1075
1076 ## `baseProfile` (on `<svg>` inside `<div>`)
1077 | Test Case | Flags | Result |
1078 | --- | --- | --- |
1079 | `baseProfile=(string)`| (changed)| `"a string"` |
1080 | `baseProfile=(empty string)`| (changed)| `<empty string>` |
1081 | `baseProfile=(array with string)`| (changed)| `"string"` |
1082 | `baseProfile=(empty array)`| (changed)| `<empty string>` |
1083 | `baseProfile=(object)`| (changed)| `"result of toString()"` |
1084 | `baseProfile=(numeric string)`| (changed)| `"42"` |
1085 | `baseProfile=(-1)`| (changed)| `"-1"` |
1086 | `baseProfile=(0)`| (changed)| `"0"` |
1087 | `baseProfile=(integer)`| (changed)| `"1"` |
1088 | `baseProfile=(NaN)`| (changed, warning)| `"NaN"` |
1089 | `baseProfile=(float)`| (changed)| `"99.99"` |
1090 | `baseProfile=(true)`| (initial, warning)| `<null>` |
1091 | `baseProfile=(false)`| (initial, warning)| `<null>` |
1092 | `baseProfile=(string 'true')`| (changed)| `"true"` |
1093 | `baseProfile=(string 'false')`| (changed)| `"false"` |
1094 | `baseProfile=(string 'on')`| (changed)| `"on"` |
1095 | `baseProfile=(string 'off')`| (changed)| `"off"` |
1096 | `baseProfile=(symbol)`| (initial, warning)| `<null>` |
1097 | `baseProfile=(function)`| (initial, warning)| `<null>` |
1098 | `baseProfile=(null)`| (initial)| `<null>` |
1099 | `baseProfile=(undefined)`| (initial)| `<null>` |
1100
1101 ## `bbox` (on `<font-face>` inside `<svg>`)
1102 | Test Case | Flags | Result |
1103 | --- | --- | --- |
1104 | `bbox=(string)`| (changed)| `"a string"` |
1105 | `bbox=(empty string)`| (changed)| `<empty string>` |
1106 | `bbox=(array with string)`| (changed)| `"string"` |
1107 | `bbox=(empty array)`| (changed)| `<empty string>` |
1108 | `bbox=(object)`| (changed)| `"result of toString()"` |
1109 | `bbox=(numeric string)`| (changed)| `"42"` |
1110 | `bbox=(-1)`| (changed)| `"-1"` |
1111 | `bbox=(0)`| (changed)| `"0"` |
1112 | `bbox=(integer)`| (changed)| `"1"` |
1113 | `bbox=(NaN)`| (changed, warning)| `"NaN"` |
1114 | `bbox=(float)`| (changed)| `"99.99"` |
1115 | `bbox=(true)`| (initial, warning)| `<null>` |
1116 | `bbox=(false)`| (initial, warning)| `<null>` |
1117 | `bbox=(string 'true')`| (changed)| `"true"` |
1118 | `bbox=(string 'false')`| (changed)| `"false"` |
1119 | `bbox=(string 'on')`| (changed)| `"on"` |
1120 | `bbox=(string 'off')`| (changed)| `"off"` |
1121 | `bbox=(symbol)`| (initial, warning)| `<null>` |
1122 | `bbox=(function)`| (initial, warning)| `<null>` |
1123 | `bbox=(null)`| (initial)| `<null>` |
1124 | `bbox=(undefined)`| (initial)| `<null>` |
1125
1126 ## `begin` (on `<animate>` inside `<svg>`)
1127 | Test Case | Flags | Result |
1128 | --- | --- | --- |
1129 | `begin=(string)`| (changed)| `"a string"` |
1130 | `begin=(empty string)`| (changed)| `<empty string>` |
1131 | `begin=(array with string)`| (changed)| `"string"` |
1132 | `begin=(empty array)`| (changed)| `<empty string>` |
1133 | `begin=(object)`| (changed)| `"result of toString()"` |
1134 | `begin=(numeric string)`| (changed)| `"42"` |
1135 | `begin=(-1)`| (changed)| `"-1"` |
1136 | `begin=(0)`| (changed)| `"0"` |
1137 | `begin=(integer)`| (changed)| `"1"` |
1138 | `begin=(NaN)`| (changed, warning)| `"NaN"` |
1139 | `begin=(float)`| (changed)| `"99.99"` |
1140 | `begin=(true)`| (initial, warning)| `<null>` |
1141 | `begin=(false)`| (initial, warning)| `<null>` |
1142 | `begin=(string 'true')`| (changed)| `"true"` |
1143 | `begin=(string 'false')`| (changed)| `"false"` |
1144 | `begin=(string 'on')`| (changed)| `"on"` |
1145 | `begin=(string 'off')`| (changed)| `"off"` |
1146 | `begin=(symbol)`| (initial, warning)| `<null>` |
1147 | `begin=(function)`| (initial, warning)| `<null>` |
1148 | `begin=(null)`| (initial)| `<null>` |
1149 | `begin=(undefined)`| (initial)| `<null>` |
1150
1151 ## `bias` (on `<feConvolveMatrix>` inside `<svg>`)
1152 | Test Case | Flags | Result |
1153 | --- | --- | --- |
1154 | `bias=(string)`| (initial)| `<number: 0>` |
1155 | `bias=(empty string)`| (initial)| `<number: 0>` |
1156 | `bias=(array with string)`| (initial)| `<number: 0>` |
1157 | `bias=(empty array)`| (initial)| `<number: 0>` |
1158 | `bias=(object)`| (initial)| `<number: 0>` |
1159 | `bias=(numeric string)`| (changed)| `<number: 42>` |
1160 | `bias=(-1)`| (changed)| `<number: -1>` |
1161 | `bias=(0)`| (initial)| `<number: 0>` |
1162 | `bias=(integer)`| (changed)| `<number: 1>` |
1163 | `bias=(NaN)`| (initial, warning)| `<number: 0>` |
1164 | `bias=(float)`| (changed)| `<number: 99.98999786376953>` |
1165 | `bias=(true)`| (initial, warning)| `<number: 0>` |
1166 | `bias=(false)`| (initial, warning)| `<number: 0>` |
1167 | `bias=(string 'true')`| (initial)| `<number: 0>` |
1168 | `bias=(string 'false')`| (initial)| `<number: 0>` |
1169 | `bias=(string 'on')`| (initial)| `<number: 0>` |
1170 | `bias=(string 'off')`| (initial)| `<number: 0>` |
1171 | `bias=(symbol)`| (initial, warning)| `<number: 0>` |
1172 | `bias=(function)`| (initial, warning)| `<number: 0>` |
1173 | `bias=(null)`| (initial)| `<number: 0>` |
1174 | `bias=(undefined)`| (initial)| `<number: 0>` |
1175
1176 ## `by` (on `<animate>` inside `<svg>`)
1177 | Test Case | Flags | Result |
1178 | --- | --- | --- |
1179 | `by=(string)`| (changed)| `"a string"` |
1180 | `by=(empty string)`| (changed)| `<empty string>` |
1181 | `by=(array with string)`| (changed)| `"string"` |
1182 | `by=(empty array)`| (changed)| `<empty string>` |
1183 | `by=(object)`| (changed)| `"result of toString()"` |
1184 | `by=(numeric string)`| (changed)| `"42"` |
1185 | `by=(-1)`| (changed)| `"-1"` |
1186 | `by=(0)`| (changed)| `"0"` |
1187 | `by=(integer)`| (changed)| `"1"` |
1188 | `by=(NaN)`| (changed, warning)| `"NaN"` |
1189 | `by=(float)`| (changed)| `"99.99"` |
1190 | `by=(true)`| (initial, warning)| `<null>` |
1191 | `by=(false)`| (initial, warning)| `<null>` |
1192 | `by=(string 'true')`| (changed)| `"true"` |
1193 | `by=(string 'false')`| (changed)| `"false"` |
1194 | `by=(string 'on')`| (changed)| `"on"` |
1195 | `by=(string 'off')`| (changed)| `"off"` |
1196 | `by=(symbol)`| (initial, warning)| `<null>` |
1197 | `by=(function)`| (initial, warning)| `<null>` |
1198 | `by=(null)`| (initial)| `<null>` |
1199 | `by=(undefined)`| (initial)| `<null>` |
1200
1201 ## `calcMode` (on `<animate>` inside `<svg>`)
1202 | Test Case | Flags | Result |
1203 | --- | --- | --- |
1204 | `calcMode=(string)`| (changed)| `"discrete"` |
1205 | `calcMode=(empty string)`| (changed)| `<empty string>` |
1206 | `calcMode=(array with string)`| (changed)| `"discrete"` |
1207 | `calcMode=(empty array)`| (changed)| `<empty string>` |
1208 | `calcMode=(object)`| (changed)| `"result of toString()"` |
1209 | `calcMode=(numeric string)`| (changed)| `"42"` |
1210 | `calcMode=(-1)`| (changed)| `"-1"` |
1211 | `calcMode=(0)`| (changed)| `"0"` |
1212 | `calcMode=(integer)`| (changed)| `"1"` |
1213 | `calcMode=(NaN)`| (changed, warning)| `"NaN"` |
1214 | `calcMode=(float)`| (changed)| `"99.99"` |
1215 | `calcMode=(true)`| (initial, warning)| `<null>` |
1216 | `calcMode=(false)`| (initial, warning)| `<null>` |
1217 | `calcMode=(string 'true')`| (changed)| `"true"` |
1218 | `calcMode=(string 'false')`| (changed)| `"false"` |
1219 | `calcMode=(string 'on')`| (changed)| `"on"` |
1220 | `calcMode=(string 'off')`| (changed)| `"off"` |
1221 | `calcMode=(symbol)`| (initial, warning)| `<null>` |
1222 | `calcMode=(function)`| (initial, warning)| `<null>` |
1223 | `calcMode=(null)`| (initial)| `<null>` |
1224 | `calcMode=(undefined)`| (initial)| `<null>` |
1225
1226 ## `cap-height` (on `<font-face>` inside `<svg>`)
1227 | Test Case | Flags | Result |
1228 | --- | --- | --- |
1229 | `cap-height=(string)`| (changed, warning)| `"a string"` |
1230 | `cap-height=(empty string)`| (changed, warning)| `<empty string>` |
1231 | `cap-height=(array with string)`| (changed, warning)| `"string"` |
1232 | `cap-height=(empty array)`| (changed, warning)| `<empty string>` |
1233 | `cap-height=(object)`| (changed, warning)| `"result of toString()"` |
1234 | `cap-height=(numeric string)`| (changed, warning)| `"42"` |
1235 | `cap-height=(-1)`| (changed, warning)| `"-1"` |
1236 | `cap-height=(0)`| (changed, warning)| `"0"` |
1237 | `cap-height=(integer)`| (changed, warning)| `"1"` |
1238 | `cap-height=(NaN)`| (changed, warning)| `"NaN"` |
1239 | `cap-height=(float)`| (changed, warning)| `"99.99"` |
1240 | `cap-height=(true)`| (initial, warning)| `<null>` |
1241 | `cap-height=(false)`| (initial, warning)| `<null>` |
1242 | `cap-height=(string 'true')`| (changed, warning)| `"true"` |
1243 | `cap-height=(string 'false')`| (changed, warning)| `"false"` |
1244 | `cap-height=(string 'on')`| (changed, warning)| `"on"` |
1245 | `cap-height=(string 'off')`| (changed, warning)| `"off"` |
1246 | `cap-height=(symbol)`| (initial, warning)| `<null>` |
1247 | `cap-height=(function)`| (initial, warning)| `<null>` |
1248 | `cap-height=(null)`| (initial, warning)| `<null>` |
1249 | `cap-height=(undefined)`| (initial, warning)| `<null>` |
1250
1251 ## `capHeight` (on `<font-face>` inside `<svg>`)
1252 | Test Case | Flags | Result |
1253 | --- | --- | --- |
1254 | `capHeight=(string)`| (changed)| `"a string"` |
1255 | `capHeight=(empty string)`| (changed)| `<empty string>` |
1256 | `capHeight=(array with string)`| (changed)| `"string"` |
1257 | `capHeight=(empty array)`| (changed)| `<empty string>` |
1258 | `capHeight=(object)`| (changed)| `"result of toString()"` |
1259 | `capHeight=(numeric string)`| (changed)| `"42"` |
1260 | `capHeight=(-1)`| (changed)| `"-1"` |
1261 | `capHeight=(0)`| (changed)| `"0"` |
1262 | `capHeight=(integer)`| (changed)| `"1"` |
1263 | `capHeight=(NaN)`| (changed, warning)| `"NaN"` |
1264 | `capHeight=(float)`| (changed)| `"99.99"` |
1265 | `capHeight=(true)`| (initial, warning)| `<null>` |
1266 | `capHeight=(false)`| (initial, warning)| `<null>` |
1267 | `capHeight=(string 'true')`| (changed)| `"true"` |
1268 | `capHeight=(string 'false')`| (changed)| `"false"` |
1269 | `capHeight=(string 'on')`| (changed)| `"on"` |
1270 | `capHeight=(string 'off')`| (changed)| `"off"` |
1271 | `capHeight=(symbol)`| (initial, warning)| `<null>` |
1272 | `capHeight=(function)`| (initial, warning)| `<null>` |
1273 | `capHeight=(null)`| (initial)| `<null>` |
1274 | `capHeight=(undefined)`| (initial)| `<null>` |
1275
1276 ## `capture` (on `<input>` inside `<div>`)
1277 | Test Case | Flags | Result |
1278 | --- | --- | --- |
1279 | `capture=(string)`| (changed)| `"environment"` |
1280 | `capture=(empty string)`| (changed)| `<empty string>` |
1281 | `capture=(array with string)`| (changed)| `"environment"` |
1282 | `capture=(empty array)`| (changed)| `<empty string>` |
1283 | `capture=(object)`| (changed)| `"result of toString()"` |
1284 | `capture=(numeric string)`| (changed)| `"42"` |
1285 | `capture=(-1)`| (changed)| `"-1"` |
1286 | `capture=(0)`| (changed)| `"0"` |
1287 | `capture=(integer)`| (changed)| `"1"` |
1288 | `capture=(NaN)`| (changed, warning)| `"NaN"` |
1289 | `capture=(float)`| (changed)| `"99.99"` |
1290 | `capture=(true)`| (changed)| `<empty string>` |
1291 | `capture=(false)`| (initial)| `<null>` |
1292 | `capture=(string 'true')`| (changed)| `"true"` |
1293 | `capture=(string 'false')`| (changed)| `"false"` |
1294 | `capture=(string 'on')`| (changed)| `"on"` |
1295 | `capture=(string 'off')`| (changed)| `"off"` |
1296 | `capture=(symbol)`| (initial, warning)| `<null>` |
1297 | `capture=(function)`| (initial, warning)| `<null>` |
1298 | `capture=(null)`| (initial)| `<null>` |
1299 | `capture=(undefined)`| (initial)| `<null>` |
1300
1301 ## `cellPadding` (on `<table>` inside `<div>`)
1302 | Test Case | Flags | Result |
1303 | --- | --- | --- |
1304 | `cellPadding=(string)`| (changed)| `"a string"` |
1305 | `cellPadding=(empty string)`| (initial)| `<empty string>` |
1306 | `cellPadding=(array with string)`| (changed)| `"string"` |
1307 | `cellPadding=(empty array)`| (initial)| `<empty string>` |
1308 | `cellPadding=(object)`| (changed)| `"result of toString()"` |
1309 | `cellPadding=(numeric string)`| (changed)| `"42"` |
1310 | `cellPadding=(-1)`| (changed)| `"-1"` |
1311 | `cellPadding=(0)`| (changed)| `"0"` |
1312 | `cellPadding=(integer)`| (changed)| `"1"` |
1313 | `cellPadding=(NaN)`| (changed, warning)| `"NaN"` |
1314 | `cellPadding=(float)`| (changed)| `"99.99"` |
1315 | `cellPadding=(true)`| (initial, warning)| `<empty string>` |
1316 | `cellPadding=(false)`| (initial, warning)| `<empty string>` |
1317 | `cellPadding=(string 'true')`| (changed)| `"true"` |
1318 | `cellPadding=(string 'false')`| (changed)| `"false"` |
1319 | `cellPadding=(string 'on')`| (changed)| `"on"` |
1320 | `cellPadding=(string 'off')`| (changed)| `"off"` |
1321 | `cellPadding=(symbol)`| (initial, warning)| `<empty string>` |
1322 | `cellPadding=(function)`| (initial, warning)| `<empty string>` |
1323 | `cellPadding=(null)`| (initial)| `<empty string>` |
1324 | `cellPadding=(undefined)`| (initial)| `<empty string>` |
1325
1326 ## `cellSpacing` (on `<table>` inside `<div>`)
1327 | Test Case | Flags | Result |
1328 | --- | --- | --- |
1329 | `cellSpacing=(string)`| (changed)| `"a string"` |
1330 | `cellSpacing=(empty string)`| (initial)| `<empty string>` |
1331 | `cellSpacing=(array with string)`| (changed)| `"string"` |
1332 | `cellSpacing=(empty array)`| (initial)| `<empty string>` |
1333 | `cellSpacing=(object)`| (changed)| `"result of toString()"` |
1334 | `cellSpacing=(numeric string)`| (changed)| `"42"` |
1335 | `cellSpacing=(-1)`| (changed)| `"-1"` |
1336 | `cellSpacing=(0)`| (changed)| `"0"` |
1337 | `cellSpacing=(integer)`| (changed)| `"1"` |
1338 | `cellSpacing=(NaN)`| (changed, warning)| `"NaN"` |
1339 | `cellSpacing=(float)`| (changed)| `"99.99"` |
1340 | `cellSpacing=(true)`| (initial, warning)| `<empty string>` |
1341 | `cellSpacing=(false)`| (initial, warning)| `<empty string>` |
1342 | `cellSpacing=(string 'true')`| (changed)| `"true"` |
1343 | `cellSpacing=(string 'false')`| (changed)| `"false"` |
1344 | `cellSpacing=(string 'on')`| (changed)| `"on"` |
1345 | `cellSpacing=(string 'off')`| (changed)| `"off"` |
1346 | `cellSpacing=(symbol)`| (initial, warning)| `<empty string>` |
1347 | `cellSpacing=(function)`| (initial, warning)| `<empty string>` |
1348 | `cellSpacing=(null)`| (initial)| `<empty string>` |
1349 | `cellSpacing=(undefined)`| (initial)| `<empty string>` |
1350
1351 ## `challenge` (on `<keygen>` inside `<div>`)
1352 | Test Case | Flags | Result |
1353 | --- | --- | --- |
1354 | `challenge=(string)`| (changed, warning, ssr warning)| `"a string"` |
1355 | `challenge=(empty string)`| (changed, warning, ssr warning)| `<empty string>` |
1356 | `challenge=(array with string)`| (changed, warning, ssr warning)| `"string"` |
1357 | `challenge=(empty array)`| (changed, warning, ssr warning)| `<empty string>` |
1358 | `challenge=(object)`| (changed, warning, ssr warning)| `"result of toString()"` |
1359 | `challenge=(numeric string)`| (changed, warning, ssr warning)| `"42"` |
1360 | `challenge=(-1)`| (changed, warning, ssr warning)| `"-1"` |
1361 | `challenge=(0)`| (changed, warning, ssr warning)| `"0"` |
1362 | `challenge=(integer)`| (changed, warning, ssr warning)| `"1"` |
1363 | `challenge=(NaN)`| (changed, warning)| `"NaN"` |
1364 | `challenge=(float)`| (changed, warning, ssr warning)| `"99.99"` |
1365 | `challenge=(true)`| (initial, warning)| `<null>` |
1366 | `challenge=(false)`| (initial, warning)| `<null>` |
1367 | `challenge=(string 'true')`| (changed, warning, ssr warning)| `"true"` |
1368 | `challenge=(string 'false')`| (changed, warning, ssr warning)| `"false"` |
1369 | `challenge=(string 'on')`| (changed, warning, ssr warning)| `"on"` |
1370 | `challenge=(string 'off')`| (changed, warning, ssr warning)| `"off"` |
1371 | `challenge=(symbol)`| (initial, warning)| `<null>` |
1372 | `challenge=(function)`| (initial, warning)| `<null>` |
1373 | `challenge=(null)`| (initial, warning, ssr warning)| `<null>` |
1374 | `challenge=(undefined)`| (initial, warning, ssr warning)| `<null>` |
1375
1376 ## `charSet` (on `<script>` inside `<div>`)
1377 | Test Case | Flags | Result |
1378 | --- | --- | --- |
1379 | `charSet=(string)`| (changed)| `"a string"` |
1380 | `charSet=(empty string)`| (initial)| `<empty string>` |
1381 | `charSet=(array with string)`| (changed)| `"string"` |
1382 | `charSet=(empty array)`| (initial)| `<empty string>` |
1383 | `charSet=(object)`| (changed)| `"result of toString()"` |
1384 | `charSet=(numeric string)`| (changed)| `"42"` |
1385 | `charSet=(-1)`| (changed)| `"-1"` |
1386 | `charSet=(0)`| (changed)| `"0"` |
1387 | `charSet=(integer)`| (changed)| `"1"` |
1388 | `charSet=(NaN)`| (changed, warning)| `"NaN"` |
1389 | `charSet=(float)`| (changed)| `"99.99"` |
1390 | `charSet=(true)`| (initial, warning)| `<empty string>` |
1391 | `charSet=(false)`| (initial, warning)| `<empty string>` |
1392 | `charSet=(string 'true')`| (changed)| `"true"` |
1393 | `charSet=(string 'false')`| (changed)| `"false"` |
1394 | `charSet=(string 'on')`| (changed)| `"on"` |
1395 | `charSet=(string 'off')`| (changed)| `"off"` |
1396 | `charSet=(symbol)`| (initial, warning)| `<empty string>` |
1397 | `charSet=(function)`| (initial, warning)| `<empty string>` |
1398 | `charSet=(null)`| (initial)| `<empty string>` |
1399 | `charSet=(undefined)`| (initial)| `<empty string>` |
1400
1401 ## `checked` (on `<input>` inside `<div>`)
1402 | Test Case | Flags | Result |
1403 | --- | --- | --- |
1404 | `checked=(string)`| (changed)| `<boolean: true>` |
1405 | `checked=(empty string)`| (initial)| `<boolean: false>` |
1406 | `checked=(array with string)`| (changed)| `<boolean: true>` |
1407 | `checked=(empty array)`| (changed)| `<boolean: true>` |
1408 | `checked=(object)`| (changed)| `<boolean: true>` |
1409 | `checked=(numeric string)`| (changed)| `<boolean: true>` |
1410 | `checked=(-1)`| (changed)| `<boolean: true>` |
1411 | `checked=(0)`| (initial)| `<boolean: false>` |
1412 | `checked=(integer)`| (changed)| `<boolean: true>` |
1413 | `checked=(NaN)`| (initial, warning)| `<boolean: false>` |
1414 | `checked=(float)`| (changed)| `<boolean: true>` |
1415 | `checked=(true)`| (changed)| `<boolean: true>` |
1416 | `checked=(false)`| (initial)| `<boolean: false>` |
1417 | `checked=(string 'true')`| (changed, warning)| `<boolean: true>` |
1418 | `checked=(string 'false')`| (changed, warning)| `<boolean: true>` |
1419 | `checked=(string 'on')`| (changed)| `<boolean: true>` |
1420 | `checked=(string 'off')`| (changed)| `<boolean: true>` |
1421 | `checked=(symbol)`| (initial, warning)| `<boolean: false>` |
1422 | `checked=(function)`| (initial, warning)| `<boolean: false>` |
1423 | `checked=(null)`| (initial)| `<boolean: false>` |
1424 | `checked=(undefined)`| (initial)| `<boolean: false>` |
1425
1426 ## `Checked` (on `<input>` inside `<div>`)
1427 | Test Case | Flags | Result |
1428 | --- | --- | --- |
1429 | `Checked=(string)`| (initial, warning, ssr mismatch)| `<null>` |
1430 | `Checked=(empty string)`| (initial, warning, ssr mismatch)| `<null>` |
1431 | `Checked=(array with string)`| (initial, warning, ssr mismatch)| `<null>` |
1432 | `Checked=(empty array)`| (initial, warning, ssr mismatch)| `<null>` |
1433 | `Checked=(object)`| (initial, warning, ssr mismatch)| `<null>` |
1434 | `Checked=(numeric string)`| (initial, warning, ssr mismatch)| `<null>` |
1435 | `Checked=(-1)`| (initial, warning, ssr mismatch)| `<null>` |
1436 | `Checked=(0)`| (initial, warning, ssr mismatch)| `<null>` |
1437 | `Checked=(integer)`| (initial, warning, ssr mismatch)| `<null>` |
1438 | `Checked=(NaN)`| (initial, warning, ssr mismatch)| `<null>` |
1439 | `Checked=(float)`| (initial, warning, ssr mismatch)| `<null>` |
1440 | `Checked=(true)`| (initial, warning)| `<null>` |
1441 | `Checked=(false)`| (initial, warning)| `<null>` |
1442 | `Checked=(string 'true')`| (initial, warning, ssr mismatch)| `<null>` |
1443 | `Checked=(string 'false')`| (initial, warning, ssr mismatch)| `<null>` |
1444 | `Checked=(string 'on')`| (initial, warning, ssr mismatch)| `<null>` |
1445 | `Checked=(string 'off')`| (initial, warning, ssr mismatch)| `<null>` |
1446 | `Checked=(symbol)`| (initial, warning)| `<null>` |
1447 | `Checked=(function)`| (initial, warning)| `<null>` |
1448 | `Checked=(null)`| (initial, warning)| `<null>` |
1449 | `Checked=(undefined)`| (initial, warning)| `<null>` |
1450
1451 ## `Children` (on `<div>` inside `<div>`)
1452 | Test Case | Flags | Result |
1453 | --- | --- | --- |
1454 | `Children=(string)`| (changed, warning)| `"a string"` |
1455 | `Children=(empty string)`| (changed, warning)| `<empty string>` |
1456 | `Children=(array with string)`| (changed, warning)| `"string"` |
1457 | `Children=(empty array)`| (changed, warning)| `<empty string>` |
1458 | `Children=(object)`| (changed, warning)| `"result of toString()"` |
1459 | `Children=(numeric string)`| (changed, warning)| `"42"` |
1460 | `Children=(-1)`| (changed, warning)| `"-1"` |
1461 | `Children=(0)`| (changed, warning)| `"0"` |
1462 | `Children=(integer)`| (changed, warning)| `"1"` |
1463 | `Children=(NaN)`| (changed, warning)| `"NaN"` |
1464 | `Children=(float)`| (changed, warning)| `"99.99"` |
1465 | `Children=(true)`| (initial, warning)| `<null>` |
1466 | `Children=(false)`| (initial, warning)| `<null>` |
1467 | `Children=(string 'true')`| (changed, warning)| `"true"` |
1468 | `Children=(string 'false')`| (changed, warning)| `"false"` |
1469 | `Children=(string 'on')`| (changed, warning)| `"on"` |
1470 | `Children=(string 'off')`| (changed, warning)| `"off"` |
1471 | `Children=(symbol)`| (initial, warning)| `<null>` |
1472 | `Children=(function)`| (initial, warning)| `<null>` |
1473 | `Children=(null)`| (initial, warning)| `<null>` |
1474 | `Children=(undefined)`| (initial, warning)| `<null>` |
1475
1476 ## `children` (on `<div>` inside `<div>`)
1477 | Test Case | Flags | Result |
1478 | --- | --- | --- |
1479 | `children=(string)`| (initial)| `[]` |
1480 | `children=(empty string)`| (initial)| `[]` |
1481 | `children=(array with string)`| (initial)| `[]` |
1482 | `children=(empty array)`| (initial)| `[]` |
1483 | `children=(object)`| (changed, error, warning, ssr error)| `` |
1484 | `children=(numeric string)`| (initial)| `[]` |
1485 | `children=(-1)`| (initial)| `[]` |
1486 | `children=(0)`| (initial)| `[]` |
1487 | `children=(integer)`| (initial)| `[]` |
1488 | `children=(NaN)`| (initial, warning)| `[]` |
1489 | `children=(float)`| (initial)| `[]` |
1490 | `children=(true)`| (initial)| `[]` |
1491 | `children=(false)`| (initial)| `[]` |
1492 | `children=(string 'true')`| (initial)| `[]` |
1493 | `children=(string 'false')`| (initial)| `[]` |
1494 | `children=(string 'on')`| (initial)| `[]` |
1495 | `children=(string 'off')`| (initial)| `[]` |
1496 | `children=(symbol)`| (initial)| `[]` |
1497 | `children=(function)`| (initial, warning)| `[]` |
1498 | `children=(null)`| (initial)| `[]` |
1499 | `children=(undefined)`| (initial)| `[]` |
1500
1501 ## `cite` (on `<blockquote>` inside `<div>`)
1502 | Test Case | Flags | Result |
1503 | --- | --- | --- |
1504 | `cite=(string)`| (changed)| `"https://reactjs.com/"` |
1505 | `cite=(empty string)`| (changed)| `"http://localhost:3000/"` |
1506 | `cite=(array with string)`| (changed)| `"https://reactjs.com/"` |
1507 | `cite=(empty array)`| (changed)| `"http://localhost:3000/"` |
1508 | `cite=(object)`| (changed)| `"http://localhost:3000/result%20of%20toString()"` |
1509 | `cite=(numeric string)`| (changed)| `"http://localhost:3000/42"` |
1510 | `cite=(-1)`| (changed)| `"http://localhost:3000/-1"` |
1511 | `cite=(0)`| (changed)| `"http://localhost:3000/0"` |
1512 | `cite=(integer)`| (changed)| `"http://localhost:3000/1"` |
1513 | `cite=(NaN)`| (changed, warning)| `"http://localhost:3000/NaN"` |
1514 | `cite=(float)`| (changed)| `"http://localhost:3000/99.99"` |
1515 | `cite=(true)`| (initial, warning)| `<empty string>` |
1516 | `cite=(false)`| (initial, warning)| `<empty string>` |
1517 | `cite=(string 'true')`| (changed)| `"http://localhost:3000/true"` |
1518 | `cite=(string 'false')`| (changed)| `"http://localhost:3000/false"` |
1519 | `cite=(string 'on')`| (changed)| `"http://localhost:3000/on"` |
1520 | `cite=(string 'off')`| (changed)| `"http://localhost:3000/off"` |
1521 | `cite=(symbol)`| (initial, warning)| `<empty string>` |
1522 | `cite=(function)`| (initial, warning)| `<empty string>` |
1523 | `cite=(null)`| (initial)| `<empty string>` |
1524 | `cite=(undefined)`| (initial)| `<empty string>` |
1525
1526 ## `class` (on `<div>` inside `<div>`)
1527 | Test Case | Flags | Result |
1528 | --- | --- | --- |
1529 | `class=(string)`| (changed, warning)| `"a string"` |
1530 | `class=(empty string)`| (changed, warning)| `<empty string>` |
1531 | `class=(array with string)`| (changed, warning)| `"string"` |
1532 | `class=(empty array)`| (changed, warning)| `<empty string>` |
1533 | `class=(object)`| (changed, warning)| `"result of toString()"` |
1534 | `class=(numeric string)`| (changed, warning)| `"42"` |
1535 | `class=(-1)`| (changed, warning)| `"-1"` |
1536 | `class=(0)`| (changed, warning)| `"0"` |
1537 | `class=(integer)`| (changed, warning)| `"1"` |
1538 | `class=(NaN)`| (changed, warning)| `"NaN"` |
1539 | `class=(float)`| (changed, warning)| `"99.99"` |
1540 | `class=(true)`| (initial, warning)| `<null>` |
1541 | `class=(false)`| (initial, warning)| `<null>` |
1542 | `class=(string 'true')`| (changed, warning)| `"true"` |
1543 | `class=(string 'false')`| (changed, warning)| `"false"` |
1544 | `class=(string 'on')`| (changed, warning)| `"on"` |
1545 | `class=(string 'off')`| (changed, warning)| `"off"` |
1546 | `class=(symbol)`| (initial, warning)| `<null>` |
1547 | `class=(function)`| (initial, warning)| `<null>` |
1548 | `class=(null)`| (initial, warning)| `<null>` |
1549 | `class=(undefined)`| (initial, warning)| `<null>` |
1550
1551 ## `classID` (on `<object>` inside `<div>`)
1552 | Test Case | Flags | Result |
1553 | --- | --- | --- |
1554 | `classID=(string)`| (changed)| `"a string"` |
1555 | `classID=(empty string)`| (changed)| `<empty string>` |
1556 | `classID=(array with string)`| (changed)| `"string"` |
1557 | `classID=(empty array)`| (changed)| `<empty string>` |
1558 | `classID=(object)`| (changed)| `"result of toString()"` |
1559 | `classID=(numeric string)`| (changed)| `"42"` |
1560 | `classID=(-1)`| (changed)| `"-1"` |
1561 | `classID=(0)`| (changed)| `"0"` |
1562 | `classID=(integer)`| (changed)| `"1"` |
1563 | `classID=(NaN)`| (changed, warning)| `"NaN"` |
1564 | `classID=(float)`| (changed)| `"99.99"` |
1565 | `classID=(true)`| (initial, warning)| `<null>` |
1566 | `classID=(false)`| (initial, warning)| `<null>` |
1567 | `classID=(string 'true')`| (changed)| `"true"` |
1568 | `classID=(string 'false')`| (changed)| `"false"` |
1569 | `classID=(string 'on')`| (changed)| `"on"` |
1570 | `classID=(string 'off')`| (changed)| `"off"` |
1571 | `classID=(symbol)`| (initial, warning)| `<null>` |
1572 | `classID=(function)`| (initial, warning)| `<null>` |
1573 | `classID=(null)`| (initial)| `<null>` |
1574 | `classID=(undefined)`| (initial)| `<null>` |
1575
1576 ## `className` (on `<div>` inside `<div>`)
1577 | Test Case | Flags | Result |
1578 | --- | --- | --- |
1579 | `className=(string)`| (changed)| `"a string"` |
1580 | `className=(empty string)`| (initial)| `<empty string>` |
1581 | `className=(array with string)`| (changed)| `"string"` |
1582 | `className=(empty array)`| (initial)| `<empty string>` |
1583 | `className=(object)`| (changed)| `"result of toString()"` |
1584 | `className=(numeric string)`| (changed)| `"42"` |
1585 | `className=(-1)`| (changed)| `"-1"` |
1586 | `className=(0)`| (changed)| `"0"` |
1587 | `className=(integer)`| (changed)| `"1"` |
1588 | `className=(NaN)`| (changed, warning)| `"NaN"` |
1589 | `className=(float)`| (changed)| `"99.99"` |
1590 | `className=(true)`| (initial, warning)| `<empty string>` |
1591 | `className=(false)`| (initial, warning)| `<empty string>` |
1592 | `className=(string 'true')`| (changed)| `"true"` |
1593 | `className=(string 'false')`| (changed)| `"false"` |
1594 | `className=(string 'on')`| (changed)| `"on"` |
1595 | `className=(string 'off')`| (changed)| `"off"` |
1596 | `className=(symbol)`| (initial, warning)| `<empty string>` |
1597 | `className=(function)`| (initial, warning)| `<empty string>` |
1598 | `className=(null)`| (initial)| `<empty string>` |
1599 | `className=(undefined)`| (initial)| `<empty string>` |
1600
1601 ## `clip` (on `<svg>` inside `<div>`)
1602 | Test Case | Flags | Result |
1603 | --- | --- | --- |
1604 | `clip=(string)`| (changed)| `"a string"` |
1605 | `clip=(empty string)`| (changed)| `<empty string>` |
1606 | `clip=(array with string)`| (changed)| `"string"` |
1607 | `clip=(empty array)`| (changed)| `<empty string>` |
1608 | `clip=(object)`| (changed)| `"result of toString()"` |
1609 | `clip=(numeric string)`| (changed)| `"42"` |
1610 | `clip=(-1)`| (changed)| `"-1"` |
1611 | `clip=(0)`| (changed)| `"0"` |
1612 | `clip=(integer)`| (changed)| `"1"` |
1613 | `clip=(NaN)`| (changed, warning)| `"NaN"` |
1614 | `clip=(float)`| (changed)| `"99.99"` |
1615 | `clip=(true)`| (initial, warning)| `<null>` |
1616 | `clip=(false)`| (initial, warning)| `<null>` |
1617 | `clip=(string 'true')`| (changed)| `"true"` |
1618 | `clip=(string 'false')`| (changed)| `"false"` |
1619 | `clip=(string 'on')`| (changed)| `"on"` |
1620 | `clip=(string 'off')`| (changed)| `"off"` |
1621 | `clip=(symbol)`| (initial, warning)| `<null>` |
1622 | `clip=(function)`| (initial, warning)| `<null>` |
1623 | `clip=(null)`| (initial)| `<null>` |
1624 | `clip=(undefined)`| (initial)| `<null>` |
1625
1626 ## `clip-path` (on `<path>` inside `<svg>`)
1627 | Test Case | Flags | Result |
1628 | --- | --- | --- |
1629 | `clip-path=(string)`| (changed, warning)| `"a string"` |
1630 | `clip-path=(empty string)`| (changed, warning)| `<empty string>` |
1631 | `clip-path=(array with string)`| (changed, warning)| `"string"` |
1632 | `clip-path=(empty array)`| (changed, warning)| `<empty string>` |
1633 | `clip-path=(object)`| (changed, warning)| `"result of toString()"` |
1634 | `clip-path=(numeric string)`| (changed, warning)| `"42"` |
1635 | `clip-path=(-1)`| (changed, warning)| `"-1"` |
1636 | `clip-path=(0)`| (changed, warning)| `"0"` |
1637 | `clip-path=(integer)`| (changed, warning)| `"1"` |
1638 | `clip-path=(NaN)`| (changed, warning)| `"NaN"` |
1639 | `clip-path=(float)`| (changed, warning)| `"99.99"` |
1640 | `clip-path=(true)`| (initial, warning)| `<null>` |
1641 | `clip-path=(false)`| (initial, warning)| `<null>` |
1642 | `clip-path=(string 'true')`| (changed, warning)| `"true"` |
1643 | `clip-path=(string 'false')`| (changed, warning)| `"false"` |
1644 | `clip-path=(string 'on')`| (changed, warning)| `"on"` |
1645 | `clip-path=(string 'off')`| (changed, warning)| `"off"` |
1646 | `clip-path=(symbol)`| (initial, warning)| `<null>` |
1647 | `clip-path=(function)`| (initial, warning)| `<null>` |
1648 | `clip-path=(null)`| (initial, warning)| `<null>` |
1649 | `clip-path=(undefined)`| (initial, warning)| `<null>` |
1650
1651 ## `clipPath` (on `<path>` inside `<svg>`)
1652 | Test Case | Flags | Result |
1653 | --- | --- | --- |
1654 | `clipPath=(string)`| (changed)| `"a string"` |
1655 | `clipPath=(empty string)`| (changed)| `<empty string>` |
1656 | `clipPath=(array with string)`| (changed)| `"string"` |
1657 | `clipPath=(empty array)`| (changed)| `<empty string>` |
1658 | `clipPath=(object)`| (changed)| `"result of toString()"` |
1659 | `clipPath=(numeric string)`| (changed)| `"42"` |
1660 | `clipPath=(-1)`| (changed)| `"-1"` |
1661 | `clipPath=(0)`| (changed)| `"0"` |
1662 | `clipPath=(integer)`| (changed)| `"1"` |
1663 | `clipPath=(NaN)`| (changed, warning)| `"NaN"` |
1664 | `clipPath=(float)`| (changed)| `"99.99"` |
1665 | `clipPath=(true)`| (initial, warning)| `<null>` |
1666 | `clipPath=(false)`| (initial, warning)| `<null>` |
1667 | `clipPath=(string 'true')`| (changed)| `"true"` |
1668 | `clipPath=(string 'false')`| (changed)| `"false"` |
1669 | `clipPath=(string 'on')`| (changed)| `"on"` |
1670 | `clipPath=(string 'off')`| (changed)| `"off"` |
1671 | `clipPath=(symbol)`| (initial, warning)| `<null>` |
1672 | `clipPath=(function)`| (initial, warning)| `<null>` |
1673 | `clipPath=(null)`| (initial)| `<null>` |
1674 | `clipPath=(undefined)`| (initial)| `<null>` |
1675
1676 ## `clipPathUnits` (on `<clipPath>` inside `<svg>`)
1677 | Test Case | Flags | Result |
1678 | --- | --- | --- |
1679 | `clipPathUnits=(string)`| (changed)| `<number: 2>` |
1680 | `clipPathUnits=(empty string)`| (initial)| `<number: 1>` |
1681 | `clipPathUnits=(array with string)`| (changed)| `<number: 2>` |
1682 | `clipPathUnits=(empty array)`| (initial)| `<number: 1>` |
1683 | `clipPathUnits=(object)`| (initial)| `<number: 1>` |
1684 | `clipPathUnits=(numeric string)`| (initial)| `<number: 1>` |
1685 | `clipPathUnits=(-1)`| (initial)| `<number: 1>` |
1686 | `clipPathUnits=(0)`| (initial)| `<number: 1>` |
1687 | `clipPathUnits=(integer)`| (initial)| `<number: 1>` |
1688 | `clipPathUnits=(NaN)`| (initial, warning)| `<number: 1>` |
1689 | `clipPathUnits=(float)`| (initial)| `<number: 1>` |
1690 | `clipPathUnits=(true)`| (initial, warning)| `<number: 1>` |
1691 | `clipPathUnits=(false)`| (initial, warning)| `<number: 1>` |
1692 | `clipPathUnits=(string 'true')`| (initial)| `<number: 1>` |
1693 | `clipPathUnits=(string 'false')`| (initial)| `<number: 1>` |
1694 | `clipPathUnits=(string 'on')`| (initial)| `<number: 1>` |
1695 | `clipPathUnits=(string 'off')`| (initial)| `<number: 1>` |
1696 | `clipPathUnits=(symbol)`| (initial, warning)| `<number: 1>` |
1697 | `clipPathUnits=(function)`| (initial, warning)| `<number: 1>` |
1698 | `clipPathUnits=(null)`| (initial)| `<number: 1>` |
1699 | `clipPathUnits=(undefined)`| (initial)| `<number: 1>` |
1700
1701 ## `clip-rule` (on `<path>` inside `<svg>`)
1702 | Test Case | Flags | Result |
1703 | --- | --- | --- |
1704 | `clip-rule=(string)`| (changed, warning)| `"a string"` |
1705 | `clip-rule=(empty string)`| (changed, warning)| `<empty string>` |
1706 | `clip-rule=(array with string)`| (changed, warning)| `"string"` |
1707 | `clip-rule=(empty array)`| (changed, warning)| `<empty string>` |
1708 | `clip-rule=(object)`| (changed, warning)| `"result of toString()"` |
1709 | `clip-rule=(numeric string)`| (changed, warning)| `"42"` |
1710 | `clip-rule=(-1)`| (changed, warning)| `"-1"` |
1711 | `clip-rule=(0)`| (changed, warning)| `"0"` |
1712 | `clip-rule=(integer)`| (changed, warning)| `"1"` |
1713 | `clip-rule=(NaN)`| (changed, warning)| `"NaN"` |
1714 | `clip-rule=(float)`| (changed, warning)| `"99.99"` |
1715 | `clip-rule=(true)`| (initial, warning)| `<null>` |
1716 | `clip-rule=(false)`| (initial, warning)| `<null>` |
1717 | `clip-rule=(string 'true')`| (changed, warning)| `"true"` |
1718 | `clip-rule=(string 'false')`| (changed, warning)| `"false"` |
1719 | `clip-rule=(string 'on')`| (changed, warning)| `"on"` |
1720 | `clip-rule=(string 'off')`| (changed, warning)| `"off"` |
1721 | `clip-rule=(symbol)`| (initial, warning)| `<null>` |
1722 | `clip-rule=(function)`| (initial, warning)| `<null>` |
1723 | `clip-rule=(null)`| (initial, warning)| `<null>` |
1724 | `clip-rule=(undefined)`| (initial, warning)| `<null>` |
1725
1726 ## `clipRule` (on `<path>` inside `<svg>`)
1727 | Test Case | Flags | Result |
1728 | --- | --- | --- |
1729 | `clipRule=(string)`| (changed)| `"a string"` |
1730 | `clipRule=(empty string)`| (changed)| `<empty string>` |
1731 | `clipRule=(array with string)`| (changed)| `"string"` |
1732 | `clipRule=(empty array)`| (changed)| `<empty string>` |
1733 | `clipRule=(object)`| (changed)| `"result of toString()"` |
1734 | `clipRule=(numeric string)`| (changed)| `"42"` |
1735 | `clipRule=(-1)`| (changed)| `"-1"` |
1736 | `clipRule=(0)`| (changed)| `"0"` |
1737 | `clipRule=(integer)`| (changed)| `"1"` |
1738 | `clipRule=(NaN)`| (changed, warning)| `"NaN"` |
1739 | `clipRule=(float)`| (changed)| `"99.99"` |
1740 | `clipRule=(true)`| (initial, warning)| `<null>` |
1741 | `clipRule=(false)`| (initial, warning)| `<null>` |
1742 | `clipRule=(string 'true')`| (changed)| `"true"` |
1743 | `clipRule=(string 'false')`| (changed)| `"false"` |
1744 | `clipRule=(string 'on')`| (changed)| `"on"` |
1745 | `clipRule=(string 'off')`| (changed)| `"off"` |
1746 | `clipRule=(symbol)`| (initial, warning)| `<null>` |
1747 | `clipRule=(function)`| (initial, warning)| `<null>` |
1748 | `clipRule=(null)`| (initial)| `<null>` |
1749 | `clipRule=(undefined)`| (initial)| `<null>` |
1750
1751 ## `color` (on `<text>` inside `<svg>`)
1752 | Test Case | Flags | Result |
1753 | --- | --- | --- |
1754 | `color=(string)`| (changed)| `"a string"` |
1755 | `color=(empty string)`| (changed)| `<empty string>` |
1756 | `color=(array with string)`| (changed)| `"string"` |
1757 | `color=(empty array)`| (changed)| `<empty string>` |
1758 | `color=(object)`| (changed)| `"result of toString()"` |
1759 | `color=(numeric string)`| (changed)| `"42"` |
1760 | `color=(-1)`| (changed)| `"-1"` |
1761 | `color=(0)`| (changed)| `"0"` |
1762 | `color=(integer)`| (changed)| `"1"` |
1763 | `color=(NaN)`| (changed, warning)| `"NaN"` |
1764 | `color=(float)`| (changed)| `"99.99"` |
1765 | `color=(true)`| (initial, warning)| `<null>` |
1766 | `color=(false)`| (initial, warning)| `<null>` |
1767 | `color=(string 'true')`| (changed)| `"true"` |
1768 | `color=(string 'false')`| (changed)| `"false"` |
1769 | `color=(string 'on')`| (changed)| `"on"` |
1770 | `color=(string 'off')`| (changed)| `"off"` |
1771 | `color=(symbol)`| (initial, warning)| `<null>` |
1772 | `color=(function)`| (initial, warning)| `<null>` |
1773 | `color=(null)`| (initial)| `<null>` |
1774 | `color=(undefined)`| (initial)| `<null>` |
1775
1776 ## `color-interpolation` (on `<animate>` inside `<svg>`)
1777 | Test Case | Flags | Result |
1778 | --- | --- | --- |
1779 | `color-interpolation=(string)`| (changed, warning)| `"sRGB"` |
1780 | `color-interpolation=(empty string)`| (changed, warning)| `<empty string>` |
1781 | `color-interpolation=(array with string)`| (changed, warning)| `"sRGB"` |
1782 | `color-interpolation=(empty array)`| (changed, warning)| `<empty string>` |
1783 | `color-interpolation=(object)`| (changed, warning)| `"result of toString()"` |
1784 | `color-interpolation=(numeric string)`| (changed, warning)| `"42"` |
1785 | `color-interpolation=(-1)`| (changed, warning)| `"-1"` |
1786 | `color-interpolation=(0)`| (changed, warning)| `"0"` |
1787 | `color-interpolation=(integer)`| (changed, warning)| `"1"` |
1788 | `color-interpolation=(NaN)`| (changed, warning)| `"NaN"` |
1789 | `color-interpolation=(float)`| (changed, warning)| `"99.99"` |
1790 | `color-interpolation=(true)`| (initial, warning)| `<null>` |
1791 | `color-interpolation=(false)`| (initial, warning)| `<null>` |
1792 | `color-interpolation=(string 'true')`| (changed, warning)| `"true"` |
1793 | `color-interpolation=(string 'false')`| (changed, warning)| `"false"` |
1794 | `color-interpolation=(string 'on')`| (changed, warning)| `"on"` |
1795 | `color-interpolation=(string 'off')`| (changed, warning)| `"off"` |
1796 | `color-interpolation=(symbol)`| (initial, warning)| `<null>` |
1797 | `color-interpolation=(function)`| (initial, warning)| `<null>` |
1798 | `color-interpolation=(null)`| (initial, warning)| `<null>` |
1799 | `color-interpolation=(undefined)`| (initial, warning)| `<null>` |
1800
1801 ## `colorInterpolation` (on `<animate>` inside `<svg>`)
1802 | Test Case | Flags | Result |
1803 | --- | --- | --- |
1804 | `colorInterpolation=(string)`| (changed)| `"sRGB"` |
1805 | `colorInterpolation=(empty string)`| (changed)| `<empty string>` |
1806 | `colorInterpolation=(array with string)`| (changed)| `"sRGB"` |
1807 | `colorInterpolation=(empty array)`| (changed)| `<empty string>` |
1808 | `colorInterpolation=(object)`| (changed)| `"result of toString()"` |
1809 | `colorInterpolation=(numeric string)`| (changed)| `"42"` |
1810 | `colorInterpolation=(-1)`| (changed)| `"-1"` |
1811 | `colorInterpolation=(0)`| (changed)| `"0"` |
1812 | `colorInterpolation=(integer)`| (changed)| `"1"` |
1813 | `colorInterpolation=(NaN)`| (changed, warning)| `"NaN"` |
1814 | `colorInterpolation=(float)`| (changed)| `"99.99"` |
1815 | `colorInterpolation=(true)`| (initial, warning)| `<null>` |
1816 | `colorInterpolation=(false)`| (initial, warning)| `<null>` |
1817 | `colorInterpolation=(string 'true')`| (changed)| `"true"` |
1818 | `colorInterpolation=(string 'false')`| (changed)| `"false"` |
1819 | `colorInterpolation=(string 'on')`| (changed)| `"on"` |
1820 | `colorInterpolation=(string 'off')`| (changed)| `"off"` |
1821 | `colorInterpolation=(symbol)`| (initial, warning)| `<null>` |
1822 | `colorInterpolation=(function)`| (initial, warning)| `<null>` |
1823 | `colorInterpolation=(null)`| (initial)| `<null>` |
1824 | `colorInterpolation=(undefined)`| (initial)| `<null>` |
1825
1826 ## `color-interpolation-filters` (on `<feComposite>` inside `<svg>`)
1827 | Test Case | Flags | Result |
1828 | --- | --- | --- |
1829 | `color-interpolation-filters=(string)`| (changed, warning)| `"sRGB"` |
1830 | `color-interpolation-filters=(empty string)`| (changed, warning)| `<empty string>` |
1831 | `color-interpolation-filters=(array with string)`| (changed, warning)| `"sRGB"` |
1832 | `color-interpolation-filters=(empty array)`| (changed, warning)| `<empty string>` |
1833 | `color-interpolation-filters=(object)`| (changed, warning)| `"result of toString()"` |
1834 | `color-interpolation-filters=(numeric string)`| (changed, warning)| `"42"` |
1835 | `color-interpolation-filters=(-1)`| (changed, warning)| `"-1"` |
1836 | `color-interpolation-filters=(0)`| (changed, warning)| `"0"` |
1837 | `color-interpolation-filters=(integer)`| (changed, warning)| `"1"` |
1838 | `color-interpolation-filters=(NaN)`| (changed, warning)| `"NaN"` |
1839 | `color-interpolation-filters=(float)`| (changed, warning)| `"99.99"` |
1840 | `color-interpolation-filters=(true)`| (initial, warning)| `<null>` |
1841 | `color-interpolation-filters=(false)`| (initial, warning)| `<null>` |
1842 | `color-interpolation-filters=(string 'true')`| (changed, warning)| `"true"` |
1843 | `color-interpolation-filters=(string 'false')`| (changed, warning)| `"false"` |
1844 | `color-interpolation-filters=(string 'on')`| (changed, warning)| `"on"` |
1845 | `color-interpolation-filters=(string 'off')`| (changed, warning)| `"off"` |
1846 | `color-interpolation-filters=(symbol)`| (initial, warning)| `<null>` |
1847 | `color-interpolation-filters=(function)`| (initial, warning)| `<null>` |
1848 | `color-interpolation-filters=(null)`| (initial, warning)| `<null>` |
1849 | `color-interpolation-filters=(undefined)`| (initial, warning)| `<null>` |
1850
1851 ## `colorInterpolationFilters` (on `<feComposite>` inside `<svg>`)
1852 | Test Case | Flags | Result |
1853 | --- | --- | --- |
1854 | `colorInterpolationFilters=(string)`| (changed)| `"sRGB"` |
1855 | `colorInterpolationFilters=(empty string)`| (changed)| `<empty string>` |
1856 | `colorInterpolationFilters=(array with string)`| (changed)| `"sRGB"` |
1857 | `colorInterpolationFilters=(empty array)`| (changed)| `<empty string>` |
1858 | `colorInterpolationFilters=(object)`| (changed)| `"result of toString()"` |
1859 | `colorInterpolationFilters=(numeric string)`| (changed)| `"42"` |
1860 | `colorInterpolationFilters=(-1)`| (changed)| `"-1"` |
1861 | `colorInterpolationFilters=(0)`| (changed)| `"0"` |
1862 | `colorInterpolationFilters=(integer)`| (changed)| `"1"` |
1863 | `colorInterpolationFilters=(NaN)`| (changed, warning)| `"NaN"` |
1864 | `colorInterpolationFilters=(float)`| (changed)| `"99.99"` |
1865 | `colorInterpolationFilters=(true)`| (initial, warning)| `<null>` |
1866 | `colorInterpolationFilters=(false)`| (initial, warning)| `<null>` |
1867 | `colorInterpolationFilters=(string 'true')`| (changed)| `"true"` |
1868 | `colorInterpolationFilters=(string 'false')`| (changed)| `"false"` |
1869 | `colorInterpolationFilters=(string 'on')`| (changed)| `"on"` |
1870 | `colorInterpolationFilters=(string 'off')`| (changed)| `"off"` |
1871 | `colorInterpolationFilters=(symbol)`| (initial, warning)| `<null>` |
1872 | `colorInterpolationFilters=(function)`| (initial, warning)| `<null>` |
1873 | `colorInterpolationFilters=(null)`| (initial)| `<null>` |
1874 | `colorInterpolationFilters=(undefined)`| (initial)| `<null>` |
1875
1876 ## `color-profile` (on `<image>` inside `<svg>`)
1877 | Test Case | Flags | Result |
1878 | --- | --- | --- |
1879 | `color-profile=(string)`| (changed, warning)| `"sRGB"` |
1880 | `color-profile=(empty string)`| (changed, warning)| `<empty string>` |
1881 | `color-profile=(array with string)`| (changed, warning)| `"sRGB"` |
1882 | `color-profile=(empty array)`| (changed, warning)| `<empty string>` |
1883 | `color-profile=(object)`| (changed, warning)| `"result of toString()"` |
1884 | `color-profile=(numeric string)`| (changed, warning)| `"42"` |
1885 | `color-profile=(-1)`| (changed, warning)| `"-1"` |
1886 | `color-profile=(0)`| (changed, warning)| `"0"` |
1887 | `color-profile=(integer)`| (changed, warning)| `"1"` |
1888 | `color-profile=(NaN)`| (changed, warning)| `"NaN"` |
1889 | `color-profile=(float)`| (changed, warning)| `"99.99"` |
1890 | `color-profile=(true)`| (initial, warning)| `<null>` |
1891 | `color-profile=(false)`| (initial, warning)| `<null>` |
1892 | `color-profile=(string 'true')`| (changed, warning)| `"true"` |
1893 | `color-profile=(string 'false')`| (changed, warning)| `"false"` |
1894 | `color-profile=(string 'on')`| (changed, warning)| `"on"` |
1895 | `color-profile=(string 'off')`| (changed, warning)| `"off"` |
1896 | `color-profile=(symbol)`| (initial, warning)| `<null>` |
1897 | `color-profile=(function)`| (initial, warning)| `<null>` |
1898 | `color-profile=(null)`| (initial, warning)| `<null>` |
1899 | `color-profile=(undefined)`| (initial, warning)| `<null>` |
1900
1901 ## `colorProfile` (on `<image>` inside `<svg>`)
1902 | Test Case | Flags | Result |
1903 | --- | --- | --- |
1904 | `colorProfile=(string)`| (changed)| `"sRGB"` |
1905 | `colorProfile=(empty string)`| (changed)| `<empty string>` |
1906 | `colorProfile=(array with string)`| (changed)| `"sRGB"` |
1907 | `colorProfile=(empty array)`| (changed)| `<empty string>` |
1908 | `colorProfile=(object)`| (changed)| `"result of toString()"` |
1909 | `colorProfile=(numeric string)`| (changed)| `"42"` |
1910 | `colorProfile=(-1)`| (changed)| `"-1"` |
1911 | `colorProfile=(0)`| (changed)| `"0"` |
1912 | `colorProfile=(integer)`| (changed)| `"1"` |
1913 | `colorProfile=(NaN)`| (changed, warning)| `"NaN"` |
1914 | `colorProfile=(float)`| (changed)| `"99.99"` |
1915 | `colorProfile=(true)`| (initial, warning)| `<null>` |
1916 | `colorProfile=(false)`| (initial, warning)| `<null>` |
1917 | `colorProfile=(string 'true')`| (changed)| `"true"` |
1918 | `colorProfile=(string 'false')`| (changed)| `"false"` |
1919 | `colorProfile=(string 'on')`| (changed)| `"on"` |
1920 | `colorProfile=(string 'off')`| (changed)| `"off"` |
1921 | `colorProfile=(symbol)`| (initial, warning)| `<null>` |
1922 | `colorProfile=(function)`| (initial, warning)| `<null>` |
1923 | `colorProfile=(null)`| (initial)| `<null>` |
1924 | `colorProfile=(undefined)`| (initial)| `<null>` |
1925
1926 ## `color-rendering` (on `<animate>` inside `<svg>`)
1927 | Test Case | Flags | Result |
1928 | --- | --- | --- |
1929 | `color-rendering=(string)`| (changed, warning)| `"optimizeSpeed"` |
1930 | `color-rendering=(empty string)`| (changed, warning)| `<empty string>` |
1931 | `color-rendering=(array with string)`| (changed, warning)| `"optimizeSpeed"` |
1932 | `color-rendering=(empty array)`| (changed, warning)| `<empty string>` |
1933 | `color-rendering=(object)`| (changed, warning)| `"result of toString()"` |
1934 | `color-rendering=(numeric string)`| (changed, warning)| `"42"` |
1935 | `color-rendering=(-1)`| (changed, warning)| `"-1"` |
1936 | `color-rendering=(0)`| (changed, warning)| `"0"` |
1937 | `color-rendering=(integer)`| (changed, warning)| `"1"` |
1938 | `color-rendering=(NaN)`| (changed, warning)| `"NaN"` |
1939 | `color-rendering=(float)`| (changed, warning)| `"99.99"` |
1940 | `color-rendering=(true)`| (initial, warning)| `<null>` |
1941 | `color-rendering=(false)`| (initial, warning)| `<null>` |
1942 | `color-rendering=(string 'true')`| (changed, warning)| `"true"` |
1943 | `color-rendering=(string 'false')`| (changed, warning)| `"false"` |
1944 | `color-rendering=(string 'on')`| (changed, warning)| `"on"` |
1945 | `color-rendering=(string 'off')`| (changed, warning)| `"off"` |
1946 | `color-rendering=(symbol)`| (initial, warning)| `<null>` |
1947 | `color-rendering=(function)`| (initial, warning)| `<null>` |
1948 | `color-rendering=(null)`| (initial, warning)| `<null>` |
1949 | `color-rendering=(undefined)`| (initial, warning)| `<null>` |
1950
1951 ## `colorRendering` (on `<animate>` inside `<svg>`)
1952 | Test Case | Flags | Result |
1953 | --- | --- | --- |
1954 | `colorRendering=(string)`| (changed)| `"optimizeSpeed"` |
1955 | `colorRendering=(empty string)`| (changed)| `<empty string>` |
1956 | `colorRendering=(array with string)`| (changed)| `"optimizeSpeed"` |
1957 | `colorRendering=(empty array)`| (changed)| `<empty string>` |
1958 | `colorRendering=(object)`| (changed)| `"result of toString()"` |
1959 | `colorRendering=(numeric string)`| (changed)| `"42"` |
1960 | `colorRendering=(-1)`| (changed)| `"-1"` |
1961 | `colorRendering=(0)`| (changed)| `"0"` |
1962 | `colorRendering=(integer)`| (changed)| `"1"` |
1963 | `colorRendering=(NaN)`| (changed, warning)| `"NaN"` |
1964 | `colorRendering=(float)`| (changed)| `"99.99"` |
1965 | `colorRendering=(true)`| (initial, warning)| `<null>` |
1966 | `colorRendering=(false)`| (initial, warning)| `<null>` |
1967 | `colorRendering=(string 'true')`| (changed)| `"true"` |
1968 | `colorRendering=(string 'false')`| (changed)| `"false"` |
1969 | `colorRendering=(string 'on')`| (changed)| `"on"` |
1970 | `colorRendering=(string 'off')`| (changed)| `"off"` |
1971 | `colorRendering=(symbol)`| (initial, warning)| `<null>` |
1972 | `colorRendering=(function)`| (initial, warning)| `<null>` |
1973 | `colorRendering=(null)`| (initial)| `<null>` |
1974 | `colorRendering=(undefined)`| (initial)| `<null>` |
1975
1976 ## `cols` (on `<textarea>` inside `<div>`)
1977 | Test Case | Flags | Result |
1978 | --- | --- | --- |
1979 | `cols=(string)`| (initial)| `<number: 20>` |
1980 | `cols=(empty string)`| (initial)| `<number: 20>` |
1981 | `cols=(array with string)`| (initial)| `<number: 20>` |
1982 | `cols=(empty array)`| (initial)| `<number: 20>` |
1983 | `cols=(object)`| (initial)| `<number: 20>` |
1984 | `cols=(numeric string)`| (changed)| `<number: 42>` |
1985 | `cols=(-1)`| (initial)| `<number: 20>` |
1986 | `cols=(0)`| (initial)| `<number: 20>` |
1987 | `cols=(integer)`| (changed)| `<number: 1>` |
1988 | `cols=(NaN)`| (initial, warning)| `<number: 20>` |
1989 | `cols=(float)`| (changed)| `<number: 99>` |
1990 | `cols=(true)`| (initial, warning)| `<number: 20>` |
1991 | `cols=(false)`| (initial, warning)| `<number: 20>` |
1992 | `cols=(string 'true')`| (initial)| `<number: 20>` |
1993 | `cols=(string 'false')`| (initial)| `<number: 20>` |
1994 | `cols=(string 'on')`| (initial)| `<number: 20>` |
1995 | `cols=(string 'off')`| (initial)| `<number: 20>` |
1996 | `cols=(symbol)`| (initial, warning)| `<number: 20>` |
1997 | `cols=(function)`| (initial, warning)| `<number: 20>` |
1998 | `cols=(null)`| (initial)| `<number: 20>` |
1999 | `cols=(undefined)`| (initial)| `<number: 20>` |
2000
2001 ## `colSpan` (on `<td>` inside `<tr>`)
2002 | Test Case | Flags | Result |
2003 | --- | --- | --- |
2004 | `colSpan=(string)`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2005 | `colSpan=(empty string)`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2006 | `colSpan=(array with string)`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2007 | `colSpan=(empty array)`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2008 | `colSpan=(object)`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2009 | `colSpan=(numeric string)`| (changed, ssr error, ssr mismatch)| `<number: 42>` |
2010 | `colSpan=(-1)`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2011 | `colSpan=(0)`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2012 | `colSpan=(integer)`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2013 | `colSpan=(NaN)`| (initial, warning, ssr error, ssr mismatch)| `<number: 1>` |
2014 | `colSpan=(float)`| (changed, ssr error, ssr mismatch)| `<number: 99>` |
2015 | `colSpan=(true)`| (initial, warning, ssr error, ssr mismatch)| `<number: 1>` |
2016 | `colSpan=(false)`| (initial, warning, ssr error, ssr mismatch)| `<number: 1>` |
2017 | `colSpan=(string 'true')`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2018 | `colSpan=(string 'false')`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2019 | `colSpan=(string 'on')`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2020 | `colSpan=(string 'off')`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2021 | `colSpan=(symbol)`| (initial, warning, ssr error, ssr mismatch)| `<number: 1>` |
2022 | `colSpan=(function)`| (initial, warning, ssr error, ssr mismatch)| `<number: 1>` |
2023 | `colSpan=(null)`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2024 | `colSpan=(undefined)`| (initial, ssr error, ssr mismatch)| `<number: 1>` |
2025
2026 ## `content` (on `<meta>` inside `<head>`)
2027 | Test Case | Flags | Result |
2028 | --- | --- | --- |
2029 | `content=(string)`| (changed)| `"a string"` |
2030 | `content=(empty string)`| (initial)| `<empty string>` |
2031 | `content=(array with string)`| (changed)| `"string"` |
2032 | `content=(empty array)`| (initial)| `<empty string>` |
2033 | `content=(object)`| (changed)| `"result of toString()"` |
2034 | `content=(numeric string)`| (changed)| `"42"` |
2035 | `content=(-1)`| (changed)| `"-1"` |
2036 | `content=(0)`| (changed)| `"0"` |
2037 | `content=(integer)`| (changed)| `"1"` |
2038 | `content=(NaN)`| (changed, warning)| `"NaN"` |
2039 | `content=(float)`| (changed)| `"99.99"` |
2040 | `content=(true)`| (initial, warning)| `<empty string>` |
2041 | `content=(false)`| (initial, warning)| `<empty string>` |
2042 | `content=(string 'true')`| (changed)| `"true"` |
2043 | `content=(string 'false')`| (changed)| `"false"` |
2044 | `content=(string 'on')`| (changed)| `"on"` |
2045 | `content=(string 'off')`| (changed)| `"off"` |
2046 | `content=(symbol)`| (initial, warning)| `<empty string>` |
2047 | `content=(function)`| (initial, warning)| `<empty string>` |
2048 | `content=(null)`| (initial)| `<empty string>` |
2049 | `content=(undefined)`| (initial)| `<empty string>` |
2050
2051 ## `contentEditable` (on `<div>` inside `<div>`)
2052 | Test Case | Flags | Result |
2053 | --- | --- | --- |
2054 | `contentEditable=(string)`| (initial)| `"inherit"` |
2055 | `contentEditable=(empty string)`| (changed)| `"true"` |
2056 | `contentEditable=(array with string)`| (initial)| `"inherit"` |
2057 | `contentEditable=(empty array)`| (changed)| `"true"` |
2058 | `contentEditable=(object)`| (initial)| `"inherit"` |
2059 | `contentEditable=(numeric string)`| (initial)| `"inherit"` |
2060 | `contentEditable=(-1)`| (initial)| `"inherit"` |
2061 | `contentEditable=(0)`| (initial)| `"inherit"` |
2062 | `contentEditable=(integer)`| (initial)| `"inherit"` |
2063 | `contentEditable=(NaN)`| (initial, warning)| `"inherit"` |
2064 | `contentEditable=(float)`| (initial)| `"inherit"` |
2065 | `contentEditable=(true)`| (changed)| `"true"` |
2066 | `contentEditable=(false)`| (changed)| `"false"` |
2067 | `contentEditable=(string 'true')`| (changed)| `"true"` |
2068 | `contentEditable=(string 'false')`| (changed)| `"false"` |
2069 | `contentEditable=(string 'on')`| (initial)| `"inherit"` |
2070 | `contentEditable=(string 'off')`| (initial)| `"inherit"` |
2071 | `contentEditable=(symbol)`| (initial, warning)| `"inherit"` |
2072 | `contentEditable=(function)`| (initial, warning)| `"inherit"` |
2073 | `contentEditable=(null)`| (initial)| `"inherit"` |
2074 | `contentEditable=(undefined)`| (initial)| `"inherit"` |
2075
2076 ## `contentScriptType` (on `<svg>` inside `<div>`)
2077 | Test Case | Flags | Result |
2078 | --- | --- | --- |
2079 | `contentScriptType=(string)`| (changed, ssr mismatch)| `"a string"` |
2080 | `contentScriptType=(empty string)`| (changed, ssr mismatch)| `<empty string>` |
2081 | `contentScriptType=(array with string)`| (changed, ssr mismatch)| `"string"` |
2082 | `contentScriptType=(empty array)`| (changed, ssr mismatch)| `<empty string>` |
2083 | `contentScriptType=(object)`| (changed, ssr mismatch)| `"result of toString()"` |
2084 | `contentScriptType=(numeric string)`| (changed, ssr mismatch)| `"42"` |
2085 | `contentScriptType=(-1)`| (changed, ssr mismatch)| `"-1"` |
2086 | `contentScriptType=(0)`| (changed, ssr mismatch)| `"0"` |
2087 | `contentScriptType=(integer)`| (changed, ssr mismatch)| `"1"` |
2088 | `contentScriptType=(NaN)`| (changed, warning, ssr mismatch)| `"NaN"` |
2089 | `contentScriptType=(float)`| (changed, ssr mismatch)| `"99.99"` |
2090 | `contentScriptType=(true)`| (initial, warning)| `<null>` |
2091 | `contentScriptType=(false)`| (initial, warning)| `<null>` |
2092 | `contentScriptType=(string 'true')`| (changed, ssr mismatch)| `"true"` |
2093 | `contentScriptType=(string 'false')`| (changed, ssr mismatch)| `"false"` |
2094 | `contentScriptType=(string 'on')`| (changed, ssr mismatch)| `"on"` |
2095 | `contentScriptType=(string 'off')`| (changed, ssr mismatch)| `"off"` |
2096 | `contentScriptType=(symbol)`| (initial, warning)| `<null>` |
2097 | `contentScriptType=(function)`| (initial, warning)| `<null>` |
2098 | `contentScriptType=(null)`| (initial)| `<null>` |
2099 | `contentScriptType=(undefined)`| (initial)| `<null>` |
2100
2101 ## `contentStyleType` (on `<svg>` inside `<div>`)
2102 | Test Case | Flags | Result |
2103 | --- | --- | --- |
2104 | `contentStyleType=(string)`| (changed, ssr mismatch)| `"a string"` |
2105 | `contentStyleType=(empty string)`| (changed, ssr mismatch)| `<empty string>` |
2106 | `contentStyleType=(array with string)`| (changed, ssr mismatch)| `"string"` |
2107 | `contentStyleType=(empty array)`| (changed, ssr mismatch)| `<empty string>` |
2108 | `contentStyleType=(object)`| (changed, ssr mismatch)| `"result of toString()"` |
2109 | `contentStyleType=(numeric string)`| (changed, ssr mismatch)| `"42"` |
2110 | `contentStyleType=(-1)`| (changed, ssr mismatch)| `"-1"` |
2111 | `contentStyleType=(0)`| (changed, ssr mismatch)| `"0"` |
2112 | `contentStyleType=(integer)`| (changed, ssr mismatch)| `"1"` |
2113 | `contentStyleType=(NaN)`| (changed, warning, ssr mismatch)| `"NaN"` |
2114 | `contentStyleType=(float)`| (changed, ssr mismatch)| `"99.99"` |
2115 | `contentStyleType=(true)`| (initial, warning)| `<null>` |
2116 | `contentStyleType=(false)`| (initial, warning)| `<null>` |
2117 | `contentStyleType=(string 'true')`| (changed, ssr mismatch)| `"true"` |
2118 | `contentStyleType=(string 'false')`| (changed, ssr mismatch)| `"false"` |
2119 | `contentStyleType=(string 'on')`| (changed, ssr mismatch)| `"on"` |
2120 | `contentStyleType=(string 'off')`| (changed, ssr mismatch)| `"off"` |
2121 | `contentStyleType=(symbol)`| (initial, warning)| `<null>` |
2122 | `contentStyleType=(function)`| (initial, warning)| `<null>` |
2123 | `contentStyleType=(null)`| (initial)| `<null>` |
2124 | `contentStyleType=(undefined)`| (initial)| `<null>` |
2125
2126 ## `contextMenu` (on `<div>` inside `<div>`)
2127 | Test Case | Flags | Result |
2128 | --- | --- | --- |
2129 | `contextMenu=(string)`| (changed)| `"a string"` |
2130 | `contextMenu=(empty string)`| (changed)| `<empty string>` |
2131 | `contextMenu=(array with string)`| (changed)| `"string"` |
2132 | `contextMenu=(empty array)`| (changed)| `<empty string>` |
2133 | `contextMenu=(object)`| (changed)| `"result of toString()"` |
2134 | `contextMenu=(numeric string)`| (changed)| `"42"` |
2135 | `contextMenu=(-1)`| (changed)| `"-1"` |
2136 | `contextMenu=(0)`| (changed)| `"0"` |
2137 | `contextMenu=(integer)`| (changed)| `"1"` |
2138 | `contextMenu=(NaN)`| (changed, warning)| `"NaN"` |
2139 | `contextMenu=(float)`| (changed)| `"99.99"` |
2140 | `contextMenu=(true)`| (initial, warning)| `<null>` |
2141 | `contextMenu=(false)`| (initial, warning)| `<null>` |
2142 | `contextMenu=(string 'true')`| (changed)| `"true"` |
2143 | `contextMenu=(string 'false')`| (changed)| `"false"` |
2144 | `contextMenu=(string 'on')`| (changed)| `"on"` |
2145 | `contextMenu=(string 'off')`| (changed)| `"off"` |
2146 | `contextMenu=(symbol)`| (initial, warning)| `<null>` |
2147 | `contextMenu=(function)`| (initial, warning)| `<null>` |
2148 | `contextMenu=(null)`| (initial)| `<null>` |
2149 | `contextMenu=(undefined)`| (initial)| `<null>` |
2150
2151 ## `controls` (on `<video>` inside `<div>`)
2152 | Test Case | Flags | Result |
2153 | --- | --- | --- |
2154 | `controls=(string)`| (changed)| `<boolean: true>` |
2155 | `controls=(empty string)`| (initial)| `<boolean: false>` |
2156 | `controls=(array with string)`| (changed)| `<boolean: true>` |
2157 | `controls=(empty array)`| (changed)| `<boolean: true>` |
2158 | `controls=(object)`| (changed)| `<boolean: true>` |
2159 | `controls=(numeric string)`| (changed)| `<boolean: true>` |
2160 | `controls=(-1)`| (changed)| `<boolean: true>` |
2161 | `controls=(0)`| (initial)| `<boolean: false>` |
2162 | `controls=(integer)`| (changed)| `<boolean: true>` |
2163 | `controls=(NaN)`| (initial, warning)| `<boolean: false>` |
2164 | `controls=(float)`| (changed)| `<boolean: true>` |
2165 | `controls=(true)`| (changed)| `<boolean: true>` |
2166 | `controls=(false)`| (initial)| `<boolean: false>` |
2167 | `controls=(string 'true')`| (changed, warning)| `<boolean: true>` |
2168 | `controls=(string 'false')`| (changed, warning)| `<boolean: true>` |
2169 | `controls=(string 'on')`| (changed)| `<boolean: true>` |
2170 | `controls=(string 'off')`| (changed)| `<boolean: true>` |
2171 | `controls=(symbol)`| (initial, warning)| `<boolean: false>` |
2172 | `controls=(function)`| (initial, warning)| `<boolean: false>` |
2173 | `controls=(null)`| (initial)| `<boolean: false>` |
2174 | `controls=(undefined)`| (initial)| `<boolean: false>` |
2175
2176 ## `coords` (on `<a>` inside `<div>`)
2177 | Test Case | Flags | Result |
2178 | --- | --- | --- |
2179 | `coords=(string)`| (changed)| `"a string"` |
2180 | `coords=(empty string)`| (initial)| `<empty string>` |
2181 | `coords=(array with string)`| (changed)| `"string"` |
2182 | `coords=(empty array)`| (initial)| `<empty string>` |
2183 | `coords=(object)`| (changed)| `"result of toString()"` |
2184 | `coords=(numeric string)`| (changed)| `"42"` |
2185 | `coords=(-1)`| (changed)| `"-1"` |
2186 | `coords=(0)`| (changed)| `"0"` |
2187 | `coords=(integer)`| (changed)| `"1"` |
2188 | `coords=(NaN)`| (changed, warning)| `"NaN"` |
2189 | `coords=(float)`| (changed)| `"99.99"` |
2190 | `coords=(true)`| (initial, warning)| `<empty string>` |
2191 | `coords=(false)`| (initial, warning)| `<empty string>` |
2192 | `coords=(string 'true')`| (changed)| `"true"` |
2193 | `coords=(string 'false')`| (changed)| `"false"` |
2194 | `coords=(string 'on')`| (changed)| `"on"` |
2195 | `coords=(string 'off')`| (changed)| `"off"` |
2196 | `coords=(symbol)`| (initial, warning)| `<empty string>` |
2197 | `coords=(function)`| (initial, warning)| `<empty string>` |
2198 | `coords=(null)`| (initial)| `<empty string>` |
2199 | `coords=(undefined)`| (initial)| `<empty string>` |
2200
2201 ## `crossOrigin` (on `<script>` inside `<div>`)
2202 | Test Case | Flags | Result |
2203 | --- | --- | --- |
2204 | `crossOrigin=(string)`| (changed)| `"anonymous"` |
2205 | `crossOrigin=(empty string)`| (changed)| `"anonymous"` |
2206 | `crossOrigin=(array with string)`| (changed)| `"anonymous"` |
2207 | `crossOrigin=(empty array)`| (changed)| `"anonymous"` |
2208 | `crossOrigin=(object)`| (changed)| `"anonymous"` |
2209 | `crossOrigin=(numeric string)`| (changed)| `"anonymous"` |
2210 | `crossOrigin=(-1)`| (changed)| `"anonymous"` |
2211 | `crossOrigin=(0)`| (changed)| `"anonymous"` |
2212 | `crossOrigin=(integer)`| (changed)| `"anonymous"` |
2213 | `crossOrigin=(NaN)`| (changed, warning)| `"anonymous"` |
2214 | `crossOrigin=(float)`| (changed)| `"anonymous"` |
2215 | `crossOrigin=(true)`| (initial, warning)| `<null>` |
2216 | `crossOrigin=(false)`| (initial, warning)| `<null>` |
2217 | `crossOrigin=(string 'true')`| (changed)| `"anonymous"` |
2218 | `crossOrigin=(string 'false')`| (changed)| `"anonymous"` |
2219 | `crossOrigin=(string 'on')`| (changed)| `"anonymous"` |
2220 | `crossOrigin=(string 'off')`| (changed)| `"anonymous"` |
2221 | `crossOrigin=(symbol)`| (initial, warning)| `<null>` |
2222 | `crossOrigin=(function)`| (initial, warning)| `<null>` |
2223 | `crossOrigin=(null)`| (initial)| `<null>` |
2224 | `crossOrigin=(undefined)`| (initial)| `<null>` |
2225
2226 ## `cursor` (on `<div>` inside `<div>`)
2227 | Test Case | Flags | Result |
2228 | --- | --- | --- |
2229 | `cursor=(string)`| (changed)| `"a string"` |
2230 | `cursor=(empty string)`| (changed)| `<empty string>` |
2231 | `cursor=(array with string)`| (changed)| `"string"` |
2232 | `cursor=(empty array)`| (changed)| `<empty string>` |
2233 | `cursor=(object)`| (changed)| `"result of toString()"` |
2234 | `cursor=(numeric string)`| (changed)| `"42"` |
2235 | `cursor=(-1)`| (changed)| `"-1"` |
2236 | `cursor=(0)`| (changed)| `"0"` |
2237 | `cursor=(integer)`| (changed)| `"1"` |
2238 | `cursor=(NaN)`| (changed, warning)| `"NaN"` |
2239 | `cursor=(float)`| (changed)| `"99.99"` |
2240 | `cursor=(true)`| (initial, warning)| `<null>` |
2241 | `cursor=(false)`| (initial, warning)| `<null>` |
2242 | `cursor=(string 'true')`| (changed)| `"true"` |
2243 | `cursor=(string 'false')`| (changed)| `"false"` |
2244 | `cursor=(string 'on')`| (changed)| `"on"` |
2245 | `cursor=(string 'off')`| (changed)| `"off"` |
2246 | `cursor=(symbol)`| (initial, warning)| `<null>` |
2247 | `cursor=(function)`| (initial, warning)| `<null>` |
2248 | `cursor=(null)`| (initial)| `<null>` |
2249 | `cursor=(undefined)`| (initial)| `<null>` |
2250
2251 ## `cx` (on `<circle>` inside `<svg>`)
2252 | Test Case | Flags | Result |
2253 | --- | --- | --- |
2254 | `cx=(string)`| (changed)| `<SVGLength: 10px>` |
2255 | `cx=(empty string)`| (initial)| `<SVGLength: 0>` |
2256 | `cx=(array with string)`| (changed)| `<SVGLength: 10px>` |
2257 | `cx=(empty array)`| (initial)| `<SVGLength: 0>` |
2258 | `cx=(object)`| (initial)| `<SVGLength: 0>` |
2259 | `cx=(numeric string)`| (changed)| `<SVGLength: 42>` |
2260 | `cx=(-1)`| (changed)| `<SVGLength: -1>` |
2261 | `cx=(0)`| (initial)| `<SVGLength: 0>` |
2262 | `cx=(integer)`| (changed)| `<SVGLength: 1>` |
2263 | `cx=(NaN)`| (initial, warning)| `<SVGLength: 0>` |
2264 | `cx=(float)`| (changed)| `<SVGLength: 99.99>` |
2265 | `cx=(true)`| (initial, warning)| `<SVGLength: 0>` |
2266 | `cx=(false)`| (initial, warning)| `<SVGLength: 0>` |
2267 | `cx=(string 'true')`| (initial)| `<SVGLength: 0>` |
2268 | `cx=(string 'false')`| (initial)| `<SVGLength: 0>` |
2269 | `cx=(string 'on')`| (initial)| `<SVGLength: 0>` |
2270 | `cx=(string 'off')`| (initial)| `<SVGLength: 0>` |
2271 | `cx=(symbol)`| (initial, warning)| `<SVGLength: 0>` |
2272 | `cx=(function)`| (initial, warning)| `<SVGLength: 0>` |
2273 | `cx=(null)`| (initial)| `<SVGLength: 0>` |
2274 | `cx=(undefined)`| (initial)| `<SVGLength: 0>` |
2275
2276 ## `cy` (on `<circle>` inside `<svg>`)
2277 | Test Case | Flags | Result |
2278 | --- | --- | --- |
2279 | `cy=(string)`| (changed)| `<SVGLength: 10%>` |
2280 | `cy=(empty string)`| (initial)| `<SVGLength: 0>` |
2281 | `cy=(array with string)`| (changed)| `<SVGLength: 10%>` |
2282 | `cy=(empty array)`| (initial)| `<SVGLength: 0>` |
2283 | `cy=(object)`| (initial)| `<SVGLength: 0>` |
2284 | `cy=(numeric string)`| (changed)| `<SVGLength: 42>` |
2285 | `cy=(-1)`| (changed)| `<SVGLength: -1>` |
2286 | `cy=(0)`| (initial)| `<SVGLength: 0>` |
2287 | `cy=(integer)`| (changed)| `<SVGLength: 1>` |
2288 | `cy=(NaN)`| (initial, warning)| `<SVGLength: 0>` |
2289 | `cy=(float)`| (changed)| `<SVGLength: 99.99>` |
2290 | `cy=(true)`| (initial, warning)| `<SVGLength: 0>` |
2291 | `cy=(false)`| (initial, warning)| `<SVGLength: 0>` |
2292 | `cy=(string 'true')`| (initial)| `<SVGLength: 0>` |
2293 | `cy=(string 'false')`| (initial)| `<SVGLength: 0>` |
2294 | `cy=(string 'on')`| (initial)| `<SVGLength: 0>` |
2295 | `cy=(string 'off')`| (initial)| `<SVGLength: 0>` |
2296 | `cy=(symbol)`| (initial, warning)| `<SVGLength: 0>` |
2297 | `cy=(function)`| (initial, warning)| `<SVGLength: 0>` |
2298 | `cy=(null)`| (initial)| `<SVGLength: 0>` |
2299 | `cy=(undefined)`| (initial)| `<SVGLength: 0>` |
2300
2301 ## `d` (on `<path>` inside `<svg>`)
2302 | Test Case | Flags | Result |
2303 | --- | --- | --- |
2304 | `d=(string)`| (changed)| `"a string"` |
2305 | `d=(empty string)`| (changed)| `<empty string>` |
2306 | `d=(array with string)`| (changed)| `"string"` |
2307 | `d=(empty array)`| (changed)| `<empty string>` |
2308 | `d=(object)`| (changed)| `"result of toString()"` |
2309 | `d=(numeric string)`| (changed)| `"42"` |
2310 | `d=(-1)`| (changed)| `"-1"` |
2311 | `d=(0)`| (changed)| `"0"` |
2312 | `d=(integer)`| (changed)| `"1"` |
2313 | `d=(NaN)`| (changed, warning)| `"NaN"` |
2314 | `d=(float)`| (changed)| `"99.99"` |
2315 | `d=(true)`| (initial, warning)| `<null>` |
2316 | `d=(false)`| (initial, warning)| `<null>` |
2317 | `d=(string 'true')`| (changed)| `"true"` |
2318 | `d=(string 'false')`| (changed)| `"false"` |
2319 | `d=(string 'on')`| (changed)| `"on"` |
2320 | `d=(string 'off')`| (changed)| `"off"` |
2321 | `d=(symbol)`| (initial, warning)| `<null>` |
2322 | `d=(function)`| (initial, warning)| `<null>` |
2323 | `d=(null)`| (initial)| `<null>` |
2324 | `d=(undefined)`| (initial)| `<null>` |
2325
2326 ## `dangerouslySetInnerHTML` (on `<div>` inside `<div>`)
2327 | Test Case | Flags | Result |
2328 | --- | --- | --- |
2329 | `dangerouslySetInnerHTML=(string)`| (changed, error, warning, ssr error)| `` |
2330 | `dangerouslySetInnerHTML=(empty string)`| (changed, error, warning, ssr error)| `` |
2331 | `dangerouslySetInnerHTML=(array with string)`| (changed, error, warning, ssr error)| `` |
2332 | `dangerouslySetInnerHTML=(empty array)`| (changed, error, warning, ssr error)| `` |
2333 | `dangerouslySetInnerHTML=(object)`| (changed, error, warning, ssr error)| `` |
2334 | `dangerouslySetInnerHTML=(numeric string)`| (changed, error, warning, ssr error)| `` |
2335 | `dangerouslySetInnerHTML=(-1)`| (changed, error, warning, ssr error)| `` |
2336 | `dangerouslySetInnerHTML=(0)`| (changed, error, warning, ssr error)| `` |
2337 | `dangerouslySetInnerHTML=(integer)`| (changed, error, warning, ssr error)| `` |
2338 | `dangerouslySetInnerHTML=(NaN)`| (changed, error, warning, ssr error)| `` |
2339 | `dangerouslySetInnerHTML=(float)`| (changed, error, warning, ssr error)| `` |
2340 | `dangerouslySetInnerHTML=(true)`| (changed, error, warning, ssr error)| `` |
2341 | `dangerouslySetInnerHTML=(false)`| (changed, error, warning, ssr error)| `` |
2342 | `dangerouslySetInnerHTML=(string 'true')`| (changed, error, warning, ssr error)| `` |
2343 | `dangerouslySetInnerHTML=(string 'false')`| (changed, error, warning, ssr error)| `` |
2344 | `dangerouslySetInnerHTML=(string 'on')`| (changed, error, warning, ssr error)| `` |
2345 | `dangerouslySetInnerHTML=(string 'off')`| (changed, error, warning, ssr error)| `` |
2346 | `dangerouslySetInnerHTML=(symbol)`| (changed, error, warning, ssr error)| `` |
2347 | `dangerouslySetInnerHTML=(function)`| (changed, error, warning, ssr error)| `` |
2348 | `dangerouslySetInnerHTML=(null)`| (initial)| `<null>` |
2349 | `dangerouslySetInnerHTML=(undefined)`| (initial)| `<null>` |
2350
2351 ## `DangerouslySetInnerHTML` (on `<div>` inside `<div>`)
2352 | Test Case | Flags | Result |
2353 | --- | --- | --- |
2354 | `DangerouslySetInnerHTML=(string)`| (changed, warning)| `"a string"` |
2355 | `DangerouslySetInnerHTML=(empty string)`| (changed, warning)| `<empty string>` |
2356 | `DangerouslySetInnerHTML=(array with string)`| (changed, warning)| `"string"` |
2357 | `DangerouslySetInnerHTML=(empty array)`| (changed, warning)| `<empty string>` |
2358 | `DangerouslySetInnerHTML=(object)`| (changed, warning)| `"result of toString()"` |
2359 | `DangerouslySetInnerHTML=(numeric string)`| (changed, warning)| `"42"` |
2360 | `DangerouslySetInnerHTML=(-1)`| (changed, warning)| `"-1"` |
2361 | `DangerouslySetInnerHTML=(0)`| (changed, warning)| `"0"` |
2362 | `DangerouslySetInnerHTML=(integer)`| (changed, warning)| `"1"` |
2363 | `DangerouslySetInnerHTML=(NaN)`| (changed, warning)| `"NaN"` |
2364 | `DangerouslySetInnerHTML=(float)`| (changed, warning)| `"99.99"` |
2365 | `DangerouslySetInnerHTML=(true)`| (initial, warning)| `<null>` |
2366 | `DangerouslySetInnerHTML=(false)`| (initial, warning)| `<null>` |
2367 | `DangerouslySetInnerHTML=(string 'true')`| (changed, warning)| `"true"` |
2368 | `DangerouslySetInnerHTML=(string 'false')`| (changed, warning)| `"false"` |
2369 | `DangerouslySetInnerHTML=(string 'on')`| (changed, warning)| `"on"` |
2370 | `DangerouslySetInnerHTML=(string 'off')`| (changed, warning)| `"off"` |
2371 | `DangerouslySetInnerHTML=(symbol)`| (initial, warning)| `<null>` |
2372 | `DangerouslySetInnerHTML=(function)`| (initial, warning)| `<null>` |
2373 | `DangerouslySetInnerHTML=(null)`| (initial, warning)| `<null>` |
2374 | `DangerouslySetInnerHTML=(undefined)`| (initial, warning)| `<null>` |
2375
2376 ## `data` (on `<div>` inside `<div>`)
2377 | Test Case | Flags | Result |
2378 | --- | --- | --- |
2379 | `data=(string)`| (changed)| `"a string"` |
2380 | `data=(empty string)`| (changed)| `<empty string>` |
2381 | `data=(array with string)`| (changed)| `"string"` |
2382 | `data=(empty array)`| (changed)| `<empty string>` |
2383 | `data=(object)`| (changed)| `"result of toString()"` |
2384 | `data=(numeric string)`| (changed)| `"42"` |
2385 | `data=(-1)`| (changed)| `"-1"` |
2386 | `data=(0)`| (changed)| `"0"` |
2387 | `data=(integer)`| (changed)| `"1"` |
2388 | `data=(NaN)`| (changed, warning)| `"NaN"` |
2389 | `data=(float)`| (changed)| `"99.99"` |
2390 | `data=(true)`| (initial, warning)| `<null>` |
2391 | `data=(false)`| (initial, warning)| `<null>` |
2392 | `data=(string 'true')`| (changed)| `"true"` |
2393 | `data=(string 'false')`| (changed)| `"false"` |
2394 | `data=(string 'on')`| (changed)| `"on"` |
2395 | `data=(string 'off')`| (changed)| `"off"` |
2396 | `data=(symbol)`| (initial, warning)| `<null>` |
2397 | `data=(function)`| (initial, warning)| `<null>` |
2398 | `data=(null)`| (initial)| `<null>` |
2399 | `data=(undefined)`| (initial)| `<null>` |
2400
2401 ## `data-` (on `<div>` inside `<div>`)
2402 | Test Case | Flags | Result |
2403 | --- | --- | --- |
2404 | `data-=(string)`| (changed)| `"a string"` |
2405 | `data-=(empty string)`| (changed)| `<empty string>` |
2406 | `data-=(array with string)`| (changed)| `"string"` |
2407 | `data-=(empty array)`| (changed)| `<empty string>` |
2408 | `data-=(object)`| (changed)| `"result of toString()"` |
2409 | `data-=(numeric string)`| (changed)| `"42"` |
2410 | `data-=(-1)`| (changed)| `"-1"` |
2411 | `data-=(0)`| (changed)| `"0"` |
2412 | `data-=(integer)`| (changed)| `"1"` |
2413 | `data-=(NaN)`| (changed, warning)| `"NaN"` |
2414 | `data-=(float)`| (changed)| `"99.99"` |
2415 | `data-=(true)`| (changed)| `"true"` |
2416 | `data-=(false)`| (changed)| `"false"` |
2417 | `data-=(string 'true')`| (changed)| `"true"` |
2418 | `data-=(string 'false')`| (changed)| `"false"` |
2419 | `data-=(string 'on')`| (changed)| `"on"` |
2420 | `data-=(string 'off')`| (changed)| `"off"` |
2421 | `data-=(symbol)`| (initial, warning)| `<null>` |
2422 | `data-=(function)`| (initial, warning)| `<null>` |
2423 | `data-=(null)`| (initial)| `<null>` |
2424 | `data-=(undefined)`| (initial)| `<null>` |
2425
2426 ## `data-unknownattribute` (on `<div>` inside `<div>`)
2427 | Test Case | Flags | Result |
2428 | --- | --- | --- |
2429 | `data-unknownattribute=(string)`| (changed)| `"a string"` |
2430 | `data-unknownattribute=(empty string)`| (changed)| `<empty string>` |
2431 | `data-unknownattribute=(array with string)`| (changed)| `"string"` |
2432 | `data-unknownattribute=(empty array)`| (changed)| `<empty string>` |
2433 | `data-unknownattribute=(object)`| (changed)| `"result of toString()"` |
2434 | `data-unknownattribute=(numeric string)`| (changed)| `"42"` |
2435 | `data-unknownattribute=(-1)`| (changed)| `"-1"` |
2436 | `data-unknownattribute=(0)`| (changed)| `"0"` |
2437 | `data-unknownattribute=(integer)`| (changed)| `"1"` |
2438 | `data-unknownattribute=(NaN)`| (changed, warning)| `"NaN"` |
2439 | `data-unknownattribute=(float)`| (changed)| `"99.99"` |
2440 | `data-unknownattribute=(true)`| (changed)| `"true"` |
2441 | `data-unknownattribute=(false)`| (changed)| `"false"` |
2442 | `data-unknownattribute=(string 'true')`| (changed)| `"true"` |
2443 | `data-unknownattribute=(string 'false')`| (changed)| `"false"` |
2444 | `data-unknownattribute=(string 'on')`| (changed)| `"on"` |
2445 | `data-unknownattribute=(string 'off')`| (changed)| `"off"` |
2446 | `data-unknownattribute=(symbol)`| (initial, warning)| `<null>` |
2447 | `data-unknownattribute=(function)`| (initial, warning)| `<null>` |
2448 | `data-unknownattribute=(null)`| (initial)| `<null>` |
2449 | `data-unknownattribute=(undefined)`| (initial)| `<null>` |
2450
2451 ## `datatype` (on `<div>` inside `<div>`)
2452 | Test Case | Flags | Result |
2453 | --- | --- | --- |
2454 | `datatype=(string)`| (changed)| `"a string"` |
2455 | `datatype=(empty string)`| (changed)| `<empty string>` |
2456 | `datatype=(array with string)`| (changed)| `"string"` |
2457 | `datatype=(empty array)`| (changed)| `<empty string>` |
2458 | `datatype=(object)`| (changed)| `"result of toString()"` |
2459 | `datatype=(numeric string)`| (changed)| `"42"` |
2460 | `datatype=(-1)`| (changed)| `"-1"` |
2461 | `datatype=(0)`| (changed)| `"0"` |
2462 | `datatype=(integer)`| (changed)| `"1"` |
2463 | `datatype=(NaN)`| (changed, warning)| `"NaN"` |
2464 | `datatype=(float)`| (changed)| `"99.99"` |
2465 | `datatype=(true)`| (initial, warning)| `<null>` |
2466 | `datatype=(false)`| (initial, warning)| `<null>` |
2467 | `datatype=(string 'true')`| (changed)| `"true"` |
2468 | `datatype=(string 'false')`| (changed)| `"false"` |
2469 | `datatype=(string 'on')`| (changed)| `"on"` |
2470 | `datatype=(string 'off')`| (changed)| `"off"` |
2471 | `datatype=(symbol)`| (initial, warning)| `<null>` |
2472 | `datatype=(function)`| (initial, warning)| `<null>` |
2473 | `datatype=(null)`| (initial)| `<null>` |
2474 | `datatype=(undefined)`| (initial)| `<null>` |
2475
2476 ## `dateTime` (on `<time>` inside `<div>`)
2477 | Test Case | Flags | Result |
2478 | --- | --- | --- |
2479 | `dateTime=(string)`| (changed)| `"2001-05-15T19:00"` |
2480 | `dateTime=(empty string)`| (changed)| `<empty string>` |
2481 | `dateTime=(array with string)`| (changed)| `"2001-05-15T19:00"` |
2482 | `dateTime=(empty array)`| (changed)| `<empty string>` |
2483 | `dateTime=(object)`| (changed)| `"result of toString()"` |
2484 | `dateTime=(numeric string)`| (changed)| `"42"` |
2485 | `dateTime=(-1)`| (changed)| `"-1"` |
2486 | `dateTime=(0)`| (changed)| `"0"` |
2487 | `dateTime=(integer)`| (changed)| `"1"` |
2488 | `dateTime=(NaN)`| (changed, warning)| `"NaN"` |
2489 | `dateTime=(float)`| (changed)| `"99.99"` |
2490 | `dateTime=(true)`| (initial, warning)| `<null>` |
2491 | `dateTime=(false)`| (initial, warning)| `<null>` |
2492 | `dateTime=(string 'true')`| (changed)| `"true"` |
2493 | `dateTime=(string 'false')`| (changed)| `"false"` |
2494 | `dateTime=(string 'on')`| (changed)| `"on"` |
2495 | `dateTime=(string 'off')`| (changed)| `"off"` |
2496 | `dateTime=(symbol)`| (initial, warning)| `<null>` |
2497 | `dateTime=(function)`| (initial, warning)| `<null>` |
2498 | `dateTime=(null)`| (initial)| `<null>` |
2499 | `dateTime=(undefined)`| (initial)| `<null>` |
2500
2501 ## `decelerate` (on `<animate>` inside `<svg>`)
2502 | Test Case | Flags | Result |
2503 | --- | --- | --- |
2504 | `decelerate=(string)`| (changed)| `"a string"` |
2505 | `decelerate=(empty string)`| (changed)| `<empty string>` |
2506 | `decelerate=(array with string)`| (changed)| `"string"` |
2507 | `decelerate=(empty array)`| (changed)| `<empty string>` |
2508 | `decelerate=(object)`| (changed)| `"result of toString()"` |
2509 | `decelerate=(numeric string)`| (changed)| `"42"` |
2510 | `decelerate=(-1)`| (changed)| `"-1"` |
2511 | `decelerate=(0)`| (changed)| `"0"` |
2512 | `decelerate=(integer)`| (changed)| `"1"` |
2513 | `decelerate=(NaN)`| (changed, warning)| `"NaN"` |
2514 | `decelerate=(float)`| (changed)| `"99.99"` |
2515 | `decelerate=(true)`| (initial, warning)| `<null>` |
2516 | `decelerate=(false)`| (initial, warning)| `<null>` |
2517 | `decelerate=(string 'true')`| (changed)| `"true"` |
2518 | `decelerate=(string 'false')`| (changed)| `"false"` |
2519 | `decelerate=(string 'on')`| (changed)| `"on"` |
2520 | `decelerate=(string 'off')`| (changed)| `"off"` |
2521 | `decelerate=(symbol)`| (initial, warning)| `<null>` |
2522 | `decelerate=(function)`| (initial, warning)| `<null>` |
2523 | `decelerate=(null)`| (initial)| `<null>` |
2524 | `decelerate=(undefined)`| (initial)| `<null>` |
2525
2526 ## `default` (on `<track>` inside `<div>`)
2527 | Test Case | Flags | Result |
2528 | --- | --- | --- |
2529 | `default=(string)`| (changed)| `<boolean: true>` |
2530 | `default=(empty string)`| (initial)| `<boolean: false>` |
2531 | `default=(array with string)`| (changed)| `<boolean: true>` |
2532 | `default=(empty array)`| (changed)| `<boolean: true>` |
2533 | `default=(object)`| (changed)| `<boolean: true>` |
2534 | `default=(numeric string)`| (changed)| `<boolean: true>` |
2535 | `default=(-1)`| (changed)| `<boolean: true>` |
2536 | `default=(0)`| (initial)| `<boolean: false>` |
2537 | `default=(integer)`| (changed)| `<boolean: true>` |
2538 | `default=(NaN)`| (initial, warning)| `<boolean: false>` |
2539 | `default=(float)`| (changed)| `<boolean: true>` |
2540 | `default=(true)`| (changed)| `<boolean: true>` |
2541 | `default=(false)`| (initial)| `<boolean: false>` |
2542 | `default=(string 'true')`| (changed, warning)| `<boolean: true>` |
2543 | `default=(string 'false')`| (changed, warning)| `<boolean: true>` |
2544 | `default=(string 'on')`| (changed)| `<boolean: true>` |
2545 | `default=(string 'off')`| (changed)| `<boolean: true>` |
2546 | `default=(symbol)`| (initial, warning)| `<boolean: false>` |
2547 | `default=(function)`| (initial, warning)| `<boolean: false>` |
2548 | `default=(null)`| (initial)| `<boolean: false>` |
2549 | `default=(undefined)`| (initial)| `<boolean: false>` |
2550
2551 ## `defaultchecked` (on `<input>` inside `<div>`)
2552 | Test Case | Flags | Result |
2553 | --- | --- | --- |
2554 | `defaultchecked=(string)`| (changed, warning)| `"a string"` |
2555 | `defaultchecked=(empty string)`| (changed, warning)| `<empty string>` |
2556 | `defaultchecked=(array with string)`| (changed, warning)| `"string"` |
2557 | `defaultchecked=(empty array)`| (changed, warning)| `<empty string>` |
2558 | `defaultchecked=(object)`| (changed, warning)| `"result of toString()"` |
2559 | `defaultchecked=(numeric string)`| (changed, warning)| `"42"` |
2560 | `defaultchecked=(-1)`| (changed, warning)| `"-1"` |
2561 | `defaultchecked=(0)`| (changed, warning)| `"0"` |
2562 | `defaultchecked=(integer)`| (changed, warning)| `"1"` |
2563 | `defaultchecked=(NaN)`| (changed, warning)| `"NaN"` |
2564 | `defaultchecked=(float)`| (changed, warning)| `"99.99"` |
2565 | `defaultchecked=(true)`| (initial, warning)| `<null>` |
2566 | `defaultchecked=(false)`| (initial, warning)| `<null>` |
2567 | `defaultchecked=(string 'true')`| (changed, warning)| `"true"` |
2568 | `defaultchecked=(string 'false')`| (changed, warning)| `"false"` |
2569 | `defaultchecked=(string 'on')`| (changed, warning)| `"on"` |
2570 | `defaultchecked=(string 'off')`| (changed, warning)| `"off"` |
2571 | `defaultchecked=(symbol)`| (initial, warning)| `<null>` |
2572 | `defaultchecked=(function)`| (initial, warning)| `<null>` |
2573 | `defaultchecked=(null)`| (initial, warning)| `<null>` |
2574 | `defaultchecked=(undefined)`| (initial, warning)| `<null>` |
2575
2576 ## `defaultChecked` (on `<input>` inside `<div>`)
2577 | Test Case | Flags | Result |
2578 | --- | --- | --- |
2579 | `defaultChecked=(string)`| (changed)| `<boolean: true>` |
2580 | `defaultChecked=(empty string)`| (initial)| `<boolean: false>` |
2581 | `defaultChecked=(array with string)`| (changed)| `<boolean: true>` |
2582 | `defaultChecked=(empty array)`| (changed)| `<boolean: true>` |
2583 | `defaultChecked=(object)`| (changed)| `<boolean: true>` |
2584 | `defaultChecked=(numeric string)`| (changed)| `<boolean: true>` |
2585 | `defaultChecked=(-1)`| (changed)| `<boolean: true>` |
2586 | `defaultChecked=(0)`| (initial)| `<boolean: false>` |
2587 | `defaultChecked=(integer)`| (changed)| `<boolean: true>` |
2588 | `defaultChecked=(NaN)`| (initial, warning)| `<boolean: false>` |
2589 | `defaultChecked=(float)`| (changed)| `<boolean: true>` |
2590 | `defaultChecked=(true)`| (changed)| `<boolean: true>` |
2591 | `defaultChecked=(false)`| (initial)| `<boolean: false>` |
2592 | `defaultChecked=(string 'true')`| (changed)| `<boolean: true>` |
2593 | `defaultChecked=(string 'false')`| (changed)| `<boolean: true>` |
2594 | `defaultChecked=(string 'on')`| (changed)| `<boolean: true>` |
2595 | `defaultChecked=(string 'off')`| (changed)| `<boolean: true>` |
2596 | `defaultChecked=(symbol)`| (initial)| `<boolean: false>` |
2597 | `defaultChecked=(function)`| (initial)| `<boolean: false>` |
2598 | `defaultChecked=(null)`| (initial)| `<boolean: false>` |
2599 | `defaultChecked=(undefined)`| (initial)| `<boolean: false>` |
2600
2601 ## `defaultValue` (on `<input>` inside `<div>`)
2602 | Test Case | Flags | Result |
2603 | --- | --- | --- |
2604 | `defaultValue=(string)`| (changed)| `"a string"` |
2605 | `defaultValue=(empty string)`| (initial)| `<empty string>` |
2606 | `defaultValue=(array with string)`| (changed)| `"string"` |
2607 | `defaultValue=(empty array)`| (initial)| `<empty string>` |
2608 | `defaultValue=(object)`| (changed)| `"result of toString()"` |
2609 | `defaultValue=(numeric string)`| (changed)| `"42"` |
2610 | `defaultValue=(-1)`| (changed)| `"-1"` |
2611 | `defaultValue=(0)`| (changed)| `"0"` |
2612 | `defaultValue=(integer)`| (changed)| `"1"` |
2613 | `defaultValue=(NaN)`| (changed, warning)| `"NaN"` |
2614 | `defaultValue=(float)`| (changed)| `"99.99"` |
2615 | `defaultValue=(true)`| (changed)| `"true"` |
2616 | `defaultValue=(false)`| (changed)| `"false"` |
2617 | `defaultValue=(string 'true')`| (changed)| `"true"` |
2618 | `defaultValue=(string 'false')`| (changed)| `"false"` |
2619 | `defaultValue=(string 'on')`| (changed)| `"on"` |
2620 | `defaultValue=(string 'off')`| (changed)| `"off"` |
2621 | `defaultValue=(symbol)`| (initial)| `<empty string>` |
2622 | `defaultValue=(function)`| (initial)| `<empty string>` |
2623 | `defaultValue=(null)`| (initial)| `<empty string>` |
2624 | `defaultValue=(undefined)`| (initial)| `<empty string>` |
2625
2626 ## `defaultValuE` (on `<input>` inside `<div>`)
2627 | Test Case | Flags | Result |
2628 | --- | --- | --- |
2629 | `defaultValuE=(string)`| (changed, warning)| `"a string"` |
2630 | `defaultValuE=(empty string)`| (changed, warning)| `<empty string>` |
2631 | `defaultValuE=(array with string)`| (changed, warning)| `"string"` |
2632 | `defaultValuE=(empty array)`| (changed, warning)| `<empty string>` |
2633 | `defaultValuE=(object)`| (changed, warning)| `"result of toString()"` |
2634 | `defaultValuE=(numeric string)`| (changed, warning)| `"42"` |
2635 | `defaultValuE=(-1)`| (changed, warning)| `"-1"` |
2636 | `defaultValuE=(0)`| (changed, warning)| `"0"` |
2637 | `defaultValuE=(integer)`| (changed, warning)| `"1"` |
2638 | `defaultValuE=(NaN)`| (changed, warning)| `"NaN"` |
2639 | `defaultValuE=(float)`| (changed, warning)| `"99.99"` |
2640 | `defaultValuE=(true)`| (initial, warning)| `<null>` |
2641 | `defaultValuE=(false)`| (initial, warning)| `<null>` |
2642 | `defaultValuE=(string 'true')`| (changed, warning)| `"true"` |
2643 | `defaultValuE=(string 'false')`| (changed, warning)| `"false"` |
2644 | `defaultValuE=(string 'on')`| (changed, warning)| `"on"` |
2645 | `defaultValuE=(string 'off')`| (changed, warning)| `"off"` |
2646 | `defaultValuE=(symbol)`| (initial, warning)| `<null>` |
2647 | `defaultValuE=(function)`| (initial, warning)| `<null>` |
2648 | `defaultValuE=(null)`| (initial, warning)| `<null>` |
2649 | `defaultValuE=(undefined)`| (initial, warning)| `<null>` |
2650
2651 ## `defer` (on `<script>` inside `<div>`)
2652 | Test Case | Flags | Result |
2653 | --- | --- | --- |
2654 | `defer=(string)`| (changed)| `<boolean: true>` |
2655 | `defer=(empty string)`| (initial)| `<boolean: false>` |
2656 | `defer=(array with string)`| (changed)| `<boolean: true>` |
2657 | `defer=(empty array)`| (changed)| `<boolean: true>` |
2658 | `defer=(object)`| (changed)| `<boolean: true>` |
2659 | `defer=(numeric string)`| (changed)| `<boolean: true>` |
2660 | `defer=(-1)`| (changed)| `<boolean: true>` |
2661 | `defer=(0)`| (initial)| `<boolean: false>` |
2662 | `defer=(integer)`| (changed)| `<boolean: true>` |
2663 | `defer=(NaN)`| (initial, warning)| `<boolean: false>` |
2664 | `defer=(float)`| (changed)| `<boolean: true>` |
2665 | `defer=(true)`| (changed)| `<boolean: true>` |
2666 | `defer=(false)`| (initial)| `<boolean: false>` |
2667 | `defer=(string 'true')`| (changed, warning)| `<boolean: true>` |
2668 | `defer=(string 'false')`| (changed, warning)| `<boolean: true>` |
2669 | `defer=(string 'on')`| (changed)| `<boolean: true>` |
2670 | `defer=(string 'off')`| (changed)| `<boolean: true>` |
2671 | `defer=(symbol)`| (initial, warning)| `<boolean: false>` |
2672 | `defer=(function)`| (initial, warning)| `<boolean: false>` |
2673 | `defer=(null)`| (initial)| `<boolean: false>` |
2674 | `defer=(undefined)`| (initial)| `<boolean: false>` |
2675
2676 ## `descent` (on `<font-face>` inside `<svg>`)
2677 | Test Case | Flags | Result |
2678 | --- | --- | --- |
2679 | `descent=(string)`| (changed)| `"a string"` |
2680 | `descent=(empty string)`| (changed)| `<empty string>` |
2681 | `descent=(array with string)`| (changed)| `"string"` |
2682 | `descent=(empty array)`| (changed)| `<empty string>` |
2683 | `descent=(object)`| (changed)| `"result of toString()"` |
2684 | `descent=(numeric string)`| (changed)| `"42"` |
2685 | `descent=(-1)`| (changed)| `"-1"` |
2686 | `descent=(0)`| (changed)| `"0"` |
2687 | `descent=(integer)`| (changed)| `"1"` |
2688 | `descent=(NaN)`| (changed, warning)| `"NaN"` |
2689 | `descent=(float)`| (changed)| `"99.99"` |
2690 | `descent=(true)`| (initial, warning)| `<null>` |
2691 | `descent=(false)`| (initial, warning)| `<null>` |
2692 | `descent=(string 'true')`| (changed)| `"true"` |
2693 | `descent=(string 'false')`| (changed)| `"false"` |
2694 | `descent=(string 'on')`| (changed)| `"on"` |
2695 | `descent=(string 'off')`| (changed)| `"off"` |
2696 | `descent=(symbol)`| (initial, warning)| `<null>` |
2697 | `descent=(function)`| (initial, warning)| `<null>` |
2698 | `descent=(null)`| (initial)| `<null>` |
2699 | `descent=(undefined)`| (initial)| `<null>` |
2700
2701 ## `diffuseConstant` (on `<feDiffuseLighting>` inside `<svg>`)
2702 | Test Case | Flags | Result |
2703 | --- | --- | --- |
2704 | `diffuseConstant=(string)`| (initial)| `<number: 1>` |
2705 | `diffuseConstant=(empty string)`| (changed)| `<number: 0>` |
2706 | `diffuseConstant=(array with string)`| (initial)| `<number: 1>` |
2707 | `diffuseConstant=(empty array)`| (changed)| `<number: 0>` |
2708 | `diffuseConstant=(object)`| (initial)| `<number: 1>` |
2709 | `diffuseConstant=(numeric string)`| (changed)| `<number: 42>` |
2710 | `diffuseConstant=(-1)`| (changed)| `<number: -1>` |
2711 | `diffuseConstant=(0)`| (changed)| `<number: 0>` |
2712 | `diffuseConstant=(integer)`| (initial)| `<number: 1>` |
2713 | `diffuseConstant=(NaN)`| (initial, warning)| `<number: 1>` |
2714 | `diffuseConstant=(float)`| (changed)| `<number: 99.98999786376953>` |
2715 | `diffuseConstant=(true)`| (initial, warning)| `<number: 1>` |
2716 | `diffuseConstant=(false)`| (initial, warning)| `<number: 1>` |
2717 | `diffuseConstant=(string 'true')`| (initial)| `<number: 1>` |
2718 | `diffuseConstant=(string 'false')`| (initial)| `<number: 1>` |
2719 | `diffuseConstant=(string 'on')`| (initial)| `<number: 1>` |
2720 | `diffuseConstant=(string 'off')`| (initial)| `<number: 1>` |
2721 | `diffuseConstant=(symbol)`| (initial, warning)| `<number: 1>` |
2722 | `diffuseConstant=(function)`| (initial, warning)| `<number: 1>` |
2723 | `diffuseConstant=(null)`| (initial)| `<number: 1>` |
2724 | `diffuseConstant=(undefined)`| (initial)| `<number: 1>` |
2725
2726 ## `dir` (on `<div>` inside `<div>`)
2727 | Test Case | Flags | Result |
2728 | --- | --- | --- |
2729 | `dir=(string)`| (changed)| `"rtl"` |
2730 | `dir=(empty string)`| (initial)| `<empty string>` |
2731 | `dir=(array with string)`| (changed)| `"rtl"` |
2732 | `dir=(empty array)`| (initial)| `<empty string>` |
2733 | `dir=(object)`| (initial)| `<empty string>` |
2734 | `dir=(numeric string)`| (initial)| `<empty string>` |
2735 | `dir=(-1)`| (initial)| `<empty string>` |
2736 | `dir=(0)`| (initial)| `<empty string>` |
2737 | `dir=(integer)`| (initial)| `<empty string>` |
2738 | `dir=(NaN)`| (initial, warning)| `<empty string>` |
2739 | `dir=(float)`| (initial)| `<empty string>` |
2740 | `dir=(true)`| (initial, warning)| `<empty string>` |
2741 | `dir=(false)`| (initial, warning)| `<empty string>` |
2742 | `dir=(string 'true')`| (initial)| `<empty string>` |
2743 | `dir=(string 'false')`| (initial)| `<empty string>` |
2744 | `dir=(string 'on')`| (initial)| `<empty string>` |
2745 | `dir=(string 'off')`| (initial)| `<empty string>` |
2746 | `dir=(symbol)`| (initial, warning)| `<empty string>` |
2747 | `dir=(function)`| (initial, warning)| `<empty string>` |
2748 | `dir=(null)`| (initial)| `<empty string>` |
2749 | `dir=(undefined)`| (initial)| `<empty string>` |
2750
2751 ## `direction` (on `<text>` inside `<svg>`)
2752 | Test Case | Flags | Result |
2753 | --- | --- | --- |
2754 | `direction=(string)`| (changed)| `"rtl"` |
2755 | `direction=(empty string)`| (changed)| `<empty string>` |
2756 | `direction=(array with string)`| (changed)| `"rtl"` |
2757 | `direction=(empty array)`| (changed)| `<empty string>` |
2758 | `direction=(object)`| (changed)| `"result of toString()"` |
2759 | `direction=(numeric string)`| (changed)| `"42"` |
2760 | `direction=(-1)`| (changed)| `"-1"` |
2761 | `direction=(0)`| (changed)| `"0"` |
2762 | `direction=(integer)`| (changed)| `"1"` |
2763 | `direction=(NaN)`| (changed, warning)| `"NaN"` |
2764 | `direction=(float)`| (changed)| `"99.99"` |
2765 | `direction=(true)`| (initial, warning)| `<null>` |
2766 | `direction=(false)`| (initial, warning)| `<null>` |
2767 | `direction=(string 'true')`| (changed)| `"true"` |
2768 | `direction=(string 'false')`| (changed)| `"false"` |
2769 | `direction=(string 'on')`| (changed)| `"on"` |
2770 | `direction=(string 'off')`| (changed)| `"off"` |
2771 | `direction=(symbol)`| (initial, warning)| `<null>` |
2772 | `direction=(function)`| (initial, warning)| `<null>` |
2773 | `direction=(null)`| (initial)| `<null>` |
2774 | `direction=(undefined)`| (initial)| `<null>` |
2775
2776 ## `disabled` (on `<input>` inside `<div>`)
2777 | Test Case | Flags | Result |
2778 | --- | --- | --- |
2779 | `disabled=(string)`| (changed)| `<boolean: true>` |
2780 | `disabled=(empty string)`| (initial)| `<boolean: false>` |
2781 | `disabled=(array with string)`| (changed)| `<boolean: true>` |
2782 | `disabled=(empty array)`| (changed)| `<boolean: true>` |
2783 | `disabled=(object)`| (changed)| `<boolean: true>` |
2784 | `disabled=(numeric string)`| (changed)| `<boolean: true>` |
2785 | `disabled=(-1)`| (changed)| `<boolean: true>` |
2786 | `disabled=(0)`| (initial)| `<boolean: false>` |
2787 | `disabled=(integer)`| (changed)| `<boolean: true>` |
2788 | `disabled=(NaN)`| (initial, warning)| `<boolean: false>` |
2789 | `disabled=(float)`| (changed)| `<boolean: true>` |
2790 | `disabled=(true)`| (changed)| `<boolean: true>` |
2791 | `disabled=(false)`| (initial)| `<boolean: false>` |
2792 | `disabled=(string 'true')`| (changed, warning)| `<boolean: true>` |
2793 | `disabled=(string 'false')`| (changed, warning)| `<boolean: true>` |
2794 | `disabled=(string 'on')`| (changed)| `<boolean: true>` |
2795 | `disabled=(string 'off')`| (changed)| `<boolean: true>` |
2796 | `disabled=(symbol)`| (initial, warning)| `<boolean: false>` |
2797 | `disabled=(function)`| (initial, warning)| `<boolean: false>` |
2798 | `disabled=(null)`| (initial)| `<boolean: false>` |
2799 | `disabled=(undefined)`| (initial)| `<boolean: false>` |
2800
2801 ## `disablePictureInPicture` (on `<video>` inside `<div>`)
2802 | Test Case | Flags | Result |
2803 | --- | --- | --- |
2804 | `disablePictureInPicture=(string)`| (initial)| `<undefined>` |
2805 | `disablePictureInPicture=(empty string)`| (initial)| `<undefined>` |
2806 | `disablePictureInPicture=(array with string)`| (initial)| `<undefined>` |
2807 | `disablePictureInPicture=(empty array)`| (initial)| `<undefined>` |
2808 | `disablePictureInPicture=(object)`| (initial)| `<undefined>` |
2809 | `disablePictureInPicture=(numeric string)`| (initial)| `<undefined>` |
2810 | `disablePictureInPicture=(-1)`| (initial)| `<undefined>` |
2811 | `disablePictureInPicture=(0)`| (initial)| `<undefined>` |
2812 | `disablePictureInPicture=(integer)`| (initial)| `<undefined>` |
2813 | `disablePictureInPicture=(NaN)`| (initial, warning)| `<undefined>` |
2814 | `disablePictureInPicture=(float)`| (initial)| `<undefined>` |
2815 | `disablePictureInPicture=(true)`| (initial)| `<undefined>` |
2816 | `disablePictureInPicture=(false)`| (initial)| `<undefined>` |
2817 | `disablePictureInPicture=(string 'true')`| (initial, warning)| `<undefined>` |
2818 | `disablePictureInPicture=(string 'false')`| (initial, warning)| `<undefined>` |
2819 | `disablePictureInPicture=(string 'on')`| (initial)| `<undefined>` |
2820 | `disablePictureInPicture=(string 'off')`| (initial)| `<undefined>` |
2821 | `disablePictureInPicture=(symbol)`| (initial, warning)| `<undefined>` |
2822 | `disablePictureInPicture=(function)`| (initial, warning)| `<undefined>` |
2823 | `disablePictureInPicture=(null)`| (initial)| `<undefined>` |
2824 | `disablePictureInPicture=(undefined)`| (initial)| `<undefined>` |
2825
2826 ## `disableRemotePlayback` (on `<video>` inside `<div>`)
2827 | Test Case | Flags | Result |
2828 | --- | --- | --- |
2829 | `disableRemotePlayback=(string)`| (initial)| `<undefined>` |
2830 | `disableRemotePlayback=(empty string)`| (initial)| `<undefined>` |
2831 | `disableRemotePlayback=(array with string)`| (initial)| `<undefined>` |
2832 | `disableRemotePlayback=(empty array)`| (initial)| `<undefined>` |
2833 | `disableRemotePlayback=(object)`| (initial)| `<undefined>` |
2834 | `disableRemotePlayback=(numeric string)`| (initial)| `<undefined>` |
2835 | `disableRemotePlayback=(-1)`| (initial)| `<undefined>` |
2836 | `disableRemotePlayback=(0)`| (initial)| `<undefined>` |
2837 | `disableRemotePlayback=(integer)`| (initial)| `<undefined>` |
2838 | `disableRemotePlayback=(NaN)`| (initial, warning)| `<undefined>` |
2839 | `disableRemotePlayback=(float)`| (initial)| `<undefined>` |
2840 | `disableRemotePlayback=(true)`| (initial)| `<undefined>` |
2841 | `disableRemotePlayback=(false)`| (initial)| `<undefined>` |
2842 | `disableRemotePlayback=(string 'true')`| (initial, warning)| `<undefined>` |
2843 | `disableRemotePlayback=(string 'false')`| (initial, warning)| `<undefined>` |
2844 | `disableRemotePlayback=(string 'on')`| (initial)| `<undefined>` |
2845 | `disableRemotePlayback=(string 'off')`| (initial)| `<undefined>` |
2846 | `disableRemotePlayback=(symbol)`| (initial, warning)| `<undefined>` |
2847 | `disableRemotePlayback=(function)`| (initial, warning)| `<undefined>` |
2848 | `disableRemotePlayback=(null)`| (initial)| `<undefined>` |
2849 | `disableRemotePlayback=(undefined)`| (initial)| `<undefined>` |
2850
2851 ## `display` (on `<svg>` inside `<div>`)
2852 | Test Case | Flags | Result |
2853 | --- | --- | --- |
2854 | `display=(string)`| (changed)| `"list-item"` |
2855 | `display=(empty string)`| (changed)| `<empty string>` |
2856 | `display=(array with string)`| (changed)| `"list-item"` |
2857 | `display=(empty array)`| (changed)| `<empty string>` |
2858 | `display=(object)`| (changed)| `"result of toString()"` |
2859 | `display=(numeric string)`| (changed)| `"42"` |
2860 | `display=(-1)`| (changed)| `"-1"` |
2861 | `display=(0)`| (changed)| `"0"` |
2862 | `display=(integer)`| (changed)| `"1"` |
2863 | `display=(NaN)`| (changed, warning)| `"NaN"` |
2864 | `display=(float)`| (changed)| `"99.99"` |
2865 | `display=(true)`| (initial, warning)| `<null>` |
2866 | `display=(false)`| (initial, warning)| `<null>` |
2867 | `display=(string 'true')`| (changed)| `"true"` |
2868 | `display=(string 'false')`| (changed)| `"false"` |
2869 | `display=(string 'on')`| (changed)| `"on"` |
2870 | `display=(string 'off')`| (changed)| `"off"` |
2871 | `display=(symbol)`| (initial, warning)| `<null>` |
2872 | `display=(function)`| (initial, warning)| `<null>` |
2873 | `display=(null)`| (initial)| `<null>` |
2874 | `display=(undefined)`| (initial)| `<null>` |
2875
2876 ## `divisor` (on `<feConvolveMatrix>` inside `<svg>`)
2877 | Test Case | Flags | Result |
2878 | --- | --- | --- |
2879 | `divisor=(string)`| (initial)| `<number: 1>` |
2880 | `divisor=(empty string)`| (changed)| `<number: 0>` |
2881 | `divisor=(array with string)`| (initial)| `<number: 1>` |
2882 | `divisor=(empty array)`| (changed)| `<number: 0>` |
2883 | `divisor=(object)`| (initial)| `<number: 1>` |
2884 | `divisor=(numeric string)`| (changed)| `<number: 42>` |
2885 | `divisor=(-1)`| (changed)| `<number: -1>` |
2886 | `divisor=(0)`| (changed)| `<number: 0>` |
2887 | `divisor=(integer)`| (initial)| `<number: 1>` |
2888 | `divisor=(NaN)`| (initial, warning)| `<number: 1>` |
2889 | `divisor=(float)`| (changed)| `<number: 99.98999786376953>` |
2890 | `divisor=(true)`| (initial, warning)| `<number: 1>` |
2891 | `divisor=(false)`| (initial, warning)| `<number: 1>` |
2892 | `divisor=(string 'true')`| (initial)| `<number: 1>` |
2893 | `divisor=(string 'false')`| (initial)| `<number: 1>` |
2894 | `divisor=(string 'on')`| (initial)| `<number: 1>` |
2895 | `divisor=(string 'off')`| (initial)| `<number: 1>` |
2896 | `divisor=(symbol)`| (initial, warning)| `<number: 1>` |
2897 | `divisor=(function)`| (initial, warning)| `<number: 1>` |
2898 | `divisor=(null)`| (initial)| `<number: 1>` |
2899 | `divisor=(undefined)`| (initial)| `<number: 1>` |
2900
2901 ## `dominant-baseline` (on `<text>` inside `<svg>`)
2902 | Test Case | Flags | Result |
2903 | --- | --- | --- |
2904 | `dominant-baseline=(string)`| (changed, warning)| `"a string"` |
2905 | `dominant-baseline=(empty string)`| (changed, warning)| `<empty string>` |
2906 | `dominant-baseline=(array with string)`| (changed, warning)| `"string"` |
2907 | `dominant-baseline=(empty array)`| (changed, warning)| `<empty string>` |
2908 | `dominant-baseline=(object)`| (changed, warning)| `"result of toString()"` |
2909 | `dominant-baseline=(numeric string)`| (changed, warning)| `"42"` |
2910 | `dominant-baseline=(-1)`| (changed, warning)| `"-1"` |
2911 | `dominant-baseline=(0)`| (changed, warning)| `"0"` |
2912 | `dominant-baseline=(integer)`| (changed, warning)| `"1"` |
2913 | `dominant-baseline=(NaN)`| (changed, warning)| `"NaN"` |
2914 | `dominant-baseline=(float)`| (changed, warning)| `"99.99"` |
2915 | `dominant-baseline=(true)`| (initial, warning)| `<null>` |
2916 | `dominant-baseline=(false)`| (initial, warning)| `<null>` |
2917 | `dominant-baseline=(string 'true')`| (changed, warning)| `"true"` |
2918 | `dominant-baseline=(string 'false')`| (changed, warning)| `"false"` |
2919 | `dominant-baseline=(string 'on')`| (changed, warning)| `"on"` |
2920 | `dominant-baseline=(string 'off')`| (changed, warning)| `"off"` |
2921 | `dominant-baseline=(symbol)`| (initial, warning)| `<null>` |
2922 | `dominant-baseline=(function)`| (initial, warning)| `<null>` |
2923 | `dominant-baseline=(null)`| (initial, warning)| `<null>` |
2924 | `dominant-baseline=(undefined)`| (initial, warning)| `<null>` |
2925
2926 ## `dominantBaseline` (on `<text>` inside `<svg>`)
2927 | Test Case | Flags | Result |
2928 | --- | --- | --- |
2929 | `dominantBaseline=(string)`| (changed)| `"a string"` |
2930 | `dominantBaseline=(empty string)`| (changed)| `<empty string>` |
2931 | `dominantBaseline=(array with string)`| (changed)| `"string"` |
2932 | `dominantBaseline=(empty array)`| (changed)| `<empty string>` |
2933 | `dominantBaseline=(object)`| (changed)| `"result of toString()"` |
2934 | `dominantBaseline=(numeric string)`| (changed)| `"42"` |
2935 | `dominantBaseline=(-1)`| (changed)| `"-1"` |
2936 | `dominantBaseline=(0)`| (changed)| `"0"` |
2937 | `dominantBaseline=(integer)`| (changed)| `"1"` |
2938 | `dominantBaseline=(NaN)`| (changed, warning)| `"NaN"` |
2939 | `dominantBaseline=(float)`| (changed)| `"99.99"` |
2940 | `dominantBaseline=(true)`| (initial, warning)| `<null>` |
2941 | `dominantBaseline=(false)`| (initial, warning)| `<null>` |
2942 | `dominantBaseline=(string 'true')`| (changed)| `"true"` |
2943 | `dominantBaseline=(string 'false')`| (changed)| `"false"` |
2944 | `dominantBaseline=(string 'on')`| (changed)| `"on"` |
2945 | `dominantBaseline=(string 'off')`| (changed)| `"off"` |
2946 | `dominantBaseline=(symbol)`| (initial, warning)| `<null>` |
2947 | `dominantBaseline=(function)`| (initial, warning)| `<null>` |
2948 | `dominantBaseline=(null)`| (initial)| `<null>` |
2949 | `dominantBaseline=(undefined)`| (initial)| `<null>` |
2950
2951 ## `download` (on `<a>` inside `<div>`)
2952 | Test Case | Flags | Result |
2953 | --- | --- | --- |
2954 | `download=(string)`| (changed)| `"a string"` |
2955 | `download=(empty string)`| (initial)| `<empty string>` |
2956 | `download=(array with string)`| (changed)| `"string"` |
2957 | `download=(empty array)`| (initial)| `<empty string>` |
2958 | `download=(object)`| (changed)| `"result of toString()"` |
2959 | `download=(numeric string)`| (changed)| `"42"` |
2960 | `download=(-1)`| (changed)| `"-1"` |
2961 | `download=(0)`| (changed)| `"0"` |
2962 | `download=(integer)`| (changed)| `"1"` |
2963 | `download=(NaN)`| (changed, warning)| `"NaN"` |
2964 | `download=(float)`| (changed)| `"99.99"` |
2965 | `download=(true)`| (initial)| `<empty string>` |
2966 | `download=(false)`| (initial)| `<empty string>` |
2967 | `download=(string 'true')`| (changed)| `"true"` |
2968 | `download=(string 'false')`| (changed)| `"false"` |
2969 | `download=(string 'on')`| (changed)| `"on"` |
2970 | `download=(string 'off')`| (changed)| `"off"` |
2971 | `download=(symbol)`| (initial, warning)| `<empty string>` |
2972 | `download=(function)`| (initial, warning)| `<empty string>` |
2973 | `download=(null)`| (initial)| `<empty string>` |
2974 | `download=(undefined)`| (initial)| `<empty string>` |
2975
2976 ## `dOwNlOaD` (on `<a>` inside `<div>`)
2977 | Test Case | Flags | Result |
2978 | --- | --- | --- |
2979 | `dOwNlOaD=(string)`| (changed, warning)| `"a string"` |
2980 | `dOwNlOaD=(empty string)`| (changed, warning)| `<empty string>` |
2981 | `dOwNlOaD=(array with string)`| (changed, warning)| `"string"` |
2982 | `dOwNlOaD=(empty array)`| (changed, warning)| `<empty string>` |
2983 | `dOwNlOaD=(object)`| (changed, warning)| `"result of toString()"` |
2984 | `dOwNlOaD=(numeric string)`| (changed, warning)| `"42"` |
2985 | `dOwNlOaD=(-1)`| (changed, warning)| `"-1"` |
2986 | `dOwNlOaD=(0)`| (changed, warning)| `"0"` |
2987 | `dOwNlOaD=(integer)`| (changed, warning)| `"1"` |
2988 | `dOwNlOaD=(NaN)`| (changed, warning)| `"NaN"` |
2989 | `dOwNlOaD=(float)`| (changed, warning)| `"99.99"` |
2990 | `dOwNlOaD=(true)`| (initial, warning)| `<null>` |
2991 | `dOwNlOaD=(false)`| (initial, warning)| `<null>` |
2992 | `dOwNlOaD=(string 'true')`| (changed, warning)| `"true"` |
2993 | `dOwNlOaD=(string 'false')`| (changed, warning)| `"false"` |
2994 | `dOwNlOaD=(string 'on')`| (changed, warning)| `"on"` |
2995 | `dOwNlOaD=(string 'off')`| (changed, warning)| `"off"` |
2996 | `dOwNlOaD=(symbol)`| (initial, warning)| `<null>` |
2997 | `dOwNlOaD=(function)`| (initial, warning)| `<null>` |
2998 | `dOwNlOaD=(null)`| (initial, warning)| `<null>` |
2999 | `dOwNlOaD=(undefined)`| (initial, warning)| `<null>` |
3000
3001 ## `draggable` (on `<div>` inside `<div>`)
3002 | Test Case | Flags | Result |
3003 | --- | --- | --- |
3004 | `draggable=(string)`| (initial)| `<boolean: false>` |
3005 | `draggable=(empty string)`| (initial)| `<boolean: false>` |
3006 | `draggable=(array with string)`| (initial)| `<boolean: false>` |
3007 | `draggable=(empty array)`| (initial)| `<boolean: false>` |
3008 | `draggable=(object)`| (initial)| `<boolean: false>` |
3009 | `draggable=(numeric string)`| (initial)| `<boolean: false>` |
3010 | `draggable=(-1)`| (initial)| `<boolean: false>` |
3011 | `draggable=(0)`| (initial)| `<boolean: false>` |
3012 | `draggable=(integer)`| (initial)| `<boolean: false>` |
3013 | `draggable=(NaN)`| (initial, warning)| `<boolean: false>` |
3014 | `draggable=(float)`| (initial)| `<boolean: false>` |
3015 | `draggable=(true)`| (changed)| `<boolean: true>` |
3016 | `draggable=(false)`| (initial)| `<boolean: false>` |
3017 | `draggable=(string 'true')`| (changed)| `<boolean: true>` |
3018 | `draggable=(string 'false')`| (initial)| `<boolean: false>` |
3019 | `draggable=(string 'on')`| (initial)| `<boolean: false>` |
3020 | `draggable=(string 'off')`| (initial)| `<boolean: false>` |
3021 | `draggable=(symbol)`| (initial, warning)| `<boolean: false>` |
3022 | `draggable=(function)`| (initial, warning)| `<boolean: false>` |
3023 | `draggable=(null)`| (initial)| `<boolean: false>` |
3024 | `draggable=(undefined)`| (initial)| `<boolean: false>` |
3025
3026 ## `dur` (on `<animate>` inside `<svg>`)
3027 | Test Case | Flags | Result |
3028 | --- | --- | --- |
3029 | `dur=(string)`| (changed)| `"a string"` |
3030 | `dur=(empty string)`| (changed)| `<empty string>` |
3031 | `dur=(array with string)`| (changed)| `"string"` |
3032 | `dur=(empty array)`| (changed)| `<empty string>` |
3033 | `dur=(object)`| (changed)| `"result of toString()"` |
3034 | `dur=(numeric string)`| (changed)| `"42"` |
3035 | `dur=(-1)`| (changed)| `"-1"` |
3036 | `dur=(0)`| (changed)| `"0"` |
3037 | `dur=(integer)`| (changed)| `"1"` |
3038 | `dur=(NaN)`| (changed, warning)| `"NaN"` |
3039 | `dur=(float)`| (changed)| `"99.99"` |
3040 | `dur=(true)`| (initial, warning)| `<null>` |
3041 | `dur=(false)`| (initial, warning)| `<null>` |
3042 | `dur=(string 'true')`| (changed)| `"true"` |
3043 | `dur=(string 'false')`| (changed)| `"false"` |
3044 | `dur=(string 'on')`| (changed)| `"on"` |
3045 | `dur=(string 'off')`| (changed)| `"off"` |
3046 | `dur=(symbol)`| (initial, warning)| `<null>` |
3047 | `dur=(function)`| (initial, warning)| `<null>` |
3048 | `dur=(null)`| (initial)| `<null>` |
3049 | `dur=(undefined)`| (initial)| `<null>` |
3050
3051 ## `dx` (on `<text>` inside `<svg>`)
3052 | Test Case | Flags | Result |
3053 | --- | --- | --- |
3054 | `dx=(string)`| (changed)| `[<SVGLength: 1pt>, <SVGLength: 2px>, <SVGLength: 3em>]` |
3055 | `dx=(empty string)`| (initial)| `[]` |
3056 | `dx=(array with string)`| (changed)| `[<SVGLength: 1pt>, <SVGLength: 2px>, <SVGLength: 3em>]` |
3057 | `dx=(empty array)`| (initial)| `[]` |
3058 | `dx=(object)`| (initial)| `[]` |
3059 | `dx=(numeric string)`| (changed)| `[<SVGLength: 42>]` |
3060 | `dx=(-1)`| (changed)| `[<SVGLength: -1>]` |
3061 | `dx=(0)`| (changed)| `[<SVGLength: 0>]` |
3062 | `dx=(integer)`| (changed)| `[<SVGLength: 1>]` |
3063 | `dx=(NaN)`| (initial, warning)| `[]` |
3064 | `dx=(float)`| (changed)| `[<SVGLength: 99.99>]` |
3065 | `dx=(true)`| (initial, warning)| `[]` |
3066 | `dx=(false)`| (initial, warning)| `[]` |
3067 | `dx=(string 'true')`| (initial)| `[]` |
3068 | `dx=(string 'false')`| (initial)| `[]` |
3069 | `dx=(string 'on')`| (initial)| `[]` |
3070 | `dx=(string 'off')`| (initial)| `[]` |
3071 | `dx=(symbol)`| (initial, warning)| `[]` |
3072 | `dx=(function)`| (initial, warning)| `[]` |
3073 | `dx=(null)`| (initial)| `[]` |
3074 | `dx=(undefined)`| (initial)| `[]` |
3075
3076 ## `dX` (on `<text>` inside `<svg>`)
3077 | Test Case | Flags | Result |
3078 | --- | --- | --- |
3079 | `dX=(string)`| (initial, warning, ssr mismatch)| `[]` |
3080 | `dX=(empty string)`| (initial, warning)| `[]` |
3081 | `dX=(array with string)`| (initial, warning, ssr mismatch)| `[]` |
3082 | `dX=(empty array)`| (initial, warning)| `[]` |
3083 | `dX=(object)`| (initial, warning)| `[]` |
3084 | `dX=(numeric string)`| (initial, warning, ssr mismatch)| `[]` |
3085 | `dX=(-1)`| (initial, warning, ssr mismatch)| `[]` |
3086 | `dX=(0)`| (initial, warning, ssr mismatch)| `[]` |
3087 | `dX=(integer)`| (initial, warning, ssr mismatch)| `[]` |
3088 | `dX=(NaN)`| (initial, warning)| `[]` |
3089 | `dX=(float)`| (initial, warning, ssr mismatch)| `[]` |
3090 | `dX=(true)`| (initial, warning)| `[]` |
3091 | `dX=(false)`| (initial, warning)| `[]` |
3092 | `dX=(string 'true')`| (initial, warning)| `[]` |
3093 | `dX=(string 'false')`| (initial, warning)| `[]` |
3094 | `dX=(string 'on')`| (initial, warning)| `[]` |
3095 | `dX=(string 'off')`| (initial, warning)| `[]` |
3096 | `dX=(symbol)`| (initial, warning)| `[]` |
3097 | `dX=(function)`| (initial, warning)| `[]` |
3098 | `dX=(null)`| (initial, warning)| `[]` |
3099 | `dX=(undefined)`| (initial, warning)| `[]` |
3100
3101 ## `dy` (on `<text>` inside `<svg>`)
3102 | Test Case | Flags | Result |
3103 | --- | --- | --- |
3104 | `dy=(string)`| (changed)| `[<SVGLength: 1>, <SVGLength: 2>, <SVGLength: 3>]` |
3105 | `dy=(empty string)`| (initial)| `[]` |
3106 | `dy=(array with string)`| (changed)| `[<SVGLength: 1>, <SVGLength: 2>, <SVGLength: 3>]` |
3107 | `dy=(empty array)`| (initial)| `[]` |
3108 | `dy=(object)`| (initial)| `[]` |
3109 | `dy=(numeric string)`| (changed)| `[<SVGLength: 42>]` |
3110 | `dy=(-1)`| (changed)| `[<SVGLength: -1>]` |
3111 | `dy=(0)`| (changed)| `[<SVGLength: 0>]` |
3112 | `dy=(integer)`| (changed)| `[<SVGLength: 1>]` |
3113 | `dy=(NaN)`| (initial, warning)| `[]` |
3114 | `dy=(float)`| (changed)| `[<SVGLength: 99.99>]` |
3115 | `dy=(true)`| (initial, warning)| `[]` |
3116 | `dy=(false)`| (initial, warning)| `[]` |
3117 | `dy=(string 'true')`| (initial)| `[]` |
3118 | `dy=(string 'false')`| (initial)| `[]` |
3119 | `dy=(string 'on')`| (initial)| `[]` |
3120 | `dy=(string 'off')`| (initial)| `[]` |
3121 | `dy=(symbol)`| (initial, warning)| `[]` |
3122 | `dy=(function)`| (initial, warning)| `[]` |
3123 | `dy=(null)`| (initial)| `[]` |
3124 | `dy=(undefined)`| (initial)| `[]` |
3125
3126 ## `dY` (on `<text>` inside `<svg>`)
3127 | Test Case | Flags | Result |
3128 | --- | --- | --- |
3129 | `dY=(string)`| (initial, warning, ssr mismatch)| `[]` |
3130 | `dY=(empty string)`| (initial, warning)| `[]` |
3131 | `dY=(array with string)`| (initial, warning, ssr mismatch)| `[]` |
3132 | `dY=(empty array)`| (initial, warning)| `[]` |
3133 | `dY=(object)`| (initial, warning)| `[]` |
3134 | `dY=(numeric string)`| (initial, warning, ssr mismatch)| `[]` |
3135 | `dY=(-1)`| (initial, warning, ssr mismatch)| `[]` |
3136 | `dY=(0)`| (initial, warning, ssr mismatch)| `[]` |
3137 | `dY=(integer)`| (initial, warning, ssr mismatch)| `[]` |
3138 | `dY=(NaN)`| (initial, warning)| `[]` |
3139 | `dY=(float)`| (initial, warning, ssr mismatch)| `[]` |
3140 | `dY=(true)`| (initial, warning)| `[]` |
3141 | `dY=(false)`| (initial, warning)| `[]` |
3142 | `dY=(string 'true')`| (initial, warning)| `[]` |
3143 | `dY=(string 'false')`| (initial, warning)| `[]` |
3144 | `dY=(string 'on')`| (initial, warning)| `[]` |
3145 | `dY=(string 'off')`| (initial, warning)| `[]` |
3146 | `dY=(symbol)`| (initial, warning)| `[]` |
3147 | `dY=(function)`| (initial, warning)| `[]` |
3148 | `dY=(null)`| (initial, warning)| `[]` |
3149 | `dY=(undefined)`| (initial, warning)| `[]` |
3150
3151 ## `edgeMode` (on `<feConvolveMatrix>` inside `<svg>`)
3152 | Test Case | Flags | Result |
3153 | --- | --- | --- |
3154 | `edgeMode=(string)`| (changed)| `<number: 2>` |
3155 | `edgeMode=(empty string)`| (initial)| `<number: 1>` |
3156 | `edgeMode=(array with string)`| (changed)| `<number: 2>` |
3157 | `edgeMode=(empty array)`| (initial)| `<number: 1>` |
3158 | `edgeMode=(object)`| (initial)| `<number: 1>` |
3159 | `edgeMode=(numeric string)`| (initial)| `<number: 1>` |
3160 | `edgeMode=(-1)`| (initial)| `<number: 1>` |
3161 | `edgeMode=(0)`| (initial)| `<number: 1>` |
3162 | `edgeMode=(integer)`| (initial)| `<number: 1>` |
3163 | `edgeMode=(NaN)`| (initial, warning)| `<number: 1>` |
3164 | `edgeMode=(float)`| (initial)| `<number: 1>` |
3165 | `edgeMode=(true)`| (initial, warning)| `<number: 1>` |
3166 | `edgeMode=(false)`| (initial, warning)| `<number: 1>` |
3167 | `edgeMode=(string 'true')`| (initial)| `<number: 1>` |
3168 | `edgeMode=(string 'false')`| (initial)| `<number: 1>` |
3169 | `edgeMode=(string 'on')`| (initial)| `<number: 1>` |
3170 | `edgeMode=(string 'off')`| (initial)| `<number: 1>` |
3171 | `edgeMode=(symbol)`| (initial, warning)| `<number: 1>` |
3172 | `edgeMode=(function)`| (initial, warning)| `<number: 1>` |
3173 | `edgeMode=(null)`| (initial)| `<number: 1>` |
3174 | `edgeMode=(undefined)`| (initial)| `<number: 1>` |
3175
3176 ## `elevation` (on `<feDistantLight>` inside `<svg>`)
3177 | Test Case | Flags | Result |
3178 | --- | --- | --- |
3179 | `elevation=(string)`| (initial)| `<number: 0>` |
3180 | `elevation=(empty string)`| (initial)| `<number: 0>` |
3181 | `elevation=(array with string)`| (initial)| `<number: 0>` |
3182 | `elevation=(empty array)`| (initial)| `<number: 0>` |
3183 | `elevation=(object)`| (initial)| `<number: 0>` |
3184 | `elevation=(numeric string)`| (changed)| `<number: 42>` |
3185 | `elevation=(-1)`| (changed)| `<number: -1>` |
3186 | `elevation=(0)`| (initial)| `<number: 0>` |
3187 | `elevation=(integer)`| (changed)| `<number: 1>` |
3188 | `elevation=(NaN)`| (initial, warning)| `<number: 0>` |
3189 | `elevation=(float)`| (changed)| `<number: 99.98999786376953>` |
3190 | `elevation=(true)`| (initial, warning)| `<number: 0>` |
3191 | `elevation=(false)`| (initial, warning)| `<number: 0>` |
3192 | `elevation=(string 'true')`| (initial)| `<number: 0>` |
3193 | `elevation=(string 'false')`| (initial)| `<number: 0>` |
3194 | `elevation=(string 'on')`| (initial)| `<number: 0>` |
3195 | `elevation=(string 'off')`| (initial)| `<number: 0>` |
3196 | `elevation=(symbol)`| (initial, warning)| `<number: 0>` |
3197 | `elevation=(function)`| (initial, warning)| `<number: 0>` |
3198 | `elevation=(null)`| (initial)| `<number: 0>` |
3199 | `elevation=(undefined)`| (initial)| `<number: 0>` |
3200
3201 ## `enable-background` (on `<path>` inside `<svg>`)
3202 | Test Case | Flags | Result |
3203 | --- | --- | --- |
3204 | `enable-background=(string)`| (changed, warning)| `"a string"` |
3205 | `enable-background=(empty string)`| (changed, warning)| `<empty string>` |
3206 | `enable-background=(array with string)`| (changed, warning)| `"string"` |
3207 | `enable-background=(empty array)`| (changed, warning)| `<empty string>` |
3208 | `enable-background=(object)`| (changed, warning)| `"result of toString()"` |
3209 | `enable-background=(numeric string)`| (changed, warning)| `"42"` |
3210 | `enable-background=(-1)`| (changed, warning)| `"-1"` |
3211 | `enable-background=(0)`| (changed, warning)| `"0"` |
3212 | `enable-background=(integer)`| (changed, warning)| `"1"` |
3213 | `enable-background=(NaN)`| (changed, warning)| `"NaN"` |
3214 | `enable-background=(float)`| (changed, warning)| `"99.99"` |
3215 | `enable-background=(true)`| (initial, warning)| `<null>` |
3216 | `enable-background=(false)`| (initial, warning)| `<null>` |
3217 | `enable-background=(string 'true')`| (changed, warning)| `"true"` |
3218 | `enable-background=(string 'false')`| (changed, warning)| `"false"` |
3219 | `enable-background=(string 'on')`| (changed, warning)| `"on"` |
3220 | `enable-background=(string 'off')`| (changed, warning)| `"off"` |
3221 | `enable-background=(symbol)`| (initial, warning)| `<null>` |
3222 | `enable-background=(function)`| (initial, warning)| `<null>` |
3223 | `enable-background=(null)`| (initial, warning)| `<null>` |
3224 | `enable-background=(undefined)`| (initial, warning)| `<null>` |
3225
3226 ## `enableBackground` (on `<path>` inside `<svg>`)
3227 | Test Case | Flags | Result |
3228 | --- | --- | --- |
3229 | `enableBackground=(string)`| (changed)| `"a string"` |
3230 | `enableBackground=(empty string)`| (changed)| `<empty string>` |
3231 | `enableBackground=(array with string)`| (changed)| `"string"` |
3232 | `enableBackground=(empty array)`| (changed)| `<empty string>` |
3233 | `enableBackground=(object)`| (changed)| `"result of toString()"` |
3234 | `enableBackground=(numeric string)`| (changed)| `"42"` |
3235 | `enableBackground=(-1)`| (changed)| `"-1"` |
3236 | `enableBackground=(0)`| (changed)| `"0"` |
3237 | `enableBackground=(integer)`| (changed)| `"1"` |
3238 | `enableBackground=(NaN)`| (changed, warning)| `"NaN"` |
3239 | `enableBackground=(float)`| (changed)| `"99.99"` |
3240 | `enableBackground=(true)`| (initial, warning)| `<null>` |
3241 | `enableBackground=(false)`| (initial, warning)| `<null>` |
3242 | `enableBackground=(string 'true')`| (changed)| `"true"` |
3243 | `enableBackground=(string 'false')`| (changed)| `"false"` |
3244 | `enableBackground=(string 'on')`| (changed)| `"on"` |
3245 | `enableBackground=(string 'off')`| (changed)| `"off"` |
3246 | `enableBackground=(symbol)`| (initial, warning)| `<null>` |
3247 | `enableBackground=(function)`| (initial, warning)| `<null>` |
3248 | `enableBackground=(null)`| (initial)| `<null>` |
3249 | `enableBackground=(undefined)`| (initial)| `<null>` |
3250
3251 ## `encType` (on `<form>` inside `<div>`)
3252 | Test Case | Flags | Result |
3253 | --- | --- | --- |
3254 | `encType=(string)`| (changed)| `"text/plain"` |
3255 | `encType=(empty string)`| (initial)| `"application/x-www-form-urlencoded"` |
3256 | `encType=(array with string)`| (changed)| `"text/plain"` |
3257 | `encType=(empty array)`| (initial)| `"application/x-www-form-urlencoded"` |
3258 | `encType=(object)`| (initial)| `"application/x-www-form-urlencoded"` |
3259 | `encType=(numeric string)`| (initial)| `"application/x-www-form-urlencoded"` |
3260 | `encType=(-1)`| (initial)| `"application/x-www-form-urlencoded"` |
3261 | `encType=(0)`| (initial)| `"application/x-www-form-urlencoded"` |
3262 | `encType=(integer)`| (initial)| `"application/x-www-form-urlencoded"` |
3263 | `encType=(NaN)`| (initial, warning)| `"application/x-www-form-urlencoded"` |
3264 | `encType=(float)`| (initial)| `"application/x-www-form-urlencoded"` |
3265 | `encType=(true)`| (initial, warning)| `"application/x-www-form-urlencoded"` |
3266 | `encType=(false)`| (initial, warning)| `"application/x-www-form-urlencoded"` |
3267 | `encType=(string 'true')`| (initial)| `"application/x-www-form-urlencoded"` |
3268 | `encType=(string 'false')`| (initial)| `"application/x-www-form-urlencoded"` |
3269 | `encType=(string 'on')`| (initial)| `"application/x-www-form-urlencoded"` |
3270 | `encType=(string 'off')`| (initial)| `"application/x-www-form-urlencoded"` |
3271 | `encType=(symbol)`| (initial, warning)| `"application/x-www-form-urlencoded"` |
3272 | `encType=(function)`| (initial, warning)| `"application/x-www-form-urlencoded"` |
3273 | `encType=(null)`| (initial)| `"application/x-www-form-urlencoded"` |
3274 | `encType=(undefined)`| (initial)| `"application/x-www-form-urlencoded"` |
3275
3276 ## `end` (on `<animate>` inside `<svg>`)
3277 | Test Case | Flags | Result |
3278 | --- | --- | --- |
3279 | `end=(string)`| (changed)| `"a string"` |
3280 | `end=(empty string)`| (changed)| `<empty string>` |
3281 | `end=(array with string)`| (changed)| `"string"` |
3282 | `end=(empty array)`| (changed)| `<empty string>` |
3283 | `end=(object)`| (changed)| `"result of toString()"` |
3284 | `end=(numeric string)`| (changed)| `"42"` |
3285 | `end=(-1)`| (changed)| `"-1"` |
3286 | `end=(0)`| (changed)| `"0"` |
3287 | `end=(integer)`| (changed)| `"1"` |
3288 | `end=(NaN)`| (changed, warning)| `"NaN"` |
3289 | `end=(float)`| (changed)| `"99.99"` |
3290 | `end=(true)`| (initial, warning)| `<null>` |
3291 | `end=(false)`| (initial, warning)| `<null>` |
3292 | `end=(string 'true')`| (changed)| `"true"` |
3293 | `end=(string 'false')`| (changed)| `"false"` |
3294 | `end=(string 'on')`| (changed)| `"on"` |
3295 | `end=(string 'off')`| (changed)| `"off"` |
3296 | `end=(symbol)`| (initial, warning)| `<null>` |
3297 | `end=(function)`| (initial, warning)| `<null>` |
3298 | `end=(null)`| (initial)| `<null>` |
3299 | `end=(undefined)`| (initial)| `<null>` |
3300
3301 ## `enterKeyHint` (on `<input>` inside `<div>`)
3302 | Test Case | Flags | Result |
3303 | --- | --- | --- |
3304 | `enterKeyHint=(string)`| (initial)| `<empty string>` |
3305 | `enterKeyHint=(empty string)`| (initial)| `<empty string>` |
3306 | `enterKeyHint=(array with string)`| (initial)| `<empty string>` |
3307 | `enterKeyHint=(empty array)`| (initial)| `<empty string>` |
3308 | `enterKeyHint=(object)`| (initial)| `<empty string>` |
3309 | `enterKeyHint=(numeric string)`| (initial)| `<empty string>` |
3310 | `enterKeyHint=(-1)`| (initial)| `<empty string>` |
3311 | `enterKeyHint=(0)`| (initial)| `<empty string>` |
3312 | `enterKeyHint=(integer)`| (initial)| `<empty string>` |
3313 | `enterKeyHint=(NaN)`| (initial, warning)| `<empty string>` |
3314 | `enterKeyHint=(float)`| (initial)| `<empty string>` |
3315 | `enterKeyHint=(true)`| (initial, warning)| `<empty string>` |
3316 | `enterKeyHint=(false)`| (initial, warning)| `<empty string>` |
3317 | `enterKeyHint=(string 'true')`| (initial)| `<empty string>` |
3318 | `enterKeyHint=(string 'false')`| (initial)| `<empty string>` |
3319 | `enterKeyHint=(string 'on')`| (initial)| `<empty string>` |
3320 | `enterKeyHint=(string 'off')`| (initial)| `<empty string>` |
3321 | `enterKeyHint=(symbol)`| (initial, warning)| `<empty string>` |
3322 | `enterKeyHint=(function)`| (initial, warning)| `<empty string>` |
3323 | `enterKeyHint=(null)`| (initial)| `<empty string>` |
3324 | `enterKeyHint=(undefined)`| (initial)| `<empty string>` |
3325
3326 ## `exponent` (on `<feFuncA>` inside `<svg>`)
3327 | Test Case | Flags | Result |
3328 | --- | --- | --- |
3329 | `exponent=(string)`| (initial)| `<number: 1>` |
3330 | `exponent=(empty string)`| (changed)| `<number: 0>` |
3331 | `exponent=(array with string)`| (initial)| `<number: 1>` |
3332 | `exponent=(empty array)`| (changed)| `<number: 0>` |
3333 | `exponent=(object)`| (initial)| `<number: 1>` |
3334 | `exponent=(numeric string)`| (changed)| `<number: 42>` |
3335 | `exponent=(-1)`| (changed)| `<number: -1>` |
3336 | `exponent=(0)`| (changed)| `<number: 0>` |
3337 | `exponent=(integer)`| (initial)| `<number: 1>` |
3338 | `exponent=(NaN)`| (initial, warning)| `<number: 1>` |
3339 | `exponent=(float)`| (changed)| `<number: 99.98999786376953>` |
3340 | `exponent=(true)`| (initial, warning)| `<number: 1>` |
3341 | `exponent=(false)`| (initial, warning)| `<number: 1>` |
3342 | `exponent=(string 'true')`| (initial)| `<number: 1>` |
3343 | `exponent=(string 'false')`| (initial)| `<number: 1>` |
3344 | `exponent=(string 'on')`| (initial)| `<number: 1>` |
3345 | `exponent=(string 'off')`| (initial)| `<number: 1>` |
3346 | `exponent=(symbol)`| (initial, warning)| `<number: 1>` |
3347 | `exponent=(function)`| (initial, warning)| `<number: 1>` |
3348 | `exponent=(null)`| (initial)| `<number: 1>` |
3349 | `exponent=(undefined)`| (initial)| `<number: 1>` |
3350
3351 ## `externalResourcesRequired` (on `<path>` inside `<svg>`)
3352 | Test Case | Flags | Result |
3353 | --- | --- | --- |
3354 | `externalResourcesRequired=(string)`| (changed, ssr mismatch)| `"a string"` |
3355 | `externalResourcesRequired=(empty string)`| (changed, ssr mismatch)| `<empty string>` |
3356 | `externalResourcesRequired=(array with string)`| (changed, ssr mismatch)| `"string"` |
3357 | `externalResourcesRequired=(empty array)`| (changed, ssr mismatch)| `<empty string>` |
3358 | `externalResourcesRequired=(object)`| (changed, ssr mismatch)| `"result of toString()"` |
3359 | `externalResourcesRequired=(numeric string)`| (changed, ssr mismatch)| `"42"` |
3360 | `externalResourcesRequired=(-1)`| (changed, ssr mismatch)| `"-1"` |
3361 | `externalResourcesRequired=(0)`| (changed, ssr mismatch)| `"0"` |
3362 | `externalResourcesRequired=(integer)`| (changed, ssr mismatch)| `"1"` |
3363 | `externalResourcesRequired=(NaN)`| (changed, warning, ssr mismatch)| `"NaN"` |
3364 | `externalResourcesRequired=(float)`| (changed, ssr mismatch)| `"99.99"` |
3365 | `externalResourcesRequired=(true)`| (changed, ssr mismatch)| `"true"` |
3366 | `externalResourcesRequired=(false)`| (changed, ssr mismatch)| `"false"` |
3367 | `externalResourcesRequired=(string 'true')`| (changed, ssr mismatch)| `"true"` |
3368 | `externalResourcesRequired=(string 'false')`| (changed, ssr mismatch)| `"false"` |
3369 | `externalResourcesRequired=(string 'on')`| (changed, ssr mismatch)| `"on"` |
3370 | `externalResourcesRequired=(string 'off')`| (changed, ssr mismatch)| `"off"` |
3371 | `externalResourcesRequired=(symbol)`| (initial, warning)| `<null>` |
3372 | `externalResourcesRequired=(function)`| (initial, warning)| `<null>` |
3373 | `externalResourcesRequired=(null)`| (initial)| `<null>` |
3374 | `externalResourcesRequired=(undefined)`| (initial)| `<null>` |
3375
3376 ## `fetchPriority` (on `<img>` inside `<div>`)
3377 | Test Case | Flags | Result |
3378 | --- | --- | --- |
3379 | `fetchPriority=(string)`| (changed)| `"high"` |
3380 | `fetchPriority=(empty string)`| (initial)| `"auto"` |
3381 | `fetchPriority=(array with string)`| (changed)| `"high"` |
3382 | `fetchPriority=(empty array)`| (initial)| `"auto"` |
3383 | `fetchPriority=(object)`| (initial)| `"auto"` |
3384 | `fetchPriority=(numeric string)`| (initial)| `"auto"` |
3385 | `fetchPriority=(-1)`| (initial)| `"auto"` |
3386 | `fetchPriority=(0)`| (initial)| `"auto"` |
3387 | `fetchPriority=(integer)`| (initial)| `"auto"` |
3388 | `fetchPriority=(NaN)`| (initial, warning)| `"auto"` |
3389 | `fetchPriority=(float)`| (initial)| `"auto"` |
3390 | `fetchPriority=(true)`| (initial, warning)| `"auto"` |
3391 | `fetchPriority=(false)`| (initial, warning)| `"auto"` |
3392 | `fetchPriority=(string 'true')`| (initial)| `"auto"` |
3393 | `fetchPriority=(string 'false')`| (initial)| `"auto"` |
3394 | `fetchPriority=(string 'on')`| (initial)| `"auto"` |
3395 | `fetchPriority=(string 'off')`| (initial)| `"auto"` |
3396 | `fetchPriority=(symbol)`| (initial, warning)| `"auto"` |
3397 | `fetchPriority=(function)`| (initial, warning)| `"auto"` |
3398 | `fetchPriority=(null)`| (initial)| `"auto"` |
3399 | `fetchPriority=(undefined)`| (initial)| `"auto"` |
3400
3401 ## `fetchpriority` (on `<img>` inside `<div>`)
3402 | Test Case | Flags | Result |
3403 | --- | --- | --- |
3404 | `fetchpriority=(string)`| (changed, warning)| `"high"` |
3405 | `fetchpriority=(empty string)`| (initial, warning)| `"auto"` |
3406 | `fetchpriority=(array with string)`| (changed, warning)| `"high"` |
3407 | `fetchpriority=(empty array)`| (initial, warning)| `"auto"` |
3408 | `fetchpriority=(object)`| (initial, warning)| `"auto"` |
3409 | `fetchpriority=(numeric string)`| (initial, warning)| `"auto"` |
3410 | `fetchpriority=(-1)`| (initial, warning)| `"auto"` |
3411 | `fetchpriority=(0)`| (initial, warning)| `"auto"` |
3412 | `fetchpriority=(integer)`| (initial, warning)| `"auto"` |
3413 | `fetchpriority=(NaN)`| (initial, warning)| `"auto"` |
3414 | `fetchpriority=(float)`| (initial, warning)| `"auto"` |
3415 | `fetchpriority=(true)`| (initial, warning)| `"auto"` |
3416 | `fetchpriority=(false)`| (initial, warning)| `"auto"` |
3417 | `fetchpriority=(string 'true')`| (initial, warning)| `"auto"` |
3418 | `fetchpriority=(string 'false')`| (initial, warning)| `"auto"` |
3419 | `fetchpriority=(string 'on')`| (initial, warning)| `"auto"` |
3420 | `fetchpriority=(string 'off')`| (initial, warning)| `"auto"` |
3421 | `fetchpriority=(symbol)`| (initial, warning)| `"auto"` |
3422 | `fetchpriority=(function)`| (initial, warning)| `"auto"` |
3423 | `fetchpriority=(null)`| (initial, warning)| `"auto"` |
3424 | `fetchpriority=(undefined)`| (initial, warning)| `"auto"` |
3425
3426 ## `fetchPriority` (on `<link>` inside `<div>`)
3427 | Test Case | Flags | Result |
3428 | --- | --- | --- |
3429 | `fetchPriority=(string)`| (changed)| `"high"` |
3430 | `fetchPriority=(empty string)`| (initial)| `"auto"` |
3431 | `fetchPriority=(array with string)`| (changed)| `"high"` |
3432 | `fetchPriority=(empty array)`| (initial)| `"auto"` |
3433 | `fetchPriority=(object)`| (initial)| `"auto"` |
3434 | `fetchPriority=(numeric string)`| (initial)| `"auto"` |
3435 | `fetchPriority=(-1)`| (initial)| `"auto"` |
3436 | `fetchPriority=(0)`| (initial)| `"auto"` |
3437 | `fetchPriority=(integer)`| (initial)| `"auto"` |
3438 | `fetchPriority=(NaN)`| (initial, warning)| `"auto"` |
3439 | `fetchPriority=(float)`| (initial)| `"auto"` |
3440 | `fetchPriority=(true)`| (initial, warning)| `"auto"` |
3441 | `fetchPriority=(false)`| (initial, warning)| `"auto"` |
3442 | `fetchPriority=(string 'true')`| (initial)| `"auto"` |
3443 | `fetchPriority=(string 'false')`| (initial)| `"auto"` |
3444 | `fetchPriority=(string 'on')`| (initial)| `"auto"` |
3445 | `fetchPriority=(string 'off')`| (initial)| `"auto"` |
3446 | `fetchPriority=(symbol)`| (initial, warning)| `"auto"` |
3447 | `fetchPriority=(function)`| (initial, warning)| `"auto"` |
3448 | `fetchPriority=(null)`| (initial)| `"auto"` |
3449 | `fetchPriority=(undefined)`| (initial)| `"auto"` |
3450
3451 ## `fill` (on `<path>` inside `<svg>`)
3452 | Test Case | Flags | Result |
3453 | --- | --- | --- |
3454 | `fill=(string)`| (changed)| `"a string"` |
3455 | `fill=(empty string)`| (changed)| `<empty string>` |
3456 | `fill=(array with string)`| (changed)| `"string"` |
3457 | `fill=(empty array)`| (changed)| `<empty string>` |
3458 | `fill=(object)`| (changed)| `"result of toString()"` |
3459 | `fill=(numeric string)`| (changed)| `"42"` |
3460 | `fill=(-1)`| (changed)| `"-1"` |
3461 | `fill=(0)`| (changed)| `"0"` |
3462 | `fill=(integer)`| (changed)| `"1"` |
3463 | `fill=(NaN)`| (changed, warning)| `"NaN"` |
3464 | `fill=(float)`| (changed)| `"99.99"` |
3465 | `fill=(true)`| (initial, warning)| `<null>` |
3466 | `fill=(false)`| (initial, warning)| `<null>` |
3467 | `fill=(string 'true')`| (changed)| `"true"` |
3468 | `fill=(string 'false')`| (changed)| `"false"` |
3469 | `fill=(string 'on')`| (changed)| `"on"` |
3470 | `fill=(string 'off')`| (changed)| `"off"` |
3471 | `fill=(symbol)`| (initial, warning)| `<null>` |
3472 | `fill=(function)`| (initial, warning)| `<null>` |
3473 | `fill=(null)`| (initial)| `<null>` |
3474 | `fill=(undefined)`| (initial)| `<null>` |
3475
3476 ## `fillOpacity` (on `<circle>` inside `<svg>`)
3477 | Test Case | Flags | Result |
3478 | --- | --- | --- |
3479 | `fillOpacity=(string)`| (changed)| `"a string"` |
3480 | `fillOpacity=(empty string)`| (changed)| `<empty string>` |
3481 | `fillOpacity=(array with string)`| (changed)| `"string"` |
3482 | `fillOpacity=(empty array)`| (changed)| `<empty string>` |
3483 | `fillOpacity=(object)`| (changed)| `"result of toString()"` |
3484 | `fillOpacity=(numeric string)`| (changed)| `"42"` |
3485 | `fillOpacity=(-1)`| (changed)| `"-1"` |
3486 | `fillOpacity=(0)`| (changed)| `"0"` |
3487 | `fillOpacity=(integer)`| (changed)| `"1"` |
3488 | `fillOpacity=(NaN)`| (changed, warning)| `"NaN"` |
3489 | `fillOpacity=(float)`| (changed)| `"99.99"` |
3490 | `fillOpacity=(true)`| (initial, warning)| `<null>` |
3491 | `fillOpacity=(false)`| (initial, warning)| `<null>` |
3492 | `fillOpacity=(string 'true')`| (changed)| `"true"` |
3493 | `fillOpacity=(string 'false')`| (changed)| `"false"` |
3494 | `fillOpacity=(string 'on')`| (changed)| `"on"` |
3495 | `fillOpacity=(string 'off')`| (changed)| `"off"` |
3496 | `fillOpacity=(symbol)`| (initial, warning)| `<null>` |
3497 | `fillOpacity=(function)`| (initial, warning)| `<null>` |
3498 | `fillOpacity=(null)`| (initial)| `<null>` |
3499 | `fillOpacity=(undefined)`| (initial)| `<null>` |
3500
3501 ## `fill-opacity` (on `<circle>` inside `<svg>`)
3502 | Test Case | Flags | Result |
3503 | --- | --- | --- |
3504 | `fill-opacity=(string)`| (changed, warning)| `"a string"` |
3505 | `fill-opacity=(empty string)`| (changed, warning)| `<empty string>` |
3506 | `fill-opacity=(array with string)`| (changed, warning)| `"string"` |
3507 | `fill-opacity=(empty array)`| (changed, warning)| `<empty string>` |
3508 | `fill-opacity=(object)`| (changed, warning)| `"result of toString()"` |
3509 | `fill-opacity=(numeric string)`| (changed, warning)| `"42"` |
3510 | `fill-opacity=(-1)`| (changed, warning)| `"-1"` |
3511 | `fill-opacity=(0)`| (changed, warning)| `"0"` |
3512 | `fill-opacity=(integer)`| (changed, warning)| `"1"` |
3513 | `fill-opacity=(NaN)`| (changed, warning)| `"NaN"` |
3514 | `fill-opacity=(float)`| (changed, warning)| `"99.99"` |
3515 | `fill-opacity=(true)`| (initial, warning)| `<null>` |
3516 | `fill-opacity=(false)`| (initial, warning)| `<null>` |
3517 | `fill-opacity=(string 'true')`| (changed, warning)| `"true"` |
3518 | `fill-opacity=(string 'false')`| (changed, warning)| `"false"` |
3519 | `fill-opacity=(string 'on')`| (changed, warning)| `"on"` |
3520 | `fill-opacity=(string 'off')`| (changed, warning)| `"off"` |
3521 | `fill-opacity=(symbol)`| (initial, warning)| `<null>` |
3522 | `fill-opacity=(function)`| (initial, warning)| `<null>` |
3523 | `fill-opacity=(null)`| (initial, warning)| `<null>` |
3524 | `fill-opacity=(undefined)`| (initial, warning)| `<null>` |
3525
3526 ## `fillRule` (on `<circle>` inside `<svg>`)
3527 | Test Case | Flags | Result |
3528 | --- | --- | --- |
3529 | `fillRule=(string)`| (changed)| `"a string"` |
3530 | `fillRule=(empty string)`| (changed)| `<empty string>` |
3531 | `fillRule=(array with string)`| (changed)| `"string"` |
3532 | `fillRule=(empty array)`| (changed)| `<empty string>` |
3533 | `fillRule=(object)`| (changed)| `"result of toString()"` |
3534 | `fillRule=(numeric string)`| (changed)| `"42"` |
3535 | `fillRule=(-1)`| (changed)| `"-1"` |
3536 | `fillRule=(0)`| (changed)| `"0"` |
3537 | `fillRule=(integer)`| (changed)| `"1"` |
3538 | `fillRule=(NaN)`| (changed, warning)| `"NaN"` |
3539 | `fillRule=(float)`| (changed)| `"99.99"` |
3540 | `fillRule=(true)`| (initial, warning)| `<null>` |
3541 | `fillRule=(false)`| (initial, warning)| `<null>` |
3542 | `fillRule=(string 'true')`| (changed)| `"true"` |
3543 | `fillRule=(string 'false')`| (changed)| `"false"` |
3544 | `fillRule=(string 'on')`| (changed)| `"on"` |
3545 | `fillRule=(string 'off')`| (changed)| `"off"` |
3546 | `fillRule=(symbol)`| (initial, warning)| `<null>` |
3547 | `fillRule=(function)`| (initial, warning)| `<null>` |
3548 | `fillRule=(null)`| (initial)| `<null>` |
3549 | `fillRule=(undefined)`| (initial)| `<null>` |
3550
3551 ## `fill-rule` (on `<circle>` inside `<svg>`)
3552 | Test Case | Flags | Result |
3553 | --- | --- | --- |
3554 | `fill-rule=(string)`| (changed, warning)| `"a string"` |
3555 | `fill-rule=(empty string)`| (changed, warning)| `<empty string>` |
3556 | `fill-rule=(array with string)`| (changed, warning)| `"string"` |
3557 | `fill-rule=(empty array)`| (changed, warning)| `<empty string>` |
3558 | `fill-rule=(object)`| (changed, warning)| `"result of toString()"` |
3559 | `fill-rule=(numeric string)`| (changed, warning)| `"42"` |
3560 | `fill-rule=(-1)`| (changed, warning)| `"-1"` |
3561 | `fill-rule=(0)`| (changed, warning)| `"0"` |
3562 | `fill-rule=(integer)`| (changed, warning)| `"1"` |
3563 | `fill-rule=(NaN)`| (changed, warning)| `"NaN"` |
3564 | `fill-rule=(float)`| (changed, warning)| `"99.99"` |
3565 | `fill-rule=(true)`| (initial, warning)| `<null>` |
3566 | `fill-rule=(false)`| (initial, warning)| `<null>` |
3567 | `fill-rule=(string 'true')`| (changed, warning)| `"true"` |
3568 | `fill-rule=(string 'false')`| (changed, warning)| `"false"` |
3569 | `fill-rule=(string 'on')`| (changed, warning)| `"on"` |
3570 | `fill-rule=(string 'off')`| (changed, warning)| `"off"` |
3571 | `fill-rule=(symbol)`| (initial, warning)| `<null>` |
3572 | `fill-rule=(function)`| (initial, warning)| `<null>` |
3573 | `fill-rule=(null)`| (initial, warning)| `<null>` |
3574 | `fill-rule=(undefined)`| (initial, warning)| `<null>` |
3575
3576 ## `filter` (on `<g>` inside `<svg>`)
3577 | Test Case | Flags | Result |
3578 | --- | --- | --- |
3579 | `filter=(string)`| (changed)| `"a string"` |
3580 | `filter=(empty string)`| (changed)| `<empty string>` |
3581 | `filter=(array with string)`| (changed)| `"string"` |
3582 | `filter=(empty array)`| (changed)| `<empty string>` |
3583 | `filter=(object)`| (changed)| `"result of toString()"` |
3584 | `filter=(numeric string)`| (changed)| `"42"` |
3585 | `filter=(-1)`| (changed)| `"-1"` |
3586 | `filter=(0)`| (changed)| `"0"` |
3587 | `filter=(integer)`| (changed)| `"1"` |
3588 | `filter=(NaN)`| (changed, warning)| `"NaN"` |
3589 | `filter=(float)`| (changed)| `"99.99"` |
3590 | `filter=(true)`| (initial, warning)| `<null>` |
3591 | `filter=(false)`| (initial, warning)| `<null>` |
3592 | `filter=(string 'true')`| (changed)| `"true"` |
3593 | `filter=(string 'false')`| (changed)| `"false"` |
3594 | `filter=(string 'on')`| (changed)| `"on"` |
3595 | `filter=(string 'off')`| (changed)| `"off"` |
3596 | `filter=(symbol)`| (initial, warning)| `<null>` |
3597 | `filter=(function)`| (initial, warning)| `<null>` |
3598 | `filter=(null)`| (initial)| `<null>` |
3599 | `filter=(undefined)`| (initial)| `<null>` |
3600
3601 ## `filterRes` (on `<filter>` inside `<svg>`)
3602 | Test Case | Flags | Result |
3603 | --- | --- | --- |
3604 | `filterRes=(string)`| (changed, ssr mismatch)| `"a string"` |
3605 | `filterRes=(empty string)`| (changed, ssr mismatch)| `<empty string>` |
3606 | `filterRes=(array with string)`| (changed, ssr mismatch)| `"string"` |
3607 | `filterRes=(empty array)`| (changed, ssr mismatch)| `<empty string>` |
3608 | `filterRes=(object)`| (changed, ssr mismatch)| `"result of toString()"` |
3609 | `filterRes=(numeric string)`| (changed, ssr mismatch)| `"42"` |
3610 | `filterRes=(-1)`| (changed, ssr mismatch)| `"-1"` |
3611 | `filterRes=(0)`| (changed, ssr mismatch)| `"0"` |
3612 | `filterRes=(integer)`| (changed, ssr mismatch)| `"1"` |
3613 | `filterRes=(NaN)`| (changed, warning, ssr mismatch)| `"NaN"` |
3614 | `filterRes=(float)`| (changed, ssr mismatch)| `"99.99"` |
3615 | `filterRes=(true)`| (initial, warning)| `<null>` |
3616 | `filterRes=(false)`| (initial, warning)| `<null>` |
3617 | `filterRes=(string 'true')`| (changed, ssr mismatch)| `"true"` |
3618 | `filterRes=(string 'false')`| (changed, ssr mismatch)| `"false"` |
3619 | `filterRes=(string 'on')`| (changed, ssr mismatch)| `"on"` |
3620 | `filterRes=(string 'off')`| (changed, ssr mismatch)| `"off"` |
3621 | `filterRes=(symbol)`| (initial, warning)| `<null>` |
3622 | `filterRes=(function)`| (initial, warning)| `<null>` |
3623 | `filterRes=(null)`| (initial)| `<null>` |
3624 | `filterRes=(undefined)`| (initial)| `<null>` |
3625
3626 ## `filterUnits` (on `<filter>` inside `<svg>`)
3627 | Test Case | Flags | Result |
3628 | --- | --- | --- |
3629 | `filterUnits=(string)`| (changed)| `<number: 1>` |
3630 | `filterUnits=(empty string)`| (initial)| `<number: 2>` |
3631 | `filterUnits=(array with string)`| (changed)| `<number: 1>` |
3632 | `filterUnits=(empty array)`| (initial)| `<number: 2>` |
3633 | `filterUnits=(object)`| (initial)| `<number: 2>` |
3634 | `filterUnits=(numeric string)`| (initial)| `<number: 2>` |
3635 | `filterUnits=(-1)`| (initial)| `<number: 2>` |
3636 | `filterUnits=(0)`| (initial)| `<number: 2>` |
3637 | `filterUnits=(integer)`| (initial)| `<number: 2>` |
3638 | `filterUnits=(NaN)`| (initial, warning)| `<number: 2>` |
3639 | `filterUnits=(float)`| (initial)| `<number: 2>` |
3640 | `filterUnits=(true)`| (initial, warning)| `<number: 2>` |
3641 | `filterUnits=(false)`| (initial, warning)| `<number: 2>` |
3642 | `filterUnits=(string 'true')`| (initial)| `<number: 2>` |
3643 | `filterUnits=(string 'false')`| (initial)| `<number: 2>` |
3644 | `filterUnits=(string 'on')`| (initial)| `<number: 2>` |
3645 | `filterUnits=(string 'off')`| (initial)| `<number: 2>` |
3646 | `filterUnits=(symbol)`| (initial, warning)| `<number: 2>` |
3647 | `filterUnits=(function)`| (initial, warning)| `<number: 2>` |
3648 | `filterUnits=(null)`| (initial)| `<number: 2>` |
3649 | `filterUnits=(undefined)`| (initial)| `<number: 2>` |
3650
3651 ## `flood-color` (on `<feflood>` inside `<svg>`)
3652 | Test Case | Flags | Result |
3653 | --- | --- | --- |
3654 | `flood-color=(string)`| (changed, warning)| `"currentColor"` |
3655 | `flood-color=(empty string)`| (changed, warning)| `<empty string>` |
3656 | `flood-color=(array with string)`| (changed, warning)| `"currentColor"` |
3657 | `flood-color=(empty array)`| (changed, warning)| `<empty string>` |
3658 | `flood-color=(object)`| (changed, warning)| `"result of toString()"` |
3659 | `flood-color=(numeric string)`| (changed, warning)| `"42"` |
3660 | `flood-color=(-1)`| (changed, warning)| `"-1"` |
3661 | `flood-color=(0)`| (changed, warning)| `"0"` |
3662 | `flood-color=(integer)`| (changed, warning)| `"1"` |
3663 | `flood-color=(NaN)`| (changed, warning)| `"NaN"` |
3664 | `flood-color=(float)`| (changed, warning)| `"99.99"` |
3665 | `flood-color=(true)`| (initial, warning)| `<null>` |
3666 | `flood-color=(false)`| (initial, warning)| `<null>` |
3667 | `flood-color=(string 'true')`| (changed, warning)| `"true"` |
3668 | `flood-color=(string 'false')`| (changed, warning)| `"false"` |
3669 | `flood-color=(string 'on')`| (changed, warning)| `"on"` |
3670 | `flood-color=(string 'off')`| (changed, warning)| `"off"` |
3671 | `flood-color=(symbol)`| (initial, warning)| `<null>` |
3672 | `flood-color=(function)`| (initial, warning)| `<null>` |
3673 | `flood-color=(null)`| (initial, warning)| `<null>` |
3674 | `flood-color=(undefined)`| (initial, warning)| `<null>` |
3675
3676 ## `floodColor` (on `<feflood>` inside `<svg>`)
3677 | Test Case | Flags | Result |
3678 | --- | --- | --- |
3679 | `floodColor=(string)`| (changed)| `"currentColor"` |
3680 | `floodColor=(empty string)`| (changed)| `<empty string>` |
3681 | `floodColor=(array with string)`| (changed)| `"currentColor"` |
3682 | `floodColor=(empty array)`| (changed)| `<empty string>` |
3683 | `floodColor=(object)`| (changed)| `"result of toString()"` |
3684 | `floodColor=(numeric string)`| (changed)| `"42"` |
3685 | `floodColor=(-1)`| (changed)| `"-1"` |
3686 | `floodColor=(0)`| (changed)| `"0"` |
3687 | `floodColor=(integer)`| (changed)| `"1"` |
3688 | `floodColor=(NaN)`| (changed, warning)| `"NaN"` |
3689 | `floodColor=(float)`| (changed)| `"99.99"` |
3690 | `floodColor=(true)`| (initial, warning)| `<null>` |
3691 | `floodColor=(false)`| (initial, warning)| `<null>` |
3692 | `floodColor=(string 'true')`| (changed)| `"true"` |
3693 | `floodColor=(string 'false')`| (changed)| `"false"` |
3694 | `floodColor=(string 'on')`| (changed)| `"on"` |
3695 | `floodColor=(string 'off')`| (changed)| `"off"` |
3696 | `floodColor=(symbol)`| (initial, warning)| `<null>` |
3697 | `floodColor=(function)`| (initial, warning)| `<null>` |
3698 | `floodColor=(null)`| (initial)| `<null>` |
3699 | `floodColor=(undefined)`| (initial)| `<null>` |
3700
3701 ## `flood-opacity` (on `<feflood>` inside `<svg>`)
3702 | Test Case | Flags | Result |
3703 | --- | --- | --- |
3704 | `flood-opacity=(string)`| (changed, warning)| `"inherit"` |
3705 | `flood-opacity=(empty string)`| (changed, warning)| `<empty string>` |
3706 | `flood-opacity=(array with string)`| (changed, warning)| `"inherit"` |
3707 | `flood-opacity=(empty array)`| (changed, warning)| `<empty string>` |
3708 | `flood-opacity=(object)`| (changed, warning)| `"result of toString()"` |
3709 | `flood-opacity=(numeric string)`| (changed, warning)| `"42"` |
3710 | `flood-opacity=(-1)`| (changed, warning)| `"-1"` |
3711 | `flood-opacity=(0)`| (changed, warning)| `"0"` |
3712 | `flood-opacity=(integer)`| (changed, warning)| `"1"` |
3713 | `flood-opacity=(NaN)`| (changed, warning)| `"NaN"` |
3714 | `flood-opacity=(float)`| (changed, warning)| `"99.99"` |
3715 | `flood-opacity=(true)`| (initial, warning)| `<null>` |
3716 | `flood-opacity=(false)`| (initial, warning)| `<null>` |
3717 | `flood-opacity=(string 'true')`| (changed, warning)| `"true"` |
3718 | `flood-opacity=(string 'false')`| (changed, warning)| `"false"` |
3719 | `flood-opacity=(string 'on')`| (changed, warning)| `"on"` |
3720 | `flood-opacity=(string 'off')`| (changed, warning)| `"off"` |
3721 | `flood-opacity=(symbol)`| (initial, warning)| `<null>` |
3722 | `flood-opacity=(function)`| (initial, warning)| `<null>` |
3723 | `flood-opacity=(null)`| (initial, warning)| `<null>` |
3724 | `flood-opacity=(undefined)`| (initial, warning)| `<null>` |
3725
3726 ## `floodOpacity` (on `<feflood>` inside `<svg>`)
3727 | Test Case | Flags | Result |
3728 | --- | --- | --- |
3729 | `floodOpacity=(string)`| (changed)| `"inherit"` |
3730 | `floodOpacity=(empty string)`| (changed)| `<empty string>` |
3731 | `floodOpacity=(array with string)`| (changed)| `"inherit"` |
3732 | `floodOpacity=(empty array)`| (changed)| `<empty string>` |
3733 | `floodOpacity=(object)`| (changed)| `"result of toString()"` |
3734 | `floodOpacity=(numeric string)`| (changed)| `"42"` |
3735 | `floodOpacity=(-1)`| (changed)| `"-1"` |
3736 | `floodOpacity=(0)`| (changed)| `"0"` |
3737 | `floodOpacity=(integer)`| (changed)| `"1"` |
3738 | `floodOpacity=(NaN)`| (changed, warning)| `"NaN"` |
3739 | `floodOpacity=(float)`| (changed)| `"99.99"` |
3740 | `floodOpacity=(true)`| (initial, warning)| `<null>` |
3741 | `floodOpacity=(false)`| (initial, warning)| `<null>` |
3742 | `floodOpacity=(string 'true')`| (changed)| `"true"` |
3743 | `floodOpacity=(string 'false')`| (changed)| `"false"` |
3744 | `floodOpacity=(string 'on')`| (changed)| `"on"` |
3745 | `floodOpacity=(string 'off')`| (changed)| `"off"` |
3746 | `floodOpacity=(symbol)`| (initial, warning)| `<null>` |
3747 | `floodOpacity=(function)`| (initial, warning)| `<null>` |
3748 | `floodOpacity=(null)`| (initial)| `<null>` |
3749 | `floodOpacity=(undefined)`| (initial)| `<null>` |
3750
3751 ## `focusable` (on `<p>` inside `<div>`)
3752 | Test Case | Flags | Result |
3753 | --- | --- | --- |
3754 | `focusable=(string)`| (changed)| `"a string"` |
3755 | `focusable=(empty string)`| (changed)| `<empty string>` |
3756 | `focusable=(array with string)`| (changed)| `"string"` |
3757 | `focusable=(empty array)`| (changed)| `<empty string>` |
3758 | `focusable=(object)`| (changed)| `"result of toString()"` |
3759 | `focusable=(numeric string)`| (changed)| `"42"` |
3760 | `focusable=(-1)`| (changed)| `"-1"` |
3761 | `focusable=(0)`| (changed)| `"0"` |
3762 | `focusable=(integer)`| (changed)| `"1"` |
3763 | `focusable=(NaN)`| (changed, warning)| `"NaN"` |
3764 | `focusable=(float)`| (changed)| `"99.99"` |
3765 | `focusable=(true)`| (changed)| `"true"` |
3766 | `focusable=(false)`| (changed)| `"false"` |
3767 | `focusable=(string 'true')`| (changed)| `"true"` |
3768 | `focusable=(string 'false')`| (changed)| `"false"` |
3769 | `focusable=(string 'on')`| (changed)| `"on"` |
3770 | `focusable=(string 'off')`| (changed)| `"off"` |
3771 | `focusable=(symbol)`| (initial, warning)| `<null>` |
3772 | `focusable=(function)`| (initial, warning)| `<null>` |
3773 | `focusable=(null)`| (initial)| `<null>` |
3774 | `focusable=(undefined)`| (initial)| `<null>` |
3775
3776 ## `font-family` (on `<font-face>` inside `<svg>`)
3777 | Test Case | Flags | Result |
3778 | --- | --- | --- |
3779 | `font-family=(string)`| (changed, warning)| `"a string"` |
3780 | `font-family=(empty string)`| (changed, warning)| `<empty string>` |
3781 | `font-family=(array with string)`| (changed, warning)| `"string"` |
3782 | `font-family=(empty array)`| (changed, warning)| `<empty string>` |
3783 | `font-family=(object)`| (changed, warning)| `"result of toString()"` |
3784 | `font-family=(numeric string)`| (changed, warning)| `"42"` |
3785 | `font-family=(-1)`| (changed, warning)| `"-1"` |
3786 | `font-family=(0)`| (changed, warning)| `"0"` |
3787 | `font-family=(integer)`| (changed, warning)| `"1"` |
3788 | `font-family=(NaN)`| (changed, warning)| `"NaN"` |
3789 | `font-family=(float)`| (changed, warning)| `"99.99"` |
3790 | `font-family=(true)`| (initial, warning)| `<null>` |
3791 | `font-family=(false)`| (initial, warning)| `<null>` |
3792 | `font-family=(string 'true')`| (changed, warning)| `"true"` |
3793 | `font-family=(string 'false')`| (changed, warning)| `"false"` |
3794 | `font-family=(string 'on')`| (changed, warning)| `"on"` |
3795 | `font-family=(string 'off')`| (changed, warning)| `"off"` |
3796 | `font-family=(symbol)`| (initial, warning)| `<null>` |
3797 | `font-family=(function)`| (initial, warning)| `<null>` |
3798 | `font-family=(null)`| (initial, warning)| `<null>` |
3799 | `font-family=(undefined)`| (initial, warning)| `<null>` |
3800
3801 ## `font-size` (on `<font-face>` inside `<svg>`)
3802 | Test Case | Flags | Result |
3803 | --- | --- | --- |
3804 | `font-size=(string)`| (changed, warning)| `"a string"` |
3805 | `font-size=(empty string)`| (changed, warning)| `<empty string>` |
3806 | `font-size=(array with string)`| (changed, warning)| `"string"` |
3807 | `font-size=(empty array)`| (changed, warning)| `<empty string>` |
3808 | `font-size=(object)`| (changed, warning)| `"result of toString()"` |
3809 | `font-size=(numeric string)`| (changed, warning)| `"42"` |
3810 | `font-size=(-1)`| (changed, warning)| `"-1"` |
3811 | `font-size=(0)`| (changed, warning)| `"0"` |
3812 | `font-size=(integer)`| (changed, warning)| `"1"` |
3813 | `font-size=(NaN)`| (changed, warning)| `"NaN"` |
3814 | `font-size=(float)`| (changed, warning)| `"99.99"` |
3815 | `font-size=(true)`| (initial, warning)| `<null>` |
3816 | `font-size=(false)`| (initial, warning)| `<null>` |
3817 | `font-size=(string 'true')`| (changed, warning)| `"true"` |
3818 | `font-size=(string 'false')`| (changed, warning)| `"false"` |
3819 | `font-size=(string 'on')`| (changed, warning)| `"on"` |
3820 | `font-size=(string 'off')`| (changed, warning)| `"off"` |
3821 | `font-size=(symbol)`| (initial, warning)| `<null>` |
3822 | `font-size=(function)`| (initial, warning)| `<null>` |
3823 | `font-size=(null)`| (initial, warning)| `<null>` |
3824 | `font-size=(undefined)`| (initial, warning)| `<null>` |
3825
3826 ## `font-size-adjust` (on `<text>` inside `<svg>`)
3827 | Test Case | Flags | Result |
3828 | --- | --- | --- |
3829 | `font-size-adjust=(string)`| (changed, warning)| `"a string"` |
3830 | `font-size-adjust=(empty string)`| (changed, warning)| `<empty string>` |
3831 | `font-size-adjust=(array with string)`| (changed, warning)| `"string"` |
3832 | `font-size-adjust=(empty array)`| (changed, warning)| `<empty string>` |
3833 | `font-size-adjust=(object)`| (changed, warning)| `"result of toString()"` |
3834 | `font-size-adjust=(numeric string)`| (changed, warning)| `"42"` |
3835 | `font-size-adjust=(-1)`| (changed, warning)| `"-1"` |
3836 | `font-size-adjust=(0)`| (changed, warning)| `"0"` |
3837 | `font-size-adjust=(integer)`| (changed, warning)| `"1"` |
3838 | `font-size-adjust=(NaN)`| (changed, warning)| `"NaN"` |
3839 | `font-size-adjust=(float)`| (changed, warning)| `"99.99"` |
3840 | `font-size-adjust=(true)`| (initial, warning)| `<null>` |
3841 | `font-size-adjust=(false)`| (initial, warning)| `<null>` |
3842 | `font-size-adjust=(string 'true')`| (changed, warning)| `"true"` |
3843 | `font-size-adjust=(string 'false')`| (changed, warning)| `"false"` |
3844 | `font-size-adjust=(string 'on')`| (changed, warning)| `"on"` |
3845 | `font-size-adjust=(string 'off')`| (changed, warning)| `"off"` |
3846 | `font-size-adjust=(symbol)`| (initial, warning)| `<null>` |
3847 | `font-size-adjust=(function)`| (initial, warning)| `<null>` |
3848 | `font-size-adjust=(null)`| (initial, warning)| `<null>` |
3849 | `font-size-adjust=(undefined)`| (initial, warning)| `<null>` |
3850
3851 ## `font-stretch` (on `<font-face>` inside `<svg>`)
3852 | Test Case | Flags | Result |
3853 | --- | --- | --- |
3854 | `font-stretch=(string)`| (changed, warning)| `"a string"` |
3855 | `font-stretch=(empty string)`| (changed, warning)| `<empty string>` |
3856 | `font-stretch=(array with string)`| (changed, warning)| `"string"` |
3857 | `font-stretch=(empty array)`| (changed, warning)| `<empty string>` |
3858 | `font-stretch=(object)`| (changed, warning)| `"result of toString()"` |
3859 | `font-stretch=(numeric string)`| (changed, warning)| `"42"` |
3860 | `font-stretch=(-1)`| (changed, warning)| `"-1"` |
3861 | `font-stretch=(0)`| (changed, warning)| `"0"` |
3862 | `font-stretch=(integer)`| (changed, warning)| `"1"` |
3863 | `font-stretch=(NaN)`| (changed, warning)| `"NaN"` |
3864 | `font-stretch=(float)`| (changed, warning)| `"99.99"` |
3865 | `font-stretch=(true)`| (initial, warning)| `<null>` |
3866 | `font-stretch=(false)`| (initial, warning)| `<null>` |
3867 | `font-stretch=(string 'true')`| (changed, warning)| `"true"` |
3868 | `font-stretch=(string 'false')`| (changed, warning)| `"false"` |
3869 | `font-stretch=(string 'on')`| (changed, warning)| `"on"` |
3870 | `font-stretch=(string 'off')`| (changed, warning)| `"off"` |
3871 | `font-stretch=(symbol)`| (initial, warning)| `<null>` |
3872 | `font-stretch=(function)`| (initial, warning)| `<null>` |
3873 | `font-stretch=(null)`| (initial, warning)| `<null>` |
3874 | `font-stretch=(undefined)`| (initial, warning)| `<null>` |
3875
3876 ## `font-style` (on `<font-face>` inside `<svg>`)
3877 | Test Case | Flags | Result |
3878 | --- | --- | --- |
3879 | `font-style=(string)`| (changed, warning)| `"a string"` |
3880 | `font-style=(empty string)`| (changed, warning)| `<empty string>` |
3881 | `font-style=(array with string)`| (changed, warning)| `"string"` |
3882 | `font-style=(empty array)`| (changed, warning)| `<empty string>` |
3883 | `font-style=(object)`| (changed, warning)| `"result of toString()"` |
3884 | `font-style=(numeric string)`| (changed, warning)| `"42"` |
3885 | `font-style=(-1)`| (changed, warning)| `"-1"` |
3886 | `font-style=(0)`| (changed, warning)| `"0"` |
3887 | `font-style=(integer)`| (changed, warning)| `"1"` |
3888 | `font-style=(NaN)`| (changed, warning)| `"NaN"` |
3889 | `font-style=(float)`| (changed, warning)| `"99.99"` |
3890 | `font-style=(true)`| (initial, warning)| `<null>` |
3891 | `font-style=(false)`| (initial, warning)| `<null>` |
3892 | `font-style=(string 'true')`| (changed, warning)| `"true"` |
3893 | `font-style=(string 'false')`| (changed, warning)| `"false"` |
3894 | `font-style=(string 'on')`| (changed, warning)| `"on"` |
3895 | `font-style=(string 'off')`| (changed, warning)| `"off"` |
3896 | `font-style=(symbol)`| (initial, warning)| `<null>` |
3897 | `font-style=(function)`| (initial, warning)| `<null>` |
3898 | `font-style=(null)`| (initial, warning)| `<null>` |
3899 | `font-style=(undefined)`| (initial, warning)| `<null>` |
3900
3901 ## `font-variant` (on `<font-face>` inside `<svg>`)
3902 | Test Case | Flags | Result |
3903 | --- | --- | --- |
3904 | `font-variant=(string)`| (changed, warning)| `"a string"` |
3905 | `font-variant=(empty string)`| (changed, warning)| `<empty string>` |
3906 | `font-variant=(array with string)`| (changed, warning)| `"string"` |
3907 | `font-variant=(empty array)`| (changed, warning)| `<empty string>` |
3908 | `font-variant=(object)`| (changed, warning)| `"result of toString()"` |
3909 | `font-variant=(numeric string)`| (changed, warning)| `"42"` |
3910 | `font-variant=(-1)`| (changed, warning)| `"-1"` |
3911 | `font-variant=(0)`| (changed, warning)| `"0"` |
3912 | `font-variant=(integer)`| (changed, warning)| `"1"` |
3913 | `font-variant=(NaN)`| (changed, warning)| `"NaN"` |
3914 | `font-variant=(float)`| (changed, warning)| `"99.99"` |
3915 | `font-variant=(true)`| (initial, warning)| `<null>` |
3916 | `font-variant=(false)`| (initial, warning)| `<null>` |
3917 | `font-variant=(string 'true')`| (changed, warning)| `"true"` |
3918 | `font-variant=(string 'false')`| (changed, warning)| `"false"` |
3919 | `font-variant=(string 'on')`| (changed, warning)| `"on"` |
3920 | `font-variant=(string 'off')`| (changed, warning)| `"off"` |
3921 | `font-variant=(symbol)`| (initial, warning)| `<null>` |
3922 | `font-variant=(function)`| (initial, warning)| `<null>` |
3923 | `font-variant=(null)`| (initial, warning)| `<null>` |
3924 | `font-variant=(undefined)`| (initial, warning)| `<null>` |
3925
3926 ## `font-weight` (on `<font-face>` inside `<svg>`)
3927 | Test Case | Flags | Result |
3928 | --- | --- | --- |
3929 | `font-weight=(string)`| (changed, warning)| `"a string"` |
3930 | `font-weight=(empty string)`| (changed, warning)| `<empty string>` |
3931 | `font-weight=(array with string)`| (changed, warning)| `"string"` |
3932 | `font-weight=(empty array)`| (changed, warning)| `<empty string>` |
3933 | `font-weight=(object)`| (changed, warning)| `"result of toString()"` |
3934 | `font-weight=(numeric string)`| (changed, warning)| `"42"` |
3935 | `font-weight=(-1)`| (changed, warning)| `"-1"` |
3936 | `font-weight=(0)`| (changed, warning)| `"0"` |
3937 | `font-weight=(integer)`| (changed, warning)| `"1"` |
3938 | `font-weight=(NaN)`| (changed, warning)| `"NaN"` |
3939 | `font-weight=(float)`| (changed, warning)| `"99.99"` |
3940 | `font-weight=(true)`| (initial, warning)| `<null>` |
3941 | `font-weight=(false)`| (initial, warning)| `<null>` |
3942 | `font-weight=(string 'true')`| (changed, warning)| `"true"` |
3943 | `font-weight=(string 'false')`| (changed, warning)| `"false"` |
3944 | `font-weight=(string 'on')`| (changed, warning)| `"on"` |
3945 | `font-weight=(string 'off')`| (changed, warning)| `"off"` |
3946 | `font-weight=(symbol)`| (initial, warning)| `<null>` |
3947 | `font-weight=(function)`| (initial, warning)| `<null>` |
3948 | `font-weight=(null)`| (initial, warning)| `<null>` |
3949 | `font-weight=(undefined)`| (initial, warning)| `<null>` |
3950
3951 ## `fontFamily` (on `<font-face>` inside `<svg>`)
3952 | Test Case | Flags | Result |
3953 | --- | --- | --- |
3954 | `fontFamily=(string)`| (changed)| `"a string"` |
3955 | `fontFamily=(empty string)`| (changed)| `<empty string>` |
3956 | `fontFamily=(array with string)`| (changed)| `"string"` |
3957 | `fontFamily=(empty array)`| (changed)| `<empty string>` |
3958 | `fontFamily=(object)`| (changed)| `"result of toString()"` |
3959 | `fontFamily=(numeric string)`| (changed)| `"42"` |
3960 | `fontFamily=(-1)`| (changed)| `"-1"` |
3961 | `fontFamily=(0)`| (changed)| `"0"` |
3962 | `fontFamily=(integer)`| (changed)| `"1"` |
3963 | `fontFamily=(NaN)`| (changed, warning)| `"NaN"` |
3964 | `fontFamily=(float)`| (changed)| `"99.99"` |
3965 | `fontFamily=(true)`| (initial, warning)| `<null>` |
3966 | `fontFamily=(false)`| (initial, warning)| `<null>` |
3967 | `fontFamily=(string 'true')`| (changed)| `"true"` |
3968 | `fontFamily=(string 'false')`| (changed)| `"false"` |
3969 | `fontFamily=(string 'on')`| (changed)| `"on"` |
3970 | `fontFamily=(string 'off')`| (changed)| `"off"` |
3971 | `fontFamily=(symbol)`| (initial, warning)| `<null>` |
3972 | `fontFamily=(function)`| (initial, warning)| `<null>` |
3973 | `fontFamily=(null)`| (initial)| `<null>` |
3974 | `fontFamily=(undefined)`| (initial)| `<null>` |
3975
3976 ## `fontSize` (on `<font-face>` inside `<svg>`)
3977 | Test Case | Flags | Result |
3978 | --- | --- | --- |
3979 | `fontSize=(string)`| (changed)| `"a string"` |
3980 | `fontSize=(empty string)`| (changed)| `<empty string>` |
3981 | `fontSize=(array with string)`| (changed)| `"string"` |
3982 | `fontSize=(empty array)`| (changed)| `<empty string>` |
3983 | `fontSize=(object)`| (changed)| `"result of toString()"` |
3984 | `fontSize=(numeric string)`| (changed)| `"42"` |
3985 | `fontSize=(-1)`| (changed)| `"-1"` |
3986 | `fontSize=(0)`| (changed)| `"0"` |
3987 | `fontSize=(integer)`| (changed)| `"1"` |
3988 | `fontSize=(NaN)`| (changed, warning)| `"NaN"` |
3989 | `fontSize=(float)`| (changed)| `"99.99"` |
3990 | `fontSize=(true)`| (initial, warning)| `<null>` |
3991 | `fontSize=(false)`| (initial, warning)| `<null>` |
3992 | `fontSize=(string 'true')`| (changed)| `"true"` |
3993 | `fontSize=(string 'false')`| (changed)| `"false"` |
3994 | `fontSize=(string 'on')`| (changed)| `"on"` |
3995 | `fontSize=(string 'off')`| (changed)| `"off"` |
3996 | `fontSize=(symbol)`| (initial, warning)| `<null>` |
3997 | `fontSize=(function)`| (initial, warning)| `<null>` |
3998 | `fontSize=(null)`| (initial)| `<null>` |
3999 | `fontSize=(undefined)`| (initial)| `<null>` |
4000
4001 ## `fontSizeAdjust` (on `<text>` inside `<svg>`)
4002 | Test Case | Flags | Result |
4003 | --- | --- | --- |
4004 | `fontSizeAdjust=(string)`| (changed)| `"a string"` |
4005 | `fontSizeAdjust=(empty string)`| (changed)| `<empty string>` |
4006 | `fontSizeAdjust=(array with string)`| (changed)| `"string"` |
4007 | `fontSizeAdjust=(empty array)`| (changed)| `<empty string>` |
4008 | `fontSizeAdjust=(object)`| (changed)| `"result of toString()"` |
4009 | `fontSizeAdjust=(numeric string)`| (changed)| `"42"` |
4010 | `fontSizeAdjust=(-1)`| (changed)| `"-1"` |
4011 | `fontSizeAdjust=(0)`| (changed)| `"0"` |
4012 | `fontSizeAdjust=(integer)`| (changed)| `"1"` |
4013 | `fontSizeAdjust=(NaN)`| (changed, warning)| `"NaN"` |
4014 | `fontSizeAdjust=(float)`| (changed)| `"99.99"` |
4015 | `fontSizeAdjust=(true)`| (initial, warning)| `<null>` |
4016 | `fontSizeAdjust=(false)`| (initial, warning)| `<null>` |
4017 | `fontSizeAdjust=(string 'true')`| (changed)| `"true"` |
4018 | `fontSizeAdjust=(string 'false')`| (changed)| `"false"` |
4019 | `fontSizeAdjust=(string 'on')`| (changed)| `"on"` |
4020 | `fontSizeAdjust=(string 'off')`| (changed)| `"off"` |
4021 | `fontSizeAdjust=(symbol)`| (initial, warning)| `<null>` |
4022 | `fontSizeAdjust=(function)`| (initial, warning)| `<null>` |
4023 | `fontSizeAdjust=(null)`| (initial)| `<null>` |
4024 | `fontSizeAdjust=(undefined)`| (initial)| `<null>` |
4025
4026 ## `fontStretch` (on `<font-face>` inside `<svg>`)
4027 | Test Case | Flags | Result |
4028 | --- | --- | --- |
4029 | `fontStretch=(string)`| (changed)| `"a string"` |
4030 | `fontStretch=(empty string)`| (changed)| `<empty string>` |
4031 | `fontStretch=(array with string)`| (changed)| `"string"` |
4032 | `fontStretch=(empty array)`| (changed)| `<empty string>` |
4033 | `fontStretch=(object)`| (changed)| `"result of toString()"` |
4034 | `fontStretch=(numeric string)`| (changed)| `"42"` |
4035 | `fontStretch=(-1)`| (changed)| `"-1"` |
4036 | `fontStretch=(0)`| (changed)| `"0"` |
4037 | `fontStretch=(integer)`| (changed)| `"1"` |
4038 | `fontStretch=(NaN)`| (changed, warning)| `"NaN"` |
4039 | `fontStretch=(float)`| (changed)| `"99.99"` |
4040 | `fontStretch=(true)`| (initial, warning)| `<null>` |
4041 | `fontStretch=(false)`| (initial, warning)| `<null>` |
4042 | `fontStretch=(string 'true')`| (changed)| `"true"` |
4043 | `fontStretch=(string 'false')`| (changed)| `"false"` |
4044 | `fontStretch=(string 'on')`| (changed)| `"on"` |
4045 | `fontStretch=(string 'off')`| (changed)| `"off"` |
4046 | `fontStretch=(symbol)`| (initial, warning)| `<null>` |
4047 | `fontStretch=(function)`| (initial, warning)| `<null>` |
4048 | `fontStretch=(null)`| (initial)| `<null>` |
4049 | `fontStretch=(undefined)`| (initial)| `<null>` |
4050
4051 ## `fontStyle` (on `<font-face>` inside `<svg>`)
4052 | Test Case | Flags | Result |
4053 | --- | --- | --- |
4054 | `fontStyle=(string)`| (changed)| `"a string"` |
4055 | `fontStyle=(empty string)`| (changed)| `<empty string>` |
4056 | `fontStyle=(array with string)`| (changed)| `"string"` |
4057 | `fontStyle=(empty array)`| (changed)| `<empty string>` |
4058 | `fontStyle=(object)`| (changed)| `"result of toString()"` |
4059 | `fontStyle=(numeric string)`| (changed)| `"42"` |
4060 | `fontStyle=(-1)`| (changed)| `"-1"` |
4061 | `fontStyle=(0)`| (changed)| `"0"` |
4062 | `fontStyle=(integer)`| (changed)| `"1"` |
4063 | `fontStyle=(NaN)`| (changed, warning)| `"NaN"` |
4064 | `fontStyle=(float)`| (changed)| `"99.99"` |
4065 | `fontStyle=(true)`| (initial, warning)| `<null>` |
4066 | `fontStyle=(false)`| (initial, warning)| `<null>` |
4067 | `fontStyle=(string 'true')`| (changed)| `"true"` |
4068 | `fontStyle=(string 'false')`| (changed)| `"false"` |
4069 | `fontStyle=(string 'on')`| (changed)| `"on"` |
4070 | `fontStyle=(string 'off')`| (changed)| `"off"` |
4071 | `fontStyle=(symbol)`| (initial, warning)| `<null>` |
4072 | `fontStyle=(function)`| (initial, warning)| `<null>` |
4073 | `fontStyle=(null)`| (initial)| `<null>` |
4074 | `fontStyle=(undefined)`| (initial)| `<null>` |
4075
4076 ## `fontVariant` (on `<font-face>` inside `<svg>`)
4077 | Test Case | Flags | Result |
4078 | --- | --- | --- |
4079 | `fontVariant=(string)`| (changed)| `"a string"` |
4080 | `fontVariant=(empty string)`| (changed)| `<empty string>` |
4081 | `fontVariant=(array with string)`| (changed)| `"string"` |
4082 | `fontVariant=(empty array)`| (changed)| `<empty string>` |
4083 | `fontVariant=(object)`| (changed)| `"result of toString()"` |
4084 | `fontVariant=(numeric string)`| (changed)| `"42"` |
4085 | `fontVariant=(-1)`| (changed)| `"-1"` |
4086 | `fontVariant=(0)`| (changed)| `"0"` |
4087 | `fontVariant=(integer)`| (changed)| `"1"` |
4088 | `fontVariant=(NaN)`| (changed, warning)| `"NaN"` |
4089 | `fontVariant=(float)`| (changed)| `"99.99"` |
4090 | `fontVariant=(true)`| (initial, warning)| `<null>` |
4091 | `fontVariant=(false)`| (initial, warning)| `<null>` |
4092 | `fontVariant=(string 'true')`| (changed)| `"true"` |
4093 | `fontVariant=(string 'false')`| (changed)| `"false"` |
4094 | `fontVariant=(string 'on')`| (changed)| `"on"` |
4095 | `fontVariant=(string 'off')`| (changed)| `"off"` |
4096 | `fontVariant=(symbol)`| (initial, warning)| `<null>` |
4097 | `fontVariant=(function)`| (initial, warning)| `<null>` |
4098 | `fontVariant=(null)`| (initial)| `<null>` |
4099 | `fontVariant=(undefined)`| (initial)| `<null>` |
4100
4101 ## `fontWeight` (on `<font-face>` inside `<svg>`)
4102 | Test Case | Flags | Result |
4103 | --- | --- | --- |
4104 | `fontWeight=(string)`| (changed)| `"a string"` |
4105 | `fontWeight=(empty string)`| (changed)| `<empty string>` |
4106 | `fontWeight=(array with string)`| (changed)| `"string"` |
4107 | `fontWeight=(empty array)`| (changed)| `<empty string>` |
4108 | `fontWeight=(object)`| (changed)| `"result of toString()"` |
4109 | `fontWeight=(numeric string)`| (changed)| `"42"` |
4110 | `fontWeight=(-1)`| (changed)| `"-1"` |
4111 | `fontWeight=(0)`| (changed)| `"0"` |
4112 | `fontWeight=(integer)`| (changed)| `"1"` |
4113 | `fontWeight=(NaN)`| (changed, warning)| `"NaN"` |
4114 | `fontWeight=(float)`| (changed)| `"99.99"` |
4115 | `fontWeight=(true)`| (initial, warning)| `<null>` |
4116 | `fontWeight=(false)`| (initial, warning)| `<null>` |
4117 | `fontWeight=(string 'true')`| (changed)| `"true"` |
4118 | `fontWeight=(string 'false')`| (changed)| `"false"` |
4119 | `fontWeight=(string 'on')`| (changed)| `"on"` |
4120 | `fontWeight=(string 'off')`| (changed)| `"off"` |
4121 | `fontWeight=(symbol)`| (initial, warning)| `<null>` |
4122 | `fontWeight=(function)`| (initial, warning)| `<null>` |
4123 | `fontWeight=(null)`| (initial)| `<null>` |
4124 | `fontWeight=(undefined)`| (initial)| `<null>` |
4125
4126 ## `for` (on `<label>` inside `<div>`)
4127 | Test Case | Flags | Result |
4128 | --- | --- | --- |
4129 | `for=(string)`| (changed, warning)| `"a string"` |
4130 | `for=(empty string)`| (initial, warning)| `<empty string>` |
4131 | `for=(array with string)`| (changed, warning)| `"string"` |
4132 | `for=(empty array)`| (initial, warning)| `<empty string>` |
4133 | `for=(object)`| (changed, warning)| `"result of toString()"` |
4134 | `for=(numeric string)`| (changed, warning)| `"42"` |
4135 | `for=(-1)`| (changed, warning)| `"-1"` |
4136 | `for=(0)`| (changed, warning)| `"0"` |
4137 | `for=(integer)`| (changed, warning)| `"1"` |
4138 | `for=(NaN)`| (changed, warning)| `"NaN"` |
4139 | `for=(float)`| (changed, warning)| `"99.99"` |
4140 | `for=(true)`| (initial, warning)| `<empty string>` |
4141 | `for=(false)`| (initial, warning)| `<empty string>` |
4142 | `for=(string 'true')`| (changed, warning)| `"true"` |
4143 | `for=(string 'false')`| (changed, warning)| `"false"` |
4144 | `for=(string 'on')`| (changed, warning)| `"on"` |
4145 | `for=(string 'off')`| (changed, warning)| `"off"` |
4146 | `for=(symbol)`| (initial, warning)| `<empty string>` |
4147 | `for=(function)`| (initial, warning)| `<empty string>` |
4148 | `for=(null)`| (initial, warning)| `<empty string>` |
4149 | `for=(undefined)`| (initial, warning)| `<empty string>` |
4150
4151 ## `fOr` (on `<label>` inside `<div>`)
4152 | Test Case | Flags | Result |
4153 | --- | --- | --- |
4154 | `fOr=(string)`| (changed, warning)| `"a string"` |
4155 | `fOr=(empty string)`| (initial, warning)| `<empty string>` |
4156 | `fOr=(array with string)`| (changed, warning)| `"string"` |
4157 | `fOr=(empty array)`| (initial, warning)| `<empty string>` |
4158 | `fOr=(object)`| (changed, warning)| `"result of toString()"` |
4159 | `fOr=(numeric string)`| (changed, warning)| `"42"` |
4160 | `fOr=(-1)`| (changed, warning)| `"-1"` |
4161 | `fOr=(0)`| (changed, warning)| `"0"` |
4162 | `fOr=(integer)`| (changed, warning)| `"1"` |
4163 | `fOr=(NaN)`| (changed, warning)| `"NaN"` |
4164 | `fOr=(float)`| (changed, warning)| `"99.99"` |
4165 | `fOr=(true)`| (initial, warning)| `<empty string>` |
4166 | `fOr=(false)`| (initial, warning)| `<empty string>` |
4167 | `fOr=(string 'true')`| (changed, warning)| `"true"` |
4168 | `fOr=(string 'false')`| (changed, warning)| `"false"` |
4169 | `fOr=(string 'on')`| (changed, warning)| `"on"` |
4170 | `fOr=(string 'off')`| (changed, warning)| `"off"` |
4171 | `fOr=(symbol)`| (initial, warning)| `<empty string>` |
4172 | `fOr=(function)`| (initial, warning)| `<empty string>` |
4173 | `fOr=(null)`| (initial, warning)| `<empty string>` |
4174 | `fOr=(undefined)`| (initial, warning)| `<empty string>` |
4175
4176 ## `form` (on `<div>` inside `<div>`)
4177 | Test Case | Flags | Result |
4178 | --- | --- | --- |
4179 | `form=(string)`| (changed)| `"a string"` |
4180 | `form=(empty string)`| (changed)| `<empty string>` |
4181 | `form=(array with string)`| (changed)| `"string"` |
4182 | `form=(empty array)`| (changed)| `<empty string>` |
4183 | `form=(object)`| (changed)| `"result of toString()"` |
4184 | `form=(numeric string)`| (changed)| `"42"` |
4185 | `form=(-1)`| (changed)| `"-1"` |
4186 | `form=(0)`| (changed)| `"0"` |
4187 | `form=(integer)`| (changed)| `"1"` |
4188 | `form=(NaN)`| (changed, warning)| `"NaN"` |
4189 | `form=(float)`| (changed)| `"99.99"` |
4190 | `form=(true)`| (initial, warning)| `<null>` |
4191 | `form=(false)`| (initial, warning)| `<null>` |
4192 | `form=(string 'true')`| (changed)| `"true"` |
4193 | `form=(string 'false')`| (changed)| `"false"` |
4194 | `form=(string 'on')`| (changed)| `"on"` |
4195 | `form=(string 'off')`| (changed)| `"off"` |
4196 | `form=(symbol)`| (initial, warning)| `<null>` |
4197 | `form=(function)`| (initial, warning)| `<null>` |
4198 | `form=(null)`| (initial)| `<null>` |
4199 | `form=(undefined)`| (initial)| `<null>` |
4200
4201 ## `formAction` (on `<input>` inside `<div>`)
4202 | Test Case | Flags | Result |
4203 | --- | --- | --- |
4204 | `formAction=(string)`| (changed, warning)| `"https://reactjs.com/"` |
4205 | `formAction=(empty string)`| (initial, warning)| `"http://localhost:3000/"` |
4206 | `formAction=(array with string)`| (changed, warning)| `"https://reactjs.com/"` |
4207 | `formAction=(empty array)`| (initial, warning)| `"http://localhost:3000/"` |
4208 | `formAction=(object)`| (changed, warning)| `"http://localhost:3000/result%20of%20toString()"` |
4209 | `formAction=(numeric string)`| (changed, warning)| `"http://localhost:3000/42"` |
4210 | `formAction=(-1)`| (changed, warning)| `"http://localhost:3000/-1"` |
4211 | `formAction=(0)`| (changed, warning)| `"http://localhost:3000/0"` |
4212 | `formAction=(integer)`| (changed, warning)| `"http://localhost:3000/1"` |
4213 | `formAction=(NaN)`| (changed, warning)| `"http://localhost:3000/NaN"` |
4214 | `formAction=(float)`| (changed, warning)| `"http://localhost:3000/99.99"` |
4215 | `formAction=(true)`| (initial, warning)| `"http://localhost:3000/"` |
4216 | `formAction=(false)`| (initial, warning)| `"http://localhost:3000/"` |
4217 | `formAction=(string 'true')`| (changed, warning)| `"http://localhost:3000/true"` |
4218 | `formAction=(string 'false')`| (changed, warning)| `"http://localhost:3000/false"` |
4219 | `formAction=(string 'on')`| (changed, warning)| `"http://localhost:3000/on"` |
4220 | `formAction=(string 'off')`| (changed, warning)| `"http://localhost:3000/off"` |
4221 | `formAction=(symbol)`| (initial, warning)| `"http://localhost:3000/"` |
4222 | `formAction=(function)`| (changed, warning, ssr error, ssr mismatch)| `"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')"` |
4223 | `formAction=(null)`| (initial)| `"http://localhost:3000/"` |
4224 | `formAction=(undefined)`| (initial)| `"http://localhost:3000/"` |
4225
4226 ## `format` (on `<altGlyph>` inside `<svg>`)
4227 | Test Case | Flags | Result |
4228 | --- | --- | --- |
4229 | `format=(string)`| (changed)| `"a string"` |
4230 | `format=(empty string)`| (changed)| `<empty string>` |
4231 | `format=(array with string)`| (changed)| `"string"` |
4232 | `format=(empty array)`| (changed)| `<empty string>` |
4233 | `format=(object)`| (changed)| `"result of toString()"` |
4234 | `format=(numeric string)`| (changed)| `"42"` |
4235 | `format=(-1)`| (changed)| `"-1"` |
4236 | `format=(0)`| (changed)| `"0"` |
4237 | `format=(integer)`| (changed)| `"1"` |
4238 | `format=(NaN)`| (changed, warning)| `"NaN"` |
4239 | `format=(float)`| (changed)| `"99.99"` |
4240 | `format=(true)`| (initial, warning)| `<null>` |
4241 | `format=(false)`| (initial, warning)| `<null>` |
4242 | `format=(string 'true')`| (changed)| `"true"` |
4243 | `format=(string 'false')`| (changed)| `"false"` |
4244 | `format=(string 'on')`| (changed)| `"on"` |
4245 | `format=(string 'off')`| (changed)| `"off"` |
4246 | `format=(symbol)`| (initial, warning)| `<null>` |
4247 | `format=(function)`| (initial, warning)| `<null>` |
4248 | `format=(null)`| (initial)| `<null>` |
4249 | `format=(undefined)`| (initial)| `<null>` |
4250
4251 ## `formEncType` (on `<input>` inside `<div>`)
4252 | Test Case | Flags | Result |
4253 | --- | --- | --- |
4254 | `formEncType=(string)`| (changed)| `"application/x-www-form-urlencoded"` |
4255 | `formEncType=(empty string)`| (changed)| `"application/x-www-form-urlencoded"` |
4256 | `formEncType=(array with string)`| (changed)| `"application/x-www-form-urlencoded"` |
4257 | `formEncType=(empty array)`| (changed)| `"application/x-www-form-urlencoded"` |
4258 | `formEncType=(object)`| (changed)| `"application/x-www-form-urlencoded"` |
4259 | `formEncType=(numeric string)`| (changed)| `"application/x-www-form-urlencoded"` |
4260 | `formEncType=(-1)`| (changed)| `"application/x-www-form-urlencoded"` |
4261 | `formEncType=(0)`| (changed)| `"application/x-www-form-urlencoded"` |
4262 | `formEncType=(integer)`| (changed)| `"application/x-www-form-urlencoded"` |
4263 | `formEncType=(NaN)`| (changed, warning)| `"application/x-www-form-urlencoded"` |
4264 | `formEncType=(float)`| (changed)| `"application/x-www-form-urlencoded"` |
4265 | `formEncType=(true)`| (initial, warning)| `<empty string>` |
4266 | `formEncType=(false)`| (initial, warning)| `<empty string>` |
4267 | `formEncType=(string 'true')`| (changed)| `"application/x-www-form-urlencoded"` |
4268 | `formEncType=(string 'false')`| (changed)| `"application/x-www-form-urlencoded"` |
4269 | `formEncType=(string 'on')`| (changed)| `"application/x-www-form-urlencoded"` |
4270 | `formEncType=(string 'off')`| (changed)| `"application/x-www-form-urlencoded"` |
4271 | `formEncType=(symbol)`| (initial, warning)| `<empty string>` |
4272 | `formEncType=(function)`| (initial, warning)| `<empty string>` |
4273 | `formEncType=(null)`| (initial)| `<empty string>` |
4274 | `formEncType=(undefined)`| (initial)| `<empty string>` |
4275
4276 ## `formMethod` (on `<input>` inside `<div>`)
4277 | Test Case | Flags | Result |
4278 | --- | --- | --- |
4279 | `formMethod=(string)`| (changed)| `"post"` |
4280 | `formMethod=(empty string)`| (changed)| `"get"` |
4281 | `formMethod=(array with string)`| (changed)| `"post"` |
4282 | `formMethod=(empty array)`| (changed)| `"get"` |
4283 | `formMethod=(object)`| (changed)| `"get"` |
4284 | `formMethod=(numeric string)`| (changed)| `"get"` |
4285 | `formMethod=(-1)`| (changed)| `"get"` |
4286 | `formMethod=(0)`| (changed)| `"get"` |
4287 | `formMethod=(integer)`| (changed)| `"get"` |
4288 | `formMethod=(NaN)`| (changed, warning)| `"get"` |
4289 | `formMethod=(float)`| (changed)| `"get"` |
4290 | `formMethod=(true)`| (initial, warning)| `<empty string>` |
4291 | `formMethod=(false)`| (initial, warning)| `<empty string>` |
4292 | `formMethod=(string 'true')`| (changed)| `"get"` |
4293 | `formMethod=(string 'false')`| (changed)| `"get"` |
4294 | `formMethod=(string 'on')`| (changed)| `"get"` |
4295 | `formMethod=(string 'off')`| (changed)| `"get"` |
4296 | `formMethod=(symbol)`| (initial, warning)| `<empty string>` |
4297 | `formMethod=(function)`| (initial, warning)| `<empty string>` |
4298 | `formMethod=(null)`| (initial)| `<empty string>` |
4299 | `formMethod=(undefined)`| (initial)| `<empty string>` |
4300
4301 ## `formNoValidate` (on `<input>` inside `<div>`)
4302 | Test Case | Flags | Result |
4303 | --- | --- | --- |
4304 | `formNoValidate=(string)`| (changed)| `<boolean: true>` |
4305 | `formNoValidate=(empty string)`| (initial)| `<boolean: false>` |
4306 | `formNoValidate=(array with string)`| (changed)| `<boolean: true>` |
4307 | `formNoValidate=(empty array)`| (changed)| `<boolean: true>` |
4308 | `formNoValidate=(object)`| (changed)| `<boolean: true>` |
4309 | `formNoValidate=(numeric string)`| (changed)| `<boolean: true>` |
4310 | `formNoValidate=(-1)`| (changed)| `<boolean: true>` |
4311 | `formNoValidate=(0)`| (initial)| `<boolean: false>` |
4312 | `formNoValidate=(integer)`| (changed)| `<boolean: true>` |
4313 | `formNoValidate=(NaN)`| (initial, warning)| `<boolean: false>` |
4314 | `formNoValidate=(float)`| (changed)| `<boolean: true>` |
4315 | `formNoValidate=(true)`| (changed)| `<boolean: true>` |
4316 | `formNoValidate=(false)`| (initial)| `<boolean: false>` |
4317 | `formNoValidate=(string 'true')`| (changed, warning)| `<boolean: true>` |
4318 | `formNoValidate=(string 'false')`| (changed, warning)| `<boolean: true>` |
4319 | `formNoValidate=(string 'on')`| (changed)| `<boolean: true>` |
4320 | `formNoValidate=(string 'off')`| (changed)| `<boolean: true>` |
4321 | `formNoValidate=(symbol)`| (initial, warning)| `<boolean: false>` |
4322 | `formNoValidate=(function)`| (initial, warning)| `<boolean: false>` |
4323 | `formNoValidate=(null)`| (initial)| `<boolean: false>` |
4324 | `formNoValidate=(undefined)`| (initial)| `<boolean: false>` |
4325
4326 ## `formTarget` (on `<input>` inside `<div>`)
4327 | Test Case | Flags | Result |
4328 | --- | --- | --- |
4329 | `formTarget=(string)`| (changed)| `"a string"` |
4330 | `formTarget=(empty string)`| (initial)| `<empty string>` |
4331 | `formTarget=(array with string)`| (changed)| `"string"` |
4332 | `formTarget=(empty array)`| (initial)| `<empty string>` |
4333 | `formTarget=(object)`| (changed)| `"result of toString()"` |
4334 | `formTarget=(numeric string)`| (changed)| `"42"` |
4335 | `formTarget=(-1)`| (changed)| `"-1"` |
4336 | `formTarget=(0)`| (changed)| `"0"` |
4337 | `formTarget=(integer)`| (changed)| `"1"` |
4338 | `formTarget=(NaN)`| (changed, warning)| `"NaN"` |
4339 | `formTarget=(float)`| (changed)| `"99.99"` |
4340 | `formTarget=(true)`| (initial, warning)| `<empty string>` |
4341 | `formTarget=(false)`| (initial, warning)| `<empty string>` |
4342 | `formTarget=(string 'true')`| (changed)| `"true"` |
4343 | `formTarget=(string 'false')`| (changed)| `"false"` |
4344 | `formTarget=(string 'on')`| (changed)| `"on"` |
4345 | `formTarget=(string 'off')`| (changed)| `"off"` |
4346 | `formTarget=(symbol)`| (initial, warning)| `<empty string>` |
4347 | `formTarget=(function)`| (initial, warning)| `<empty string>` |
4348 | `formTarget=(null)`| (initial)| `<empty string>` |
4349 | `formTarget=(undefined)`| (initial)| `<empty string>` |
4350
4351 ## `frameBorder` (on `<iframe>` inside `<div>`)
4352 | Test Case | Flags | Result |
4353 | --- | --- | --- |
4354 | `frameBorder=(string)`| (changed)| `"a string"` |
4355 | `frameBorder=(empty string)`| (initial)| `<empty string>` |
4356 | `frameBorder=(array with string)`| (changed)| `"string"` |
4357 | `frameBorder=(empty array)`| (initial)| `<empty string>` |
4358 | `frameBorder=(object)`| (changed)| `"result of toString()"` |
4359 | `frameBorder=(numeric string)`| (changed)| `"42"` |
4360 | `frameBorder=(-1)`| (changed)| `"-1"` |
4361 | `frameBorder=(0)`| (changed)| `"0"` |
4362 | `frameBorder=(integer)`| (changed)| `"1"` |
4363 | `frameBorder=(NaN)`| (changed, warning)| `"NaN"` |
4364 | `frameBorder=(float)`| (changed)| `"99.99"` |
4365 | `frameBorder=(true)`| (initial, warning)| `<empty string>` |
4366 | `frameBorder=(false)`| (initial, warning)| `<empty string>` |
4367 | `frameBorder=(string 'true')`| (changed)| `"true"` |
4368 | `frameBorder=(string 'false')`| (changed)| `"false"` |
4369 | `frameBorder=(string 'on')`| (changed)| `"on"` |
4370 | `frameBorder=(string 'off')`| (changed)| `"off"` |
4371 | `frameBorder=(symbol)`| (initial, warning)| `<empty string>` |
4372 | `frameBorder=(function)`| (initial, warning)| `<empty string>` |
4373 | `frameBorder=(null)`| (initial)| `<empty string>` |
4374 | `frameBorder=(undefined)`| (initial)| `<empty string>` |
4375
4376 ## `from` (on `<animate>` inside `<svg>`)
4377 | Test Case | Flags | Result |
4378 | --- | --- | --- |
4379 | `from=(string)`| (changed)| `"a string"` |
4380 | `from=(empty string)`| (changed)| `<empty string>` |
4381 | `from=(array with string)`| (changed)| `"string"` |
4382 | `from=(empty array)`| (changed)| `<empty string>` |
4383 | `from=(object)`| (changed)| `"result of toString()"` |
4384 | `from=(numeric string)`| (changed)| `"42"` |
4385 | `from=(-1)`| (changed)| `"-1"` |
4386 | `from=(0)`| (changed)| `"0"` |
4387 | `from=(integer)`| (changed)| `"1"` |
4388 | `from=(NaN)`| (changed, warning)| `"NaN"` |
4389 | `from=(float)`| (changed)| `"99.99"` |
4390 | `from=(true)`| (initial, warning)| `<null>` |
4391 | `from=(false)`| (initial, warning)| `<null>` |
4392 | `from=(string 'true')`| (changed)| `"true"` |
4393 | `from=(string 'false')`| (changed)| `"false"` |
4394 | `from=(string 'on')`| (changed)| `"on"` |
4395 | `from=(string 'off')`| (changed)| `"off"` |
4396 | `from=(symbol)`| (initial, warning)| `<null>` |
4397 | `from=(function)`| (initial, warning)| `<null>` |
4398 | `from=(null)`| (initial)| `<null>` |
4399 | `from=(undefined)`| (initial)| `<null>` |
4400
4401 ## `fx` (on `<radialGradient>` inside `<svg>`)
4402 | Test Case | Flags | Result |
4403 | --- | --- | --- |
4404 | `fx=(string)`| (changed)| `<SVGLength: 10px>` |
4405 | `fx=(empty string)`| (initial)| `<SVGLength: 50%>` |
4406 | `fx=(array with string)`| (changed)| `<SVGLength: 10px>` |
4407 | `fx=(empty array)`| (initial)| `<SVGLength: 50%>` |
4408 | `fx=(object)`| (initial)| `<SVGLength: 50%>` |
4409 | `fx=(numeric string)`| (changed)| `<SVGLength: 42>` |
4410 | `fx=(-1)`| (changed)| `<SVGLength: -1>` |
4411 | `fx=(0)`| (changed)| `<SVGLength: 0>` |
4412 | `fx=(integer)`| (changed)| `<SVGLength: 1>` |
4413 | `fx=(NaN)`| (initial, warning)| `<SVGLength: 50%>` |
4414 | `fx=(float)`| (changed)| `<SVGLength: 99.99>` |
4415 | `fx=(true)`| (initial, warning)| `<SVGLength: 50%>` |
4416 | `fx=(false)`| (initial, warning)| `<SVGLength: 50%>` |
4417 | `fx=(string 'true')`| (initial)| `<SVGLength: 50%>` |
4418 | `fx=(string 'false')`| (initial)| `<SVGLength: 50%>` |
4419 | `fx=(string 'on')`| (initial)| `<SVGLength: 50%>` |
4420 | `fx=(string 'off')`| (initial)| `<SVGLength: 50%>` |
4421 | `fx=(symbol)`| (initial, warning)| `<SVGLength: 50%>` |
4422 | `fx=(function)`| (initial, warning)| `<SVGLength: 50%>` |
4423 | `fx=(null)`| (initial)| `<SVGLength: 50%>` |
4424 | `fx=(undefined)`| (initial)| `<SVGLength: 50%>` |
4425
4426 ## `fX` (on `<radialGradient>` inside `<svg>`)
4427 | Test Case | Flags | Result |
4428 | --- | --- | --- |
4429 | `fX=(string)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4430 | `fX=(empty string)`| (initial, warning)| `<SVGLength: 50%>` |
4431 | `fX=(array with string)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4432 | `fX=(empty array)`| (initial, warning)| `<SVGLength: 50%>` |
4433 | `fX=(object)`| (initial, warning)| `<SVGLength: 50%>` |
4434 | `fX=(numeric string)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4435 | `fX=(-1)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4436 | `fX=(0)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4437 | `fX=(integer)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4438 | `fX=(NaN)`| (initial, warning)| `<SVGLength: 50%>` |
4439 | `fX=(float)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4440 | `fX=(true)`| (initial, warning)| `<SVGLength: 50%>` |
4441 | `fX=(false)`| (initial, warning)| `<SVGLength: 50%>` |
4442 | `fX=(string 'true')`| (initial, warning)| `<SVGLength: 50%>` |
4443 | `fX=(string 'false')`| (initial, warning)| `<SVGLength: 50%>` |
4444 | `fX=(string 'on')`| (initial, warning)| `<SVGLength: 50%>` |
4445 | `fX=(string 'off')`| (initial, warning)| `<SVGLength: 50%>` |
4446 | `fX=(symbol)`| (initial, warning)| `<SVGLength: 50%>` |
4447 | `fX=(function)`| (initial, warning)| `<SVGLength: 50%>` |
4448 | `fX=(null)`| (initial, warning)| `<SVGLength: 50%>` |
4449 | `fX=(undefined)`| (initial, warning)| `<SVGLength: 50%>` |
4450
4451 ## `fY` (on `<radialGradient>` inside `<svg>`)
4452 | Test Case | Flags | Result |
4453 | --- | --- | --- |
4454 | `fY=(string)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4455 | `fY=(empty string)`| (initial, warning)| `<SVGLength: 50%>` |
4456 | `fY=(array with string)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4457 | `fY=(empty array)`| (initial, warning)| `<SVGLength: 50%>` |
4458 | `fY=(object)`| (initial, warning)| `<SVGLength: 50%>` |
4459 | `fY=(numeric string)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4460 | `fY=(-1)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4461 | `fY=(0)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4462 | `fY=(integer)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4463 | `fY=(NaN)`| (initial, warning)| `<SVGLength: 50%>` |
4464 | `fY=(float)`| (initial, warning, ssr mismatch)| `<SVGLength: 50%>` |
4465 | `fY=(true)`| (initial, warning)| `<SVGLength: 50%>` |
4466 | `fY=(false)`| (initial, warning)| `<SVGLength: 50%>` |
4467 | `fY=(string 'true')`| (initial, warning)| `<SVGLength: 50%>` |
4468 | `fY=(string 'false')`| (initial, warning)| `<SVGLength: 50%>` |
4469 | `fY=(string 'on')`| (initial, warning)| `<SVGLength: 50%>` |
4470 | `fY=(string 'off')`| (initial, warning)| `<SVGLength: 50%>` |
4471 | `fY=(symbol)`| (initial, warning)| `<SVGLength: 50%>` |
4472 | `fY=(function)`| (initial, warning)| `<SVGLength: 50%>` |
4473 | `fY=(null)`| (initial, warning)| `<SVGLength: 50%>` |
4474 | `fY=(undefined)`| (initial, warning)| `<SVGLength: 50%>` |
4475
4476 ## `fy` (on `<radialGradient>` inside `<svg>`)
4477 | Test Case | Flags | Result |
4478 | --- | --- | --- |
4479 | `fy=(string)`| (changed)| `<SVGLength: 20em>` |
4480 | `fy=(empty string)`| (initial)| `<SVGLength: 50%>` |
4481 | `fy=(array with string)`| (changed)| `<SVGLength: 20em>` |
4482 | `fy=(empty array)`| (initial)| `<SVGLength: 50%>` |
4483 | `fy=(object)`| (initial)| `<SVGLength: 50%>` |
4484 | `fy=(numeric string)`| (changed)| `<SVGLength: 42>` |
4485 | `fy=(-1)`| (changed)| `<SVGLength: -1>` |
4486 | `fy=(0)`| (changed)| `<SVGLength: 0>` |
4487 | `fy=(integer)`| (changed)| `<SVGLength: 1>` |
4488 | `fy=(NaN)`| (initial, warning)| `<SVGLength: 50%>` |
4489 | `fy=(float)`| (changed)| `<SVGLength: 99.99>` |
4490 | `fy=(true)`| (initial, warning)| `<SVGLength: 50%>` |
4491 | `fy=(false)`| (initial, warning)| `<SVGLength: 50%>` |
4492 | `fy=(string 'true')`| (initial)| `<SVGLength: 50%>` |
4493 | `fy=(string 'false')`| (initial)| `<SVGLength: 50%>` |
4494 | `fy=(string 'on')`| (initial)| `<SVGLength: 50%>` |
4495 | `fy=(string 'off')`| (initial)| `<SVGLength: 50%>` |
4496 | `fy=(symbol)`| (initial, warning)| `<SVGLength: 50%>` |
4497 | `fy=(function)`| (initial, warning)| `<SVGLength: 50%>` |
4498 | `fy=(null)`| (initial)| `<SVGLength: 50%>` |
4499 | `fy=(undefined)`| (initial)| `<SVGLength: 50%>` |
4500
4501 ## `G1` (on `<hkern>` inside `<svg>`)
4502 | Test Case | Flags | Result |
4503 | --- | --- | --- |
4504 | `G1=(string)`| (initial, warning, ssr mismatch)| `<null>` |
4505 | `G1=(empty string)`| (initial, warning, ssr mismatch)| `<null>` |
4506 | `G1=(array with string)`| (initial, warning, ssr mismatch)| `<null>` |
4507 | `G1=(empty array)`| (initial, warning, ssr mismatch)| `<null>` |
4508 | `G1=(object)`| (initial, warning, ssr mismatch)| `<null>` |
4509 | `G1=(numeric string)`| (initial, warning, ssr mismatch)| `<null>` |
4510 | `G1=(-1)`| (initial, warning, ssr mismatch)| `<null>` |
4511 | `G1=(0)`| (initial, warning, ssr mismatch)| `<null>` |
4512 | `G1=(integer)`| (initial, warning, ssr mismatch)| `<null>` |
4513 | `G1=(NaN)`| (initial, warning, ssr mismatch)| `<null>` |
4514 | `G1=(float)`| (initial, warning, ssr mismatch)| `<null>` |
4515 | `G1=(true)`| (initial, warning)| `<null>` |
4516 | `G1=(false)`| (initial, warning)| `<null>` |
4517 | `G1=(string 'true')`| (initial, warning, ssr mismatch)| `<null>` |
4518 | `G1=(string 'false')`| (initial, warning, ssr mismatch)| `<null>` |
4519 | `G1=(string 'on')`| (initial, warning, ssr mismatch)| `<null>` |
4520 | `G1=(string 'off')`| (initial, warning, ssr mismatch)| `<null>` |
4521 | `G1=(symbol)`| (initial, warning)| `<null>` |
4522 | `G1=(function)`| (initial, warning)| `<null>` |
4523 | `G1=(null)`| (initial, warning)| `<null>` |
4524 | `G1=(undefined)`| (initial, warning)| `<null>` |
4525
4526 ## `g1` (on `<hkern>` inside `<svg>`)
4527 | Test Case | Flags | Result |
4528 | --- | --- | --- |
4529 | `g1=(string)`| (changed)| `"a string"` |
4530 | `g1=(empty string)`| (changed)| `<empty string>` |
4531 | `g1=(array with string)`| (changed)| `"string"` |
4532 | `g1=(empty array)`| (changed)| `<empty string>` |
4533 | `g1=(object)`| (changed)| `"result of toString()"` |
4534 | `g1=(numeric string)`| (changed)| `"42"` |
4535 | `g1=(-1)`| (changed)| `"-1"` |
4536 | `g1=(0)`| (changed)| `"0"` |
4537 | `g1=(integer)`| (changed)| `"1"` |
4538 | `g1=(NaN)`| (changed, warning)| `"NaN"` |
4539 | `g1=(float)`| (changed)| `"99.99"` |
4540 | `g1=(true)`| (initial, warning)| `<null>` |
4541 | `g1=(false)`| (initial, warning)| `<null>` |
4542 | `g1=(string 'true')`| (changed)| `"true"` |
4543 | `g1=(string 'false')`| (changed)| `"false"` |
4544 | `g1=(string 'on')`| (changed)| `"on"` |
4545 | `g1=(string 'off')`| (changed)| `"off"` |
4546 | `g1=(symbol)`| (initial, warning)| `<null>` |
4547 | `g1=(function)`| (initial, warning)| `<null>` |
4548 | `g1=(null)`| (initial)| `<null>` |
4549 | `g1=(undefined)`| (initial)| `<null>` |
4550
4551 ## `G2` (on `<hkern>` inside `<svg>`)
4552 | Test Case | Flags | Result |
4553 | --- | --- | --- |
4554 | `G2=(string)`| (initial, warning, ssr mismatch)| `<null>` |
4555 | `G2=(empty string)`| (initial, warning, ssr mismatch)| `<null>` |
4556 | `G2=(array with string)`| (initial, warning, ssr mismatch)| `<null>` |
4557 | `G2=(empty array)`| (initial, warning, ssr mismatch)| `<null>` |
4558 | `G2=(object)`| (initial, warning, ssr mismatch)| `<null>` |
4559 | `G2=(numeric string)`| (initial, warning, ssr mismatch)| `<null>` |
4560 | `G2=(-1)`| (initial, warning, ssr mismatch)| `<null>` |
4561 | `G2=(0)`| (initial, warning, ssr mismatch)| `<null>` |
4562 | `G2=(integer)`| (initial, warning, ssr mismatch)| `<null>` |
4563 | `G2=(NaN)`| (initial, warning, ssr mismatch)| `<null>` |
4564 | `G2=(float)`| (initial, warning, ssr mismatch)| `<null>` |
4565 | `G2=(true)`| (initial, warning)| `<null>` |
4566 | `G2=(false)`| (initial, warning)| `<null>` |
4567 | `G2=(string 'true')`| (initial, warning, ssr mismatch)| `<null>` |
4568 | `G2=(string 'false')`| (initial, warning, ssr mismatch)| `<null>` |
4569 | `G2=(string 'on')`| (initial, warning, ssr mismatch)| `<null>` |
4570 | `G2=(string 'off')`| (initial, warning, ssr mismatch)| `<null>` |
4571 | `G2=(symbol)`| (initial, warning)| `<null>` |
4572 | `G2=(function)`| (initial, warning)| `<null>` |
4573 | `G2=(null)`| (initial, warning)| `<null>` |
4574 | `G2=(undefined)`| (initial, warning)| `<null>` |
4575
4576 ## `g2` (on `<hkern>` inside `<svg>`)
4577 | Test Case | Flags | Result |
4578 | --- | --- | --- |
4579 | `g2=(string)`| (changed)| `"a string"` |
4580 | `g2=(empty string)`| (changed)| `<empty string>` |
4581 | `g2=(array with string)`| (changed)| `"string"` |
4582 | `g2=(empty array)`| (changed)| `<empty string>` |
4583 | `g2=(object)`| (changed)| `"result of toString()"` |
4584 | `g2=(numeric string)`| (changed)| `"42"` |
4585 | `g2=(-1)`| (changed)| `"-1"` |
4586 | `g2=(0)`| (changed)| `"0"` |
4587 | `g2=(integer)`| (changed)| `"1"` |
4588 | `g2=(NaN)`| (changed, warning)| `"NaN"` |
4589 | `g2=(float)`| (changed)| `"99.99"` |
4590 | `g2=(true)`| (initial, warning)| `<null>` |
4591 | `g2=(false)`| (initial, warning)| `<null>` |
4592 | `g2=(string 'true')`| (changed)| `"true"` |
4593 | `g2=(string 'false')`| (changed)| `"false"` |
4594 | `g2=(string 'on')`| (changed)| `"on"` |
4595 | `g2=(string 'off')`| (changed)| `"off"` |
4596 | `g2=(symbol)`| (initial, warning)| `<null>` |
4597 | `g2=(function)`| (initial, warning)| `<null>` |
4598 | `g2=(null)`| (initial)| `<null>` |
4599 | `g2=(undefined)`| (initial)| `<null>` |
4600
4601 ## `glyph-name` (on `<glyph>` inside `<svg>`)
4602 | Test Case | Flags | Result |
4603 | --- | --- | --- |
4604 | `glyph-name=(string)`| (changed, warning)| `"a string"` |
4605 | `glyph-name=(empty string)`| (changed, warning)| `<empty string>` |
4606 | `glyph-name=(array with string)`| (changed, warning)| `"string"` |
4607 | `glyph-name=(empty array)`| (changed, warning)| `<empty string>` |
4608 | `glyph-name=(object)`| (changed, warning)| `"result of toString()"` |
4609 | `glyph-name=(numeric string)`| (changed, warning)| `"42"` |
4610 | `glyph-name=(-1)`| (changed, warning)| `"-1"` |
4611 | `glyph-name=(0)`| (changed, warning)| `"0"` |
4612 | `glyph-name=(integer)`| (changed, warning)| `"1"` |
4613 | `glyph-name=(NaN)`| (changed, warning)| `"NaN"` |
4614 | `glyph-name=(float)`| (changed, warning)| `"99.99"` |
4615 | `glyph-name=(true)`| (initial, warning)| `<null>` |
4616 | `glyph-name=(false)`| (initial, warning)| `<null>` |
4617 | `glyph-name=(string 'true')`| (changed, warning)| `"true"` |
4618 | `glyph-name=(string 'false')`| (changed, warning)| `"false"` |
4619 | `glyph-name=(string 'on')`| (changed, warning)| `"on"` |
4620 | `glyph-name=(string 'off')`| (changed, warning)| `"off"` |
4621 | `glyph-name=(symbol)`| (initial, warning)| `<null>` |
4622 | `glyph-name=(function)`| (initial, warning)| `<null>` |
4623 | `glyph-name=(null)`| (initial, warning)| `<null>` |
4624 | `glyph-name=(undefined)`| (initial, warning)| `<null>` |
4625
4626 ## `glyph-orientation-horizontal` (on `<text>` inside `<svg>`)
4627 | Test Case | Flags | Result |
4628 | --- | --- | --- |
4629 | `glyph-orientation-horizontal=(string)`| (changed, warning)| `"a string"` |
4630 | `glyph-orientation-horizontal=(empty string)`| (changed, warning)| `<empty string>` |
4631 | `glyph-orientation-horizontal=(array with string)`| (changed, warning)| `"string"` |
4632 | `glyph-orientation-horizontal=(empty array)`| (changed, warning)| `<empty string>` |
4633 | `glyph-orientation-horizontal=(object)`| (changed, warning)| `"result of toString()"` |
4634 | `glyph-orientation-horizontal=(numeric string)`| (changed, warning)| `"42"` |
4635 | `glyph-orientation-horizontal=(-1)`| (changed, warning)| `"-1"` |
4636 | `glyph-orientation-horizontal=(0)`| (changed, warning)| `"0"` |
4637 | `glyph-orientation-horizontal=(integer)`| (changed, warning)| `"1"` |
4638 | `glyph-orientation-horizontal=(NaN)`| (changed, warning)| `"NaN"` |
4639 | `glyph-orientation-horizontal=(float)`| (changed, warning)| `"99.99"` |
4640 | `glyph-orientation-horizontal=(true)`| (initial, warning)| `<null>` |
4641 | `glyph-orientation-horizontal=(false)`| (initial, warning)| `<null>` |
4642 | `glyph-orientation-horizontal=(string 'true')`| (changed, warning)| `"true"` |
4643 | `glyph-orientation-horizontal=(string 'false')`| (changed, warning)| `"false"` |
4644 | `glyph-orientation-horizontal=(string 'on')`| (changed, warning)| `"on"` |
4645 | `glyph-orientation-horizontal=(string 'off')`| (changed, warning)| `"off"` |
4646 | `glyph-orientation-horizontal=(symbol)`| (initial, warning)| `<null>` |
4647 | `glyph-orientation-horizontal=(function)`| (initial, warning)| `<null>` |
4648 | `glyph-orientation-horizontal=(null)`| (initial, warning)| `<null>` |
4649 | `glyph-orientation-horizontal=(undefined)`| (initial, warning)| `<null>` |
4650
4651 ## `glyph-orientation-vertical` (on `<text>` inside `<svg>`)
4652 | Test Case | Flags | Result |
4653 | --- | --- | --- |
4654 | `glyph-orientation-vertical=(string)`| (changed, warning)| `"a string"` |
4655 | `glyph-orientation-vertical=(empty string)`| (changed, warning)| `<empty string>` |
4656 | `glyph-orientation-vertical=(array with string)`| (changed, warning)| `"string"` |
4657 | `glyph-orientation-vertical=(empty array)`| (changed, warning)| `<empty string>` |
4658 | `glyph-orientation-vertical=(object)`| (changed, warning)| `"result of toString()"` |
4659 | `glyph-orientation-vertical=(numeric string)`| (changed, warning)| `"42"` |
4660 | `glyph-orientation-vertical=(-1)`| (changed, warning)| `"-1"` |
4661 | `glyph-orientation-vertical=(0)`| (changed, warning)| `"0"` |
4662 | `glyph-orientation-vertical=(integer)`| (changed, warning)| `"1"` |
4663 | `glyph-orientation-vertical=(NaN)`| (changed, warning)| `"NaN"` |
4664 | `glyph-orientation-vertical=(float)`| (changed, warning)| `"99.99"` |
4665 | `glyph-orientation-vertical=(true)`| (initial, warning)| `<null>` |
4666 | `glyph-orientation-vertical=(false)`| (initial, warning)| `<null>` |
4667 | `glyph-orientation-vertical=(string 'true')`| (changed, warning)| `"true"` |
4668 | `glyph-orientation-vertical=(string 'false')`| (changed, warning)| `"false"` |
4669 | `glyph-orientation-vertical=(string 'on')`| (changed, warning)| `"on"` |
4670 | `glyph-orientation-vertical=(string 'off')`| (changed, warning)| `"off"` |
4671 | `glyph-orientation-vertical=(symbol)`| (initial, warning)| `<null>` |
4672 | `glyph-orientation-vertical=(function)`| (initial, warning)| `<null>` |
4673 | `glyph-orientation-vertical=(null)`| (initial, warning)| `<null>` |
4674 | `glyph-orientation-vertical=(undefined)`| (initial, warning)| `<null>` |
4675
4676 ## `glyphName` (on `<glyph>` inside `<svg>`)
4677 | Test Case | Flags | Result |
4678 | --- | --- | --- |
4679 | `glyphName=(string)`| (changed)| `"a string"` |
4680 | `glyphName=(empty string)`| (changed)| `<empty string>` |
4681 | `glyphName=(array with string)`| (changed)| `"string"` |
4682 | `glyphName=(empty array)`| (changed)| `<empty string>` |
4683 | `glyphName=(object)`| (changed)| `"result of toString()"` |
4684 | `glyphName=(numeric string)`| (changed)| `"42"` |
4685 | `glyphName=(-1)`| (changed)| `"-1"` |
4686 | `glyphName=(0)`| (changed)| `"0"` |
4687 | `glyphName=(integer)`| (changed)| `"1"` |
4688 | `glyphName=(NaN)`| (changed, warning)| `"NaN"` |
4689 | `glyphName=(float)`| (changed)| `"99.99"` |
4690 | `glyphName=(true)`| (initial, warning)| `<null>` |
4691 | `glyphName=(false)`| (initial, warning)| `<null>` |
4692 | `glyphName=(string 'true')`| (changed)| `"true"` |
4693 | `glyphName=(string 'false')`| (changed)| `"false"` |
4694 | `glyphName=(string 'on')`| (changed)| `"on"` |
4695 | `glyphName=(string 'off')`| (changed)| `"off"` |
4696 | `glyphName=(symbol)`| (initial, warning)| `<null>` |
4697 | `glyphName=(function)`| (initial, warning)| `<null>` |
4698 | `glyphName=(null)`| (initial)| `<null>` |
4699 | `glyphName=(undefined)`| (initial)| `<null>` |
4700
4701 ## `glyphOrientationHorizontal` (on `<text>` inside `<svg>`)
4702 | Test Case | Flags | Result |
4703 | --- | --- | --- |
4704 | `glyphOrientationHorizontal=(string)`| (changed)| `"a string"` |
4705 | `glyphOrientationHorizontal=(empty string)`| (changed)| `<empty string>` |
4706 | `glyphOrientationHorizontal=(array with string)`| (changed)| `"string"` |
4707 | `glyphOrientationHorizontal=(empty array)`| (changed)| `<empty string>` |
4708 | `glyphOrientationHorizontal=(object)`| (changed)| `"result of toString()"` |
4709 | `glyphOrientationHorizontal=(numeric string)`| (changed)| `"42"` |
4710 | `glyphOrientationHorizontal=(-1)`| (changed)| `"-1"` |
4711 | `glyphOrientationHorizontal=(0)`| (changed)| `"0"` |
4712 | `glyphOrientationHorizontal=(integer)`| (changed)| `"1"` |
4713 | `glyphOrientationHorizontal=(NaN)`| (changed, warning)| `"NaN"` |
4714 | `glyphOrientationHorizontal=(float)`| (changed)| `"99.99"` |
4715 | `glyphOrientationHorizontal=(true)`| (initial, warning)| `<null>` |
4716 | `glyphOrientationHorizontal=(false)`| (initial, warning)| `<null>` |
4717 | `glyphOrientationHorizontal=(string 'true')`| (changed)| `"true"` |
4718 | `glyphOrientationHorizontal=(string 'false')`| (changed)| `"false"` |
4719 | `glyphOrientationHorizontal=(string 'on')`| (changed)| `"on"` |
4720 | `glyphOrientationHorizontal=(string 'off')`| (changed)| `"off"` |
4721 | `glyphOrientationHorizontal=(symbol)`| (initial, warning)| `<null>` |
4722 | `glyphOrientationHorizontal=(function)`| (initial, warning)| `<null>` |
4723 | `glyphOrientationHorizontal=(null)`| (initial)| `<null>` |
4724 | `glyphOrientationHorizontal=(undefined)`| (initial)| `<null>` |
4725
4726 ## `glyphOrientationVertical` (on `<text>` inside `<svg>`)
4727 | Test Case | Flags | Result |
4728 | --- | --- | --- |
4729 | `glyphOrientationVertical=(string)`| (changed)| `"a string"` |
4730 | `glyphOrientationVertical=(empty string)`| (changed)| `<empty string>` |
4731 | `glyphOrientationVertical=(array with string)`| (changed)| `"string"` |
4732 | `glyphOrientationVertical=(empty array)`| (changed)| `<empty string>` |
4733 | `glyphOrientationVertical=(object)`| (changed)| `"result of toString()"` |
4734 | `glyphOrientationVertical=(numeric string)`| (changed)| `"42"` |
4735 | `glyphOrientationVertical=(-1)`| (changed)| `"-1"` |
4736 | `glyphOrientationVertical=(0)`| (changed)| `"0"` |
4737 | `glyphOrientationVertical=(integer)`| (changed)| `"1"` |
4738 | `glyphOrientationVertical=(NaN)`| (changed, warning)| `"NaN"` |
4739 | `glyphOrientationVertical=(float)`| (changed)| `"99.99"` |
4740 | `glyphOrientationVertical=(true)`| (initial, warning)| `<null>` |
4741 | `glyphOrientationVertical=(false)`| (initial, warning)| `<null>` |
4742 | `glyphOrientationVertical=(string 'true')`| (changed)| `"true"` |
4743 | `glyphOrientationVertical=(string 'false')`| (changed)| `"false"` |
4744 | `glyphOrientationVertical=(string 'on')`| (changed)| `"on"` |
4745 | `glyphOrientationVertical=(string 'off')`| (changed)| `"off"` |
4746 | `glyphOrientationVertical=(symbol)`| (initial, warning)| `<null>` |
4747 | `glyphOrientationVertical=(function)`| (initial, warning)| `<null>` |
4748 | `glyphOrientationVertical=(null)`| (initial)| `<null>` |
4749 | `glyphOrientationVertical=(undefined)`| (initial)| `<null>` |
4750
4751 ## `glyphRef` (on `<altGlyph>` inside `<svg>`)
4752 | Test Case | Flags | Result |
4753 | --- | --- | --- |
4754 | `glyphRef=(string)`| (initial)| `<null>` |
4755 | `glyphRef=(empty string)`| (initial)| `<null>` |
4756 | `glyphRef=(array with string)`| (initial)| `<null>` |
4757 | `glyphRef=(empty array)`| (initial)| `<null>` |
4758 | `glyphRef=(object)`| (initial)| `<null>` |
4759 | `glyphRef=(numeric string)`| (initial)| `<null>` |
4760 | `glyphRef=(-1)`| (initial)| `<null>` |
4761 | `glyphRef=(0)`| (initial)| `<null>` |
4762 | `glyphRef=(integer)`| (initial)| `<null>` |
4763 | `glyphRef=(NaN)`| (initial, warning)| `<null>` |
4764 | `glyphRef=(float)`| (initial)| `<null>` |
4765 | `glyphRef=(true)`| (initial, warning)| `<null>` |
4766 | `glyphRef=(false)`| (initial, warning)| `<null>` |
4767 | `glyphRef=(string 'true')`| (initial)| `<null>` |
4768 | `glyphRef=(string 'false')`| (initial)| `<null>` |
4769 | `glyphRef=(string 'on')`| (initial)| `<null>` |
4770 | `glyphRef=(string 'off')`| (initial)| `<null>` |
4771 | `glyphRef=(symbol)`| (initial, warning)| `<null>` |
4772 | `glyphRef=(function)`| (initial, warning)| `<null>` |
4773 | `glyphRef=(null)`| (initial)| `<null>` |
4774 | `glyphRef=(undefined)`| (initial)| `<null>` |
4775
4776 ## `gradientTransform` (on `<linearGradient>` inside `<svg>`)
4777 | Test Case | Flags | Result |
4778 | --- | --- | --- |
4779 | `gradientTransform=(string)`| (changed)| `[<SVGMatrix 1 0 0 1 -10 -20>/2/0, <SVGMatrix 2 0 0 2 0 0>/3/0, <SVGMatrix 0.7071067811865476 0.7071067811865475 -0.7071067811865475 0.7071067811865476 0 0>/4/45, <SVGMatrix 1 0 0 1 5 10>/2/0]` |
4780 | `gradientTransform=(empty string)`| (initial)| `[]` |
4781 | `gradientTransform=(array with string)`| (changed)| `[<SVGMatrix 1 0 0 1 -10 -20>/2/0, <SVGMatrix 2 0 0 2 0 0>/3/0, <SVGMatrix 0.7071067811865476 0.7071067811865475 -0.7071067811865475 0.7071067811865476 0 0>/4/45, <SVGMatrix 1 0 0 1 5 10>/2/0]` |
4782 | `gradientTransform=(empty array)`| (initial)| `[]` |
4783 | `gradientTransform=(object)`| (initial)| `[]` |
4784 | `gradientTransform=(numeric string)`| (initial)| `[]` |
4785 | `gradientTransform=(-1)`| (initial)| `[]` |
4786 | `gradientTransform=(0)`| (initial)| `[]` |
4787 | `gradientTransform=(integer)`| (initial)| `[]` |
4788 | `gradientTransform=(NaN)`| (initial, warning)| `[]` |
4789 | `gradientTransform=(float)`| (initial)| `[]` |
4790 | `gradientTransform=(true)`| (initial, warning)| `[]` |
4791 | `gradientTransform=(false)`| (initial, warning)| `[]` |
4792 | `gradientTransform=(string 'true')`| (initial)| `[]` |
4793 | `gradientTransform=(string 'false')`| (initial)| `[]` |
4794 | `gradientTransform=(string 'on')`| (initial)| `[]` |
4795 | `gradientTransform=(string 'off')`| (initial)| `[]` |
4796 | `gradientTransform=(symbol)`| (initial, warning)| `[]` |
4797 | `gradientTransform=(function)`| (initial, warning)| `[]` |
4798 | `gradientTransform=(null)`| (initial)| `[]` |
4799 | `gradientTransform=(undefined)`| (initial)| `[]` |
4800
4801 ## `gradientUnits` (on `<linearGradient>` inside `<svg>`)
4802 | Test Case | Flags | Result |
4803 | --- | --- | --- |
4804 | `gradientUnits=(string)`| (changed)| `<number: 1>` |
4805 | `gradientUnits=(empty string)`| (initial)| `<number: 2>` |
4806 | `gradientUnits=(array with string)`| (changed)| `<number: 1>` |
4807 | `gradientUnits=(empty array)`| (initial)| `<number: 2>` |
4808 | `gradientUnits=(object)`| (initial)| `<number: 2>` |
4809 | `gradientUnits=(numeric string)`| (initial)| `<number: 2>` |
4810 | `gradientUnits=(-1)`| (initial)| `<number: 2>` |
4811 | `gradientUnits=(0)`| (initial)| `<number: 2>` |
4812 | `gradientUnits=(integer)`| (initial)| `<number: 2>` |
4813 | `gradientUnits=(NaN)`| (initial, warning)| `<number: 2>` |
4814 | `gradientUnits=(float)`| (initial)| `<number: 2>` |
4815 | `gradientUnits=(true)`| (initial, warning)| `<number: 2>` |
4816 | `gradientUnits=(false)`| (initial, warning)| `<number: 2>` |
4817 | `gradientUnits=(string 'true')`| (initial)| `<number: 2>` |
4818 | `gradientUnits=(string 'false')`| (initial)| `<number: 2>` |
4819 | `gradientUnits=(string 'on')`| (initial)| `<number: 2>` |
4820 | `gradientUnits=(string 'off')`| (initial)| `<number: 2>` |
4821 | `gradientUnits=(symbol)`| (initial, warning)| `<number: 2>` |
4822 | `gradientUnits=(function)`| (initial, warning)| `<number: 2>` |
4823 | `gradientUnits=(null)`| (initial)| `<number: 2>` |
4824 | `gradientUnits=(undefined)`| (initial)| `<number: 2>` |
4825
4826 ## `hanging` (on `<font-face>` inside `<svg>`)
4827 | Test Case | Flags | Result |
4828 | --- | --- | --- |
4829 | `hanging=(string)`| (changed)| `"a string"` |
4830 | `hanging=(empty string)`| (changed)| `<empty string>` |
4831 | `hanging=(array with string)`| (changed)| `"string"` |
4832 | `hanging=(empty array)`| (changed)| `<empty string>` |
4833 | `hanging=(object)`| (changed)| `"result of toString()"` |
4834 | `hanging=(numeric string)`| (changed)| `"42"` |
4835 | `hanging=(-1)`| (changed)| `"-1"` |
4836 | `hanging=(0)`| (changed)| `"0"` |
4837 | `hanging=(integer)`| (changed)| `"1"` |
4838 | `hanging=(NaN)`| (changed, warning)| `"NaN"` |
4839 | `hanging=(float)`| (changed)| `"99.99"` |
4840 | `hanging=(true)`| (initial, warning)| `<null>` |
4841 | `hanging=(false)`| (initial, warning)| `<null>` |
4842 | `hanging=(string 'true')`| (changed)| `"true"` |
4843 | `hanging=(string 'false')`| (changed)| `"false"` |
4844 | `hanging=(string 'on')`| (changed)| `"on"` |
4845 | `hanging=(string 'off')`| (changed)| `"off"` |
4846 | `hanging=(symbol)`| (initial, warning)| `<null>` |
4847 | `hanging=(function)`| (initial, warning)| `<null>` |
4848 | `hanging=(null)`| (initial)| `<null>` |
4849 | `hanging=(undefined)`| (initial)| `<null>` |
4850
4851 ## `headers` (on `<td>` inside `<tr>`)
4852 | Test Case | Flags | Result |
4853 | --- | --- | --- |
4854 | `headers=(string)`| (changed, ssr error, ssr mismatch)| `"a string"` |
4855 | `headers=(empty string)`| (initial, ssr error, ssr mismatch)| `<empty string>` |
4856 | `headers=(array with string)`| (changed, ssr error, ssr mismatch)| `"string"` |
4857 | `headers=(empty array)`| (initial, ssr error, ssr mismatch)| `<empty string>` |
4858 | `headers=(object)`| (changed, ssr error, ssr mismatch)| `"result of toString()"` |
4859 | `headers=(numeric string)`| (changed, ssr error, ssr mismatch)| `"42"` |
4860 | `headers=(-1)`| (changed, ssr error, ssr mismatch)| `"-1"` |
4861 | `headers=(0)`| (changed, ssr error, ssr mismatch)| `"0"` |
4862 | `headers=(integer)`| (changed, ssr error, ssr mismatch)| `"1"` |
4863 | `headers=(NaN)`| (changed, warning, ssr error, ssr mismatch)| `"NaN"` |
4864 | `headers=(float)`| (changed, ssr error, ssr mismatch)| `"99.99"` |
4865 | `headers=(true)`| (initial, warning, ssr error, ssr mismatch)| `<empty string>` |
4866 | `headers=(false)`| (initial, warning, ssr error, ssr mismatch)| `<empty string>` |
4867 | `headers=(string 'true')`| (changed, ssr error, ssr mismatch)| `"true"` |
4868 | `headers=(string 'false')`| (changed, ssr error, ssr mismatch)| `"false"` |
4869 | `headers=(string 'on')`| (changed, ssr error, ssr mismatch)| `"on"` |
4870 | `headers=(string 'off')`| (changed, ssr error, ssr mismatch)| `"off"` |
4871 | `headers=(symbol)`| (initial, warning, ssr error, ssr mismatch)| `<empty string>` |
4872 | `headers=(function)`| (initial, warning, ssr error, ssr mismatch)| `<empty string>` |
4873 | `headers=(null)`| (initial, ssr error, ssr mismatch)| `<empty string>` |
4874 | `headers=(undefined)`| (initial, ssr error, ssr mismatch)| `<empty string>` |
4875
4876 ## `height` (on `<img>` inside `<div>`)
4877 | Test Case | Flags | Result |
4878 | --- | --- | --- |
4879 | `height=(string)`| (initial)| `<number: 0>` |
4880 | `height=(empty string)`| (initial)| `<number: 0>` |
4881 | `height=(array with string)`| (initial)| `<number: 0>` |
4882 | `height=(empty array)`| (initial)| `<number: 0>` |
4883 | `height=(object)`| (initial)| `<number: 0>` |
4884 | `height=(numeric string)`| (changed)| `<number: 42>` |
4885 | `height=(-1)`| (initial)| `<number: 0>` |
4886 | `height=(0)`| (initial)| `<number: 0>` |
4887 | `height=(integer)`| (changed)| `<number: 1>` |
4888 | `height=(NaN)`| (initial, warning)| `<number: 0>` |
4889 | `height=(float)`| (changed)| `<number: 99>` |
4890 | `height=(true)`| (initial, warning)| `<number: 0>` |
4891 | `height=(false)`| (initial, warning)| `<number: 0>` |
4892 | `height=(string 'true')`| (initial)| `<number: 0>` |
4893 | `height=(string 'false')`| (initial)| `<number: 0>` |
4894 | `height=(string 'on')`| (initial)| `<number: 0>` |
4895 | `height=(string 'off')`| (initial)| `<number: 0>` |
4896 | `height=(symbol)`| (initial, warning)| `<number: 0>` |
4897 | `height=(function)`| (initial, warning)| `<number: 0>` |
4898 | `height=(null)`| (initial)| `<number: 0>` |
4899 | `height=(undefined)`| (initial)| `<number: 0>` |
4900
4901 ## `height` (on `<rect>` inside `<svg>`)
4902 | Test Case | Flags | Result |
4903 | --- | --- | --- |
4904 | `height=(string)`| (changed)| `<SVGLength: 100%>` |
4905 | `height=(empty string)`| (initial)| `<SVGLength: 0>` |
4906 | `height=(array with string)`| (changed)| `<SVGLength: 100%>` |
4907 | `height=(empty array)`| (initial)| `<SVGLength: 0>` |
4908 | `height=(object)`| (initial)| `<SVGLength: 0>` |
4909 | `height=(numeric string)`| (changed)| `<SVGLength: 42>` |
4910 | `height=(-1)`| (changed)| `<SVGLength: -1>` |
4911 | `height=(0)`| (initial)| `<SVGLength: 0>` |
4912 | `height=(integer)`| (changed)| `<SVGLength: 1>` |
4913 | `height=(NaN)`| (initial, warning)| `<SVGLength: 0>` |
4914 | `height=(float)`| (changed)| `<SVGLength: 99.99>` |
4915 | `height=(true)`| (initial, warning)| `<SVGLength: 0>` |
4916 | `height=(false)`| (initial, warning)| `<SVGLength: 0>` |
4917 | `height=(string 'true')`| (initial)| `<SVGLength: 0>` |
4918 | `height=(string 'false')`| (initial)| `<SVGLength: 0>` |
4919 | `height=(string 'on')`| (initial)| `<SVGLength: 0>` |
4920 | `height=(string 'off')`| (initial)| `<SVGLength: 0>` |
4921 | `height=(symbol)`| (initial, warning)| `<SVGLength: 0>` |
4922 | `height=(function)`| (initial, warning)| `<SVGLength: 0>` |
4923 | `height=(null)`| (initial)| `<SVGLength: 0>` |
4924 | `height=(undefined)`| (initial)| `<SVGLength: 0>` |
4925
4926 ## `hidden` (on `<div>` inside `<div>`)
4927 | Test Case | Flags | Result |
4928 | --- | --- | --- |
4929 | `hidden=(string)`| (changed)| `<boolean: true>` |
4930 | `hidden=(empty string)`| (initial)| `<boolean: false>` |
4931 | `hidden=(array with string)`| (changed)| `<boolean: true>` |
4932 | `hidden=(empty array)`| (changed)| `<boolean: true>` |
4933 | `hidden=(object)`| (changed)| `<boolean: true>` |
4934 | `hidden=(numeric string)`| (changed)| `<boolean: true>` |
4935 | `hidden=(-1)`| (changed)| `<boolean: true>` |
4936 | `hidden=(0)`| (initial)| `<boolean: false>` |
4937 | `hidden=(integer)`| (changed)| `<boolean: true>` |
4938 | `hidden=(NaN)`| (initial, warning)| `<boolean: false>` |
4939 | `hidden=(float)`| (changed)| `<boolean: true>` |
4940 | `hidden=(true)`| (changed)| `<boolean: true>` |
4941 | `hidden=(false)`| (initial)| `<boolean: false>` |
4942 | `hidden=(string 'true')`| (changed, warning)| `<boolean: true>` |
4943 | `hidden=(string 'false')`| (changed, warning)| `<boolean: true>` |
4944 | `hidden=(string 'on')`| (changed)| `<boolean: true>` |
4945 | `hidden=(string 'off')`| (changed)| `<boolean: true>` |
4946 | `hidden=(symbol)`| (initial, warning)| `<boolean: false>` |
4947 | `hidden=(function)`| (initial, warning)| `<boolean: false>` |
4948 | `hidden=(null)`| (initial)| `<boolean: false>` |
4949 | `hidden=(undefined)`| (initial)| `<boolean: false>` |
4950
4951 ## `high` (on `<meter>` inside `<div>`)
4952 | Test Case | Flags | Result |
4953 | --- | --- | --- |
4954 | `high=(string)`| (initial)| `<number: 1>` |
4955 | `high=(empty string)`| (initial)| `<number: 1>` |
4956 | `high=(array with string)`| (initial)| `<number: 1>` |
4957 | `high=(empty array)`| (initial)| `<number: 1>` |
4958 | `high=(object)`| (initial)| `<number: 1>` |
4959 | `high=(numeric string)`| (initial)| `<number: 1>` |
4960 | `high=(-1)`| (changed)| `<number: 0>` |
4961 | `high=(0)`| (changed)| `<number: 0>` |
4962 | `high=(integer)`| (initial)| `<number: 1>` |
4963 | `high=(NaN)`| (initial, warning)| `<number: 1>` |
4964 | `high=(float)`| (initial)| `<number: 1>` |
4965 | `high=(true)`| (initial, warning)| `<number: 1>` |
4966 | `high=(false)`| (initial, warning)| `<number: 1>` |
4967 | `high=(string 'true')`| (initial)| `<number: 1>` |
4968 | `high=(string 'false')`| (initial)| `<number: 1>` |
4969 | `high=(string 'on')`| (initial)| `<number: 1>` |
4970 | `high=(string 'off')`| (initial)| `<number: 1>` |
4971 | `high=(symbol)`| (initial, warning)| `<number: 1>` |
4972 | `high=(function)`| (initial, warning)| `<number: 1>` |
4973 | `high=(null)`| (initial)| `<number: 1>` |
4974 | `high=(undefined)`| (initial)| `<number: 1>` |
4975
4976 ## `horiz-adv-x` (on `<font>` inside `<svg>`)
4977 | Test Case | Flags | Result |
4978 | --- | --- | --- |
4979 | `horiz-adv-x=(string)`| (changed, warning)| `"a string"` |
4980 | `horiz-adv-x=(empty string)`| (changed, warning)| `<empty string>` |
4981 | `horiz-adv-x=(array with string)`| (changed, warning)| `"string"` |
4982 | `horiz-adv-x=(empty array)`| (changed, warning)| `<empty string>` |
4983 | `horiz-adv-x=(object)`| (changed, warning)| `"result of toString()"` |
4984 | `horiz-adv-x=(numeric string)`| (changed, warning)| `"42"` |
4985 | `horiz-adv-x=(-1)`| (changed, warning)| `"-1"` |
4986 | `horiz-adv-x=(0)`| (changed, warning)| `"0"` |
4987 | `horiz-adv-x=(integer)`| (changed, warning)| `"1"` |
4988 | `horiz-adv-x=(NaN)`| (changed, warning)| `"NaN"` |
4989 | `horiz-adv-x=(float)`| (changed, warning)| `"99.99"` |
4990 | `horiz-adv-x=(true)`| (initial, warning)| `<null>` |
4991 | `horiz-adv-x=(false)`| (initial, warning)| `<null>` |
4992 | `horiz-adv-x=(string 'true')`| (changed, warning)| `"true"` |
4993 | `horiz-adv-x=(string 'false')`| (changed, warning)| `"false"` |
4994 | `horiz-adv-x=(string 'on')`| (changed, warning)| `"on"` |
4995 | `horiz-adv-x=(string 'off')`| (changed, warning)| `"off"` |
4996 | `horiz-adv-x=(symbol)`| (initial, warning)| `<null>` |
4997 | `horiz-adv-x=(function)`| (initial, warning)| `<null>` |
4998 | `horiz-adv-x=(null)`| (initial, warning)| `<null>` |
4999 | `horiz-adv-x=(undefined)`| (initial, warning)| `<null>` |
5000
Showing first 5,000 of 13,950 lines. View raw