1 |
|
#html 1 |
2 |
|
<!DOCTYPE HTML><p> |
3 |
|
|
4 |
#data |
#data |
5 |
p { |
p { |
6 |
color: rgb(1, 2, 3); |
color: rgb(1, 2, 3); |
122 |
letter-spacing: 12 |
letter-spacing: 12 |
123 |
} |
} |
124 |
#errors |
#errors |
125 |
;2;19;m;syntax error:'letter-spacing' |
;2;19;m;CSS syntax error;'letter-spacing' |
126 |
#cssom |
#cssom |
127 |
| <p> |
| <p> |
128 |
|
|
140 |
letter-spacing: +12 |
letter-spacing: +12 |
141 |
} |
} |
142 |
#errors |
#errors |
143 |
;2;20;m;syntax error:'letter-spacing' |
;2;20;m;CSS syntax error;'letter-spacing' |
144 |
#cssom |
#cssom |
145 |
| <p> |
| <p> |
146 |
|
|
158 |
letter-spacing: -12 |
letter-spacing: -12 |
159 |
} |
} |
160 |
#errors |
#errors |
161 |
;2;20;m;syntax error:'letter-spacing' |
;2;20;m;CSS syntax error;'letter-spacing' |
162 |
#cssom |
#cssom |
163 |
| <p> |
| <p> |
164 |
|
|
184 |
letter-spacing: +normal |
letter-spacing: +normal |
185 |
} |
} |
186 |
#errors |
#errors |
187 |
;2;20;m;syntax error:'letter-spacing' |
;2;20;m;CSS syntax error;'letter-spacing' |
188 |
#cssom |
#cssom |
189 |
| <p> |
| <p> |
190 |
|
|
201 |
letter-spacing: +inherit |
letter-spacing: +inherit |
202 |
} |
} |
203 |
#errors |
#errors |
204 |
;2;20;m;syntax error:'letter-spacing' |
;2;20;m;CSS syntax error;'letter-spacing' |
205 |
#cssom |
#cssom |
206 |
| <p> |
| <p> |
207 |
|
|
234 |
word-spacing: 12 |
word-spacing: 12 |
235 |
} |
} |
236 |
#errors |
#errors |
237 |
;2;17;m;syntax error:'word-spacing' |
;2;17;m;CSS syntax error;'word-spacing' |
238 |
#cssom |
#cssom |
239 |
| <p> |
| <p> |
240 |
|
|
252 |
word-spacing: +12 |
word-spacing: +12 |
253 |
} |
} |
254 |
#errors |
#errors |
255 |
;2;18;m;syntax error:'word-spacing' |
;2;18;m;CSS syntax error;'word-spacing' |
256 |
#cssom |
#cssom |
257 |
| <p> |
| <p> |
258 |
|
|
270 |
word-spacing: -12 |
word-spacing: -12 |
271 |
} |
} |
272 |
#errors |
#errors |
273 |
;2;18;m;syntax error:'word-spacing' |
;2;18;m;CSS syntax error;'word-spacing' |
274 |
#cssom |
#cssom |
275 |
| <p> |
| <p> |
276 |
|
|
296 |
word-spacing: +normal |
word-spacing: +normal |
297 |
} |
} |
298 |
#errors |
#errors |
299 |
;2;18;m;syntax error:'word-spacing' |
;2;18;m;CSS syntax error;'word-spacing' |
300 |
#cssom |
#cssom |
301 |
| <p> |
| <p> |
302 |
|
|
313 |
word-spacing: +inherit |
word-spacing: +inherit |
314 |
} |
} |
315 |
#errors |
#errors |
316 |
;2;18;m;syntax error:'word-spacing' |
;2;18;m;CSS syntax error;'word-spacing' |
317 |
#cssom |
#cssom |
318 |
| <p> |
| <p> |
319 |
|
|
329 |
white-space: -moz-pre-wrap; |
white-space: -moz-pre-wrap; |
330 |
} |
} |
331 |
|
|
332 |
|
#data |
333 |
|
p { |
334 |
|
writing-mode: lr-tb; |
335 |
|
} |
336 |
|
#cssom |
337 |
|
| <p> |
338 |
|
| writing-mode: lr-tb |
339 |
|
#csstext |
340 |
|
p { |
341 |
|
writing-mode: lr-tb; |
342 |
|
} |
343 |
|
#computed 1 p |
344 |
|
|
345 |
|
#data |
346 |
|
p { |
347 |
|
writing-mode: rl-tb; |
348 |
|
} |
349 |
|
#cssom |
350 |
|
| <p> |
351 |
|
| writing-mode: rl-tb |
352 |
|
#computed 1 p |
353 |
|
-| writing-mode: lr-tb |
354 |
|
+| writing-mode: rl-tb |
355 |
|
|
356 |
|
#data |
357 |
|
p { |
358 |
|
writing-mode: tb-rl; |
359 |
|
} |
360 |
|
#cssom |
361 |
|
| <p> |
362 |
|
| writing-mode: tb-rl |
363 |
|
#computed 1 p |
364 |
|
-| writing-mode: lr-tb |
365 |
|
+| writing-mode: tb-rl |
366 |
|
|
367 |
|
#data |
368 |
|
p { |
369 |
|
writing-mode: lr; |
370 |
|
} |
371 |
|
#cssom |
372 |
|
| <p> |
373 |
|
| writing-mode: lr |
374 |
|
#computed 1 p |
375 |
|
|
376 |
|
#data |
377 |
|
p { |
378 |
|
writing-mode: rl; |
379 |
|
} |
380 |
|
#cssom |
381 |
|
| <p> |
382 |
|
| writing-mode: rl |
383 |
|
#computed 1 p |
384 |
|
-| writing-mode: lr-tb |
385 |
|
+| writing-mode: rl-tb |
386 |
|
|
387 |
|
#data |
388 |
|
p { |
389 |
|
writing-mode: tb |
390 |
|
} |
391 |
|
#cssom |
392 |
|
| <p> |
393 |
|
| writing-mode: tb |
394 |
|
#computed 1 p |
395 |
|
-| writing-mode: lr-tb |
396 |
|
+| writing-mode: tb-rl |
397 |
|
|
398 |
|
#data |
399 |
|
p { |
400 |
|
writing-mode: inherit |
401 |
|
} |
402 |
|
#cssom |
403 |
|
| <p> |
404 |
|
| writing-mode: inherit |
405 |
|
#computed 1 p |
406 |
|
|
407 |
|
#data |
408 |
|
p { |
409 |
|
text-anchor: start; |
410 |
|
} |
411 |
|
#cssom |
412 |
|
| <p> |
413 |
|
| text-anchor: start |
414 |
|
#csstext |
415 |
|
p { |
416 |
|
text-anchor: start; |
417 |
|
} |
418 |
|
#computed 1 p |
419 |
|
|
420 |
|
#data |
421 |
|
p { |
422 |
|
text-anchor: middle; |
423 |
|
} |
424 |
|
#cssom |
425 |
|
| <p> |
426 |
|
| text-anchor: middle |
427 |
|
#computed 1 p |
428 |
|
-| text-anchor: start |
429 |
|
+| text-anchor: middle |
430 |
|
|
431 |
|
#data |
432 |
|
p { |
433 |
|
text-anchor: end |
434 |
|
} |
435 |
|
#cssom |
436 |
|
| <p> |
437 |
|
| text-anchor: end |
438 |
|
#computed 1 p |
439 |
|
-| text-anchor: start |
440 |
|
+| text-anchor: end |
441 |
|
|
442 |
|
#data |
443 |
|
p { |
444 |
|
text-anchor: inherit |
445 |
|
} |
446 |
|
#cssom |
447 |
|
| <p> |
448 |
|
| text-anchor: inherit |
449 |
|
#computed 1 p |
450 |
|
|
451 |
|
#data |
452 |
|
p { |
453 |
|
text-anchor: begin; |
454 |
|
} |
455 |
|
#errors |
456 |
|
;2;16;m;CSS syntax error;'text-anchor' |
457 |
|
#cssom |
458 |
|
| <p> |
459 |
|
|
460 |
|
#data |
461 |
|
p { |
462 |
|
text-amchor: start; |
463 |
|
} |
464 |
|
#errors |
465 |
|
;2;3;u;unknown property |
466 |
|
#cssom |
467 |
|
| <p> |
468 |
|
|
469 |
|
|
470 |
|
|
471 |
|
|