/[suikacvs]/markup/html/whatpm/t/css-visual.dat
Suika

Contents of /markup/html/whatpm/t/css-visual.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (hide annotations) (download)
Sat Feb 2 13:42:42 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +236 -0 lines
++ whatpm/t/ChangeLog	2 Feb 2008 13:42:33 -0000
2008-02-02  Wakaba  <wakaba@suika.fam.cx>

	* CSS-Parser-1.t: 'clip' added.

	* css-visual.t: New test data for 'clip' are added.

++ whatpm/Whatpm/CSS/ChangeLog	2 Feb 2008 13:42:01 -0000
2008-02-02  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm ($default_serializer): New 'RECT' type supported.
	('clip'): Implemented.

1 wakaba 1.1 #html 1
2     <!DOCTYPE HTML><p>
3    
4     #data
5     p {}
6     #computed 1 p
7    
8     #data
9     p {
10     margin-top: inherit;
11     }
12     #cssom
13     | <p>
14     | margin-top: inherit
15     #csstext
16     p {
17     margin-top: inherit;
18     }
19    
20     #data
21     p {
22     margin-top: inherit !important;
23     }
24     #cssom
25     | <p>
26     | margin-top: inherit !important
27     #csstext
28     p {
29     margin-top: inherit ! important;
30     }
31     #computed 1 p
32     #computedtext 1 p
33    
34     #data
35     p {
36     margin-top: inherit;
37     margin-right: inherit;
38     margin-bottom: inherit;
39     margin-left: inherit;
40     }
41     #cssom
42     | <p>
43 wakaba 1.4 | margin: inherit
44 wakaba 1.1 | margin-bottom: inherit
45     | margin-left: inherit
46     | margin-right: inherit
47     | margin-top: inherit
48     #csstext
49     p {
50     margin: inherit;
51     }
52     #computed 1 p
53     #computedtext 1 p
54    
55     #data
56     p {
57     margin-top: inherit;
58     margin-right: inherit !important;
59     margin-bottom: inherit;
60     margin-left: inherit;
61     }
62     #cssom
63     | <p>
64     | margin-bottom: inherit
65     | margin-left: inherit
66     | margin-right: inherit !important
67     | margin-top: inherit
68     #csstext
69     p {
70     margin-bottom: inherit;
71     margin-left: inherit;
72     margin-right: inherit ! important;
73     margin-top: inherit;
74     }
75     #computed 1 p
76     #computedtext 1 p
77    
78     #data
79     p {
80 wakaba 1.4 margin-top: inherit!important;
81     margin-right: inherit !important;
82     margin-bottom: inherit !important;
83     margin-left: inherit ! important ;
84     }
85     #cssom
86     | <p>
87     | margin: inherit !important
88     | margin-bottom: inherit !important
89     | margin-left: inherit !important
90     | margin-right: inherit !important
91     | margin-top: inherit !important
92     #csstext
93     p {
94     margin: inherit ! important;
95     }
96     #computed 1 p
97     #computedtext 1 p
98    
99     #data
100     p {
101 wakaba 1.1 margin-top: 12px;
102     }
103     #cssom
104     | <p>
105     | margin-top: 12px
106     #csstext
107     p {
108     margin-top: 12px;
109     }
110     #computed 1 p
111     -| margin: 0px
112 wakaba 1.2 +| margin: 12px 0px 0px
113 wakaba 1.4 -| margin-top: 0px
114     +| margin-top: 12px
115 wakaba 1.1
116     #data
117     p {
118     margin-top: 50cm;
119     }
120     #cssom
121     | <p>
122     | margin-top: 50cm
123     #csstext
124     p {
125     margin-top: 50cm;
126     }
127     #computed 1 p
128     -| margin: 0px
129 wakaba 1.2 +| margin: 1923.07692307692px 0px 0px
130     -| margin-top: 0px
131     +| margin-top: 1923.07692307692px
132 wakaba 1.1
133     #data
134     p {
135     margin-top: -12px;
136     }
137     #cssom
138     | <p>
139     | margin-top: -12px
140     #csstext
141     p {
142     margin-top: -12px;
143     }
144     #computed 1 p
145     -| margin: 0px
146 wakaba 1.2 +| margin: -12px 0px 0px
147     -| margin-top: 0px
148     +| margin-top: -12px
149 wakaba 1.1
150     #data
151     p {
152     margin-top: +12px;
153     }
154     #cssom
155     | <p>
156     | margin-top: 12px
157     #csstext
158     p {
159     margin-top: 12px;
160     }
161     #computed 1 p
162     -| margin: 0px
163 wakaba 1.2 +| margin: 12px 0px 0px
164 wakaba 1.4 -| margin-top: 0px
165     +| margin-top: 12px
166 wakaba 1.1
167     #data
168     p {
169     margin-top: 12.0px;
170     }
171     #cssom
172     | <p>
173     | margin-top: 12px
174     #csstext
175     p {
176     margin-top: 12px;
177     }
178     #computed 1 p
179     -| margin: 0px
180 wakaba 1.2 +| margin: 12px 0px 0px
181 wakaba 1.4 -| margin-top: 0px
182     +| margin-top: 12px
183 wakaba 1.1
184     #data
185     p {
186     margin-top: 12.01px;
187     }
188     #cssom
189     | <p>
190     | margin-top: 12.01px
191     #csstext
192     p {
193     margin-top: 12.01px;
194     }
195     #computed 1 p
196     -| margin: 0px
197 wakaba 1.2 +| margin: 12.01px 0px 0px
198     -| margin-top: 0px
199     +| margin-top: 12.01px
200 wakaba 1.1
201     #data
202     p {
203 wakaba 1.7 margin-top: 000012px;
204     }
205     #cssom
206     | <p>
207     | margin-top: 12px
208    
209     #data
210     p {
211     margin-top: 000012.120000px;
212     }
213     #cssom
214     | <p>
215     | margin-top: 12.12px
216    
217     #data
218     p {
219 wakaba 1.1 margin-top: .1px;
220     }
221     #cssom
222     | <p>
223     | margin-top: 0.1px
224     #csstext
225     p {
226     margin-top: 0.1px;
227     }
228     #computed 1 p
229     -| margin: 0px
230 wakaba 1.2 +| margin: 0.1px 0px 0px
231     -| margin-top: 0px
232     +| margin-top: 0.1px
233 wakaba 1.1
234     #data
235     p {
236     margin-top: 0;
237     }
238     #cssom
239     | <p>
240     | margin-top: 0px
241     #csstext
242     p {
243     margin-top: 0px;
244     }
245     #computed 1 p
246    
247     #data
248     p {
249     margin-right: +0
250     }
251     #cssom
252     | <p>
253     | margin-right: 0px
254     #csstext
255     p {
256     margin-right: 0px;
257     }
258    
259     #data
260     p {
261     margin-right: -0
262     }
263     #cssom
264     | <p>
265     | margin-right: 0px
266     #csstext
267     p {
268     margin-right: 0px;
269     }
270    
271     #data
272     p {
273     margin-bottom: 50;
274     }
275     #errors
276     ;2;18;m;syntax error:'margin-bottom'
277     #cssom
278     | <p>
279     #csstext
280     p {
281     }
282    
283     #data
284     p {
285     margin-bottom: 50;
286     }
287     #option q
288     #cssom
289     | <p>
290     | margin-bottom: 50px
291     #csstext
292     p {
293     margin-bottom: 50px;
294     }
295    
296     #data
297     p {
298     margin-bottom: 50 !important;
299     }
300     #option q
301     #cssom
302     | <p>
303     | margin-bottom: 50px !important
304     #csstext
305     p {
306     margin-bottom: 50px ! important;
307     }
308    
309     #data
310     p {
311     margin-bottom: -50
312     #option q
313     #errors
314     ;2;21;m;block not closed
315     #cssom
316     | <p>
317     | margin-bottom: -50px
318     #csstext
319     p {
320     margin-bottom: -50px;
321     }
322    
323     #data
324     p {
325     margin-top: 12%;
326     }
327     #cssom
328     | <p>
329     | margin-top: 12%
330     #csstext
331     p {
332     margin-top: 12%;
333     }
334     #computed 1 p
335     -| margin: 0px
336 wakaba 1.2 +| margin: 12% 0px 0px
337 wakaba 1.1 -| margin-top: 0px
338     +| margin-top: 12%
339     #computedtext 1 p
340     - margin: 0px;
341 wakaba 1.2 + margin: 12% 0px 0px;
342 wakaba 1.1
343     #data
344     p {
345     margin-top: -0%;
346     }
347     #cssom
348     | <p>
349     | margin-top: 0%
350     #csstext
351     p {
352     margin-top: 0%;
353     }
354    
355     #data
356     p {
357     margin-top: +12%;
358     }
359     #cssom
360     | <p>
361     | margin-top: 12%
362     #csstext
363     p {
364     margin-top: 12%;
365     }
366    
367     #data
368     p {
369     margin-top: 12.12%;
370     }
371     #cssom
372     | <p>
373     | margin-top: 12.12%
374     #csstext
375     p {
376     margin-top: 12.12%;
377     }
378    
379     #data
380     p {
381     margin-top: -.12%;
382     }
383     #cssom
384     | <p>
385     | margin-top: -0.12%
386     #csstext
387     p {
388     margin-top: -0.12%;
389     }
390    
391     #data
392     p {
393     margin-top: -/**/12%;
394     }
395     #cssom
396     | <p>
397     | margin-top: -12%
398     #csstext
399     p {
400     margin-top: -12%;
401     }
402    
403     #data
404     p {
405     margin-top: +/**/12%;
406     }
407     #cssom
408     | <p>
409     | margin-top: 12%
410     #csstext
411     p {
412     margin-top: 12%;
413     }
414    
415     #data
416     p {
417     margin-top: - 12%;
418     }
419     #errors
420     ;2;16;m;syntax error:'margin-top'
421     #cssom
422     | <p>
423     #csstext
424     p {
425     }
426    
427     #data
428     p {
429     margin-top: auto;
430     }
431     #cssom
432     | <p>
433     | margin-top: auto
434     #csstext
435     p {
436     margin-top: auto;
437     }
438     #computed 1 p
439     -| margin: 0px
440 wakaba 1.2 +| margin: auto 0px 0px
441 wakaba 1.1 -| margin-top: 0px
442     +| margin-top: auto
443     #computedtext 1 p
444     - margin: 0px;
445 wakaba 1.2 + margin: auto 0px 0px;
446 wakaba 1.1
447     #data
448     p {
449     margin-left: auto!important;
450     }
451     #cssom
452     | <p>
453     | margin-left: auto !important
454     #csstext
455     p {
456     margin-left: auto ! important;
457     }
458    
459     #data
460     p {
461     margin-left: -auto;
462     }
463     #errors
464     ;2;16;m;syntax error:'margin-left'
465     #cssom
466     | <p>
467     #csstext
468     p {
469     }
470    
471     #data
472     p {
473     margin-left: -/**/auto;
474     }
475     #errors
476     ;2;21;m;syntax error:'margin-left'
477     #cssom
478     | <p>
479     #csstext
480     p {
481     }
482    
483     #data
484     p {
485     margin-left: +auto;
486     }
487     #errors
488     ;2;17;m;syntax error:'margin-left'
489 wakaba 1.2 #cssom
490     | <p>
491     #csstext
492     p {
493     }
494    
495     #data
496     p {
497     margin: 0;
498     }
499     #cssom
500     | <p>
501 wakaba 1.3 | margin: 0px
502 wakaba 1.2 | margin-bottom: 0px
503     | margin-left: 0px
504     | margin-right: 0px
505     | margin-top: 0px
506     #csstext
507     p {
508     margin: 0px;
509     }
510    
511     #data
512     p {
513     margin: +0;
514     }
515     #cssom
516     | <p>
517 wakaba 1.3 | margin: 0px
518 wakaba 1.2 | margin-bottom: 0px
519     | margin-left: 0px
520     | margin-right: 0px
521     | margin-top: 0px
522     #csstext
523     p {
524     margin: 0px;
525     }
526    
527     #data
528     p {
529     margin: +0 +0 +0 +0;
530     }
531     #cssom
532     | <p>
533 wakaba 1.3 | margin: 0px
534 wakaba 1.2 | margin-bottom: 0px
535     | margin-left: 0px
536     | margin-right: 0px
537     | margin-top: 0px
538     #csstext
539     p {
540     margin: 0px;
541     }
542    
543     #data
544     p {
545     margin: +0 +;
546     }
547     #errors
548     ;2;15;m;syntax error:'margin'
549     #cssom
550     | <p>
551     #csstext
552     p {
553     }
554    
555     #data
556     p {
557     margin: +0 +auto;
558     }
559     #errors
560     ;2;15;m;syntax error:'margin'
561     #cssom
562     | <p>
563     #csstext
564     p {
565     }
566    
567     #data
568     p {
569     margin: +0 +0 +;
570     }
571     #errors
572     ;2;18;m;syntax error:'margin'
573     #cssom
574     | <p>
575     #csstext
576     p {
577     }
578    
579     #data
580     p {
581     margin: +0 +0 +auto;
582     }
583     #errors
584     ;2;18;m;syntax error:'margin'
585     #cssom
586     | <p>
587     #csstext
588     p {
589     }
590    
591     #data
592     p {
593     margin: +0 +0 +0 +;
594     }
595     #errors
596     ;2;21;m;syntax error:'margin'
597     #cssom
598     | <p>
599     #csstext
600     p {
601     }
602    
603     #data
604     p {
605     margin: +0 +0 +0 +auto;
606     }
607     #errors
608     ;2;21;m;syntax error:'margin'
609     #cssom
610     | <p>
611     #csstext
612     p {
613     }
614    
615     #data
616     p {
617     margin: +0 +0 +0 +0 +;
618     }
619     #errors
620     ;2;23;m;no property semicolon
621     #cssom
622     | <p>
623     #csstext
624     p {
625     }
626    
627     #data
628     p {
629     margin: -0;
630     }
631     #cssom
632     | <p>
633 wakaba 1.3 | margin: 0px
634 wakaba 1.2 | margin-bottom: 0px
635     | margin-left: 0px
636     | margin-right: 0px
637     | margin-top: 0px
638     #csstext
639     p {
640     margin: 0px;
641     }
642    
643     #data
644     p {
645     margin: 0.0;
646     }
647     #cssom
648     | <p>
649 wakaba 1.3 | margin: 0px
650 wakaba 1.2 | margin-bottom: 0px
651     | margin-left: 0px
652     | margin-right: 0px
653     | margin-top: 0px
654     #csstext
655     p {
656     margin: 0px;
657     }
658    
659     #data
660     p {
661     margin: 0 1px;
662     }
663     #cssom
664     | <p>
665 wakaba 1.3 | margin: 0px 1px
666 wakaba 1.2 | margin-bottom: 0px
667     | margin-left: 1px
668     | margin-right: 1px
669     | margin-top: 0px
670     #csstext
671     p {
672     margin: 0px 1px;
673     }
674    
675     #data
676     p {
677     margin: 0px 1px 2px;
678     }
679     #cssom
680     | <p>
681 wakaba 1.3 | margin: 0px 1px 2px
682 wakaba 1.2 | margin-bottom: 2px
683     | margin-left: 1px
684     | margin-right: 1px
685     | margin-top: 0px
686     #csstext
687     p {
688     margin: 0px 1px 2px;
689     }
690    
691     #data
692     p {
693     margin: -1px -2px -3px -4px;
694     }
695     #cssom
696     | <p>
697 wakaba 1.3 | margin: -1px -2px -3px -4px
698 wakaba 1.2 | margin-bottom: -3px
699     | margin-left: -4px
700     | margin-right: -2px
701     | margin-top: -1px
702     #csstext
703     p {
704     margin: -1px -2px -3px -4px;
705     }
706    
707     #data
708     p {
709     margin: inherit;
710     }
711     #cssom
712     | <p>
713 wakaba 1.3 | margin: inherit
714 wakaba 1.2 | margin-bottom: inherit
715     | margin-left: inherit
716     | margin-right: inherit
717     | margin-top: inherit
718     #csstext
719     p {
720     margin: inherit;
721     }
722    
723     #data
724     p {
725     margin: 0 2px 0 2px;
726     }
727     #cssom
728     | <p>
729 wakaba 1.3 | margin: 0px 2px
730 wakaba 1.2 | margin-bottom: 0px
731     | margin-left: 2px
732     | margin-right: 2px
733     | margin-top: 0px
734     #csstext
735     p {
736     margin: 0px 2px;
737     }
738    
739     #data
740     p {
741     margin: 0 !important;
742     }
743     #cssom
744     | <p>
745 wakaba 1.3 | margin: 0px !important
746 wakaba 1.2 | margin-bottom: 0px !important
747     | margin-left: 0px !important
748     | margin-right: 0px !important
749     | margin-top: 0px !important
750     #csstext
751     p {
752     margin: 0px ! important;
753     }
754    
755     #data
756     p {
757     margin: 0;
758     margin-left: 1px !important;
759     }
760     #cssom
761     | <p>
762     | margin-bottom: 0px
763     | margin-left: 1px !important
764     | margin-right: 0px
765     | margin-top: 0px
766     #csstext
767     p {
768     margin-bottom: 0px;
769     margin-left: 1px ! important;
770     margin-right: 0px;
771     margin-top: 0px;
772     }
773    
774     #data
775     p {
776     margin: 0;
777     margin-top: 0px ! important;
778     }
779     #cssom
780     | <p>
781     | margin-bottom: 0px
782     | margin-left: 0px
783     | margin-right: 0px
784     | margin-top: 0px !important
785     #csstext
786     p {
787     margin-bottom: 0px;
788     margin-left: 0px;
789     margin-right: 0px;
790     margin-top: 0px ! important;
791     }
792    
793     #data
794     p {
795     margin: 0;
796     margin-right: 0px !important;
797     }
798     #cssom
799     | <p>
800     | margin-bottom: 0px
801     | margin-left: 0px
802     | margin-right: 0px !important
803     | margin-top: 0px
804     #csstext
805     p {
806     margin-bottom: 0px;
807     margin-left: 0px;
808     margin-right: 0px ! important;
809     margin-top: 0px;
810     }
811    
812     #data
813     p {
814     margin: 0;
815     margin-bottom: 0px !important;
816     }
817     #cssom
818     | <p>
819     | margin-bottom: 0px !important
820     | margin-left: 0px
821     | margin-right: 0px
822     | margin-top: 0px
823     #csstext
824     p {
825     margin-bottom: 0px ! important;
826     margin-left: 0px;
827     margin-right: 0px;
828     margin-top: 0px;
829     }
830    
831     #data
832     p {
833     margin: 0;
834     margin-left: 0px !important;
835     }
836     #cssom
837     | <p>
838     | margin-bottom: 0px
839     | margin-left: 0px !important
840     | margin-right: 0px
841     | margin-top: 0px
842     #csstext
843     p {
844     margin-bottom: 0px;
845     margin-left: 0px ! important;
846     margin-right: 0px;
847     margin-top: 0px;
848     }
849    
850     #data
851     p {
852     margin: 0 !important;
853     margin-top: 1px;
854     }
855     #cssom
856     | <p>
857 wakaba 1.3 | margin: 0px !important
858 wakaba 1.2 | margin-bottom: 0px !important
859     | margin-left: 0px !important
860     | margin-right: 0px !important
861     | margin-top: 0px !important
862     #csstext
863     p {
864     margin: 0px ! important;
865     }
866    
867     #data
868     p {
869     margin: 0 ! important;
870     margin-left: 0px ! important;
871     }
872     #cssom
873     | <p>
874 wakaba 1.3 | margin: 0px !important
875 wakaba 1.2 | margin-bottom: 0px !important
876     | margin-left: 0px !important
877     | margin-right: 0px !important
878     | margin-top: 0px !important
879     #csstext
880     p {
881     margin: 0px ! important;
882     }
883    
884     #data
885     p {
886     margin-top: 0;
887     margin-bottom: 0;
888     margin-left: 0;
889     }
890     #cssom
891     | <p>
892     | margin-bottom: 0px
893     | margin-left: 0px
894     | margin-top: 0px
895     #csstext
896     p {
897     margin-bottom: 0px;
898     margin-left: 0px;
899     margin-top: 0px;
900     }
901    
902     #data
903     p {
904     margin: 0;
905     margin-top: inherit;
906     }
907     #cssom
908     | <p>
909     | margin-bottom: 0px
910     | margin-left: 0px
911     | margin-right: 0px
912     | margin-top: inherit
913     #csstext
914     p {
915     margin-bottom: 0px;
916     margin-left: 0px;
917     margin-right: 0px;
918     margin-top: inherit;
919     }
920    
921     #data
922     p {
923     margin: 0;
924     margin-right: inherit;
925     }
926     #cssom
927     | <p>
928     | margin-bottom: 0px
929     | margin-left: 0px
930     | margin-right: inherit
931     | margin-top: 0px
932     #csstext
933     p {
934     margin-bottom: 0px;
935     margin-left: 0px;
936     margin-right: inherit;
937     margin-top: 0px;
938     }
939    
940     #data
941     p {
942     margin: 0;
943     margin-bottom: inherit;
944     }
945     #cssom
946     | <p>
947     | margin-bottom: inherit
948     | margin-left: 0px
949     | margin-right: 0px
950     | margin-top: 0px
951     #csstext
952     p {
953     margin-bottom: inherit;
954     margin-left: 0px;
955     margin-right: 0px;
956     margin-top: 0px;
957     }
958    
959     #data
960     p {
961     margin: 0;
962     margin-left: inherit;
963     }
964     #cssom
965     | <p>
966     | margin-bottom: 0px
967     | margin-left: inherit
968     | margin-right: 0px
969     | margin-top: 0px
970     #csstext
971     p {
972     margin-bottom: 0px;
973     margin-left: inherit;
974     margin-right: 0px;
975     margin-top: 0px;
976     }
977    
978     #data
979     p {
980     margin: 0;
981     margin-top: inherit;
982     margin-bottom: inherit;
983     }
984     #cssom
985     | <p>
986     | margin-bottom: inherit
987     | margin-left: 0px
988     | margin-right: 0px
989     | margin-top: inherit
990     #csstext
991     p {
992     margin-bottom: inherit;
993     margin-left: 0px;
994     margin-right: 0px;
995     margin-top: inherit;
996     }
997    
998     #data
999     p {
1000     margin: inherit 0;
1001     }
1002     #errors
1003     ;2;19;m;no property semicolon
1004 wakaba 1.1 #cssom
1005     | <p>
1006     #csstext
1007     p {
1008     }
1009 wakaba 1.3
1010     #data
1011     /*
1012     TODO: border properties
1013     */
1014    
1015     #data
1016     p {
1017     border-color: blue;
1018     }
1019     #cssom
1020     | <p>
1021     | border-bottom-color: blue
1022     | border-color: blue
1023     | border-left-color: blue
1024     | border-right-color: blue
1025     | border-top-color: blue
1026     #csstext
1027     p {
1028     border-color: blue;
1029     }
1030    
1031     #data
1032     p {
1033     border-color: blue;
1034     border-top-color: red;
1035     }
1036     #cssom
1037     | <p>
1038     | border-bottom-color: blue
1039     | border-color: red blue blue
1040     | border-left-color: blue
1041     | border-right-color: blue
1042     | border-top-color: red
1043     #csstext
1044     p {
1045     border-color: red blue blue;
1046     }
1047    
1048     #data
1049     p {
1050     border-color: blue;
1051     border-right-color: blue ! important;
1052     }
1053     #cssom
1054     | <p>
1055     | border-bottom-color: blue
1056     | border-left-color: blue
1057     | border-right-color: blue !important
1058     | border-top-color: blue
1059     #csstext
1060     p {
1061     border-bottom-color: blue;
1062     border-left-color: blue;
1063     border-right-color: blue ! important;
1064     border-top-color: blue;
1065     }
1066    
1067     #data
1068     p {
1069     border-color: inherit;
1070     border-right-color: blue ! important;
1071     }
1072     #cssom
1073     | <p>
1074     | border-bottom-color: inherit
1075     | border-left-color: inherit
1076     | border-right-color: blue !important
1077     | border-top-color: inherit
1078     #csstext
1079     p {
1080     border-bottom-color: inherit;
1081     border-left-color: inherit;
1082     border-right-color: blue ! important;
1083     border-top-color: inherit;
1084     }
1085    
1086     #data
1087     p {
1088     border-color: inherit;
1089     }
1090     #cssom
1091     | <p>
1092     | border-bottom-color: inherit
1093 wakaba 1.5 | border-color: inherit
1094 wakaba 1.3 | border-left-color: inherit
1095     | border-right-color: inherit
1096     | border-top-color: inherit
1097     #csstext
1098     p {
1099     border-color: inherit;
1100     }
1101    
1102     #data
1103     p {
1104 wakaba 1.5 border-color: blue red;
1105     border-bottom-color: green ! important;
1106     }
1107     #cssom
1108     | <p>
1109     | border-bottom-color: green !important
1110     | border-left-color: red
1111     | border-right-color: red
1112     | border-top-color: blue
1113     #csstext
1114     p {
1115     border-bottom-color: green ! important;
1116     border-left-color: red;
1117     border-right-color: red;
1118     border-top-color: blue;
1119     }
1120    
1121     #data
1122     p {
1123     border-color: blue red;
1124     border-bottom-color: INHERIT;
1125     }
1126     #cssom
1127     | <p>
1128     | border-bottom-color: inherit
1129     | border-left-color: red
1130     | border-right-color: red
1131     | border-top-color: blue
1132     #csstext
1133     p {
1134     border-bottom-color: inherit;
1135     border-left-color: red;
1136     border-right-color: red;
1137     border-top-color: blue;
1138     }
1139    
1140     #data
1141     p {
1142     border-color: blue red;
1143     border-bottom-color: green ! important;
1144     border-bottom: 1px black dotted;
1145     }
1146     #cssom
1147     | <p>
1148     | border-bottom-color: green !important
1149     | border-bottom-style: dotted
1150     | border-bottom-width: 1px
1151     | border-left-color: red
1152     | border-right-color: red
1153     | border-top-color: blue
1154     #csstext
1155     p {
1156     border-bottom-color: green ! important;
1157     border-bottom-style: dotted;
1158     border-bottom-width: 1px;
1159     border-left-color: red;
1160     border-right-color: red;
1161     border-top-color: blue;
1162     }
1163    
1164     #data
1165     p {
1166     border-color: blue red;
1167     border-bottom-color: green;
1168     border-bottom: 1px black dotted;
1169     }
1170     #cssom
1171     | <p>
1172     | border-bottom: 1px dotted black
1173     | border-bottom-color: black
1174     | border-bottom-style: dotted
1175     | border-bottom-width: 1px
1176     | border-color: blue red black
1177     | border-left-color: red
1178     | border-right-color: red
1179     | border-top-color: blue
1180     #csstext
1181     p {
1182     border-bottom: 1px dotted black;
1183     border-left-color: red;
1184     border-right-color: red;
1185     border-top-color: blue;
1186     }
1187    
1188     #data
1189     p {
1190 wakaba 1.3 border-style: solid none;
1191     }
1192     #cssom
1193     | <p>
1194     | border-bottom-style: solid
1195     | border-left-style: none
1196     | border-right-style: none
1197     | border-style: solid none
1198     | border-top-style: solid
1199     #csstext
1200     p {
1201     border-style: solid none;
1202     }
1203    
1204     #data
1205     p {
1206     border-style: solid none;
1207     border-top-style: dotted;
1208     }
1209     #cssom
1210     | <p>
1211     | border-bottom-style: solid
1212     | border-left-style: none
1213     | border-right-style: none
1214     | border-style: dotted none solid
1215     | border-top-style: dotted
1216     #csstext
1217     p {
1218     border-style: dotted none solid;
1219     }
1220    
1221     #data
1222     p {
1223     border-style: solid none;
1224     border-right-style: none ! important;
1225     }
1226     #cssom
1227     | <p>
1228     | border-bottom-style: solid
1229     | border-left-style: none
1230     | border-right-style: none !important
1231     | border-top-style: solid
1232     #csstext
1233     p {
1234     border-bottom-style: solid;
1235     border-left-style: none;
1236     border-right-style: none ! important;
1237     border-top-style: solid;
1238     }
1239    
1240     #data
1241     p {
1242     border-style: inherit;
1243     }
1244     #cssom
1245     | <p>
1246     | border-bottom-style: inherit
1247     | border-left-style: inherit
1248     | border-right-style: inherit
1249     | border-style: inherit
1250     | border-top-style: inherit
1251     #csstext
1252     p {
1253     border-style: inherit;
1254     }
1255    
1256     #data
1257     p {
1258     border-style: inherit;
1259     border-top-style: none;
1260     }
1261     #cssom
1262     | <p>
1263     | border-bottom-style: inherit
1264     | border-left-style: inherit
1265     | border-right-style: inherit
1266     | border-top-style: none
1267     #csstext
1268     p {
1269     border-bottom-style: inherit;
1270     border-left-style: inherit;
1271     border-right-style: inherit;
1272     border-top-style: none;
1273     }
1274    
1275     #data
1276     p {
1277 wakaba 1.8 border-top-width: 5px
1278     }
1279     #cssom
1280     | <p>
1281     | border-top-width: 5px
1282     #csstext
1283     p {
1284     border-top-width: 5px;
1285     }
1286    
1287     #data
1288     p {
1289     border-top-width: +5px
1290     }
1291     #cssom
1292     | <p>
1293     | border-top-width: 5px
1294     #csstext
1295     p {
1296     border-top-width: 5px;
1297     }
1298    
1299     #data
1300     p {
1301     border-top-width: -5px
1302     }
1303     #errors
1304     ;2;22;m;syntax error:'border-top-width'
1305     #cssom
1306     | <p>
1307     #csstext
1308     p {
1309     }
1310    
1311     #data
1312     p {
1313     border-top-width: 0;
1314     }
1315     #cssom
1316     | <p>
1317     | border-top-width: 0px
1318    
1319     #data
1320     p {
1321     border-top-width: +0;
1322     }
1323     #cssom
1324     | <p>
1325     | border-top-width: 0px
1326    
1327     #data
1328     p {
1329     border-top-width: -0;
1330     }
1331     #cssom
1332     | <p>
1333     | border-top-width: 0px
1334    
1335     #data
1336     p {
1337     border-top-width: 0.0000;
1338     }
1339     #cssom
1340     | <p>
1341     | border-top-width: 0px
1342    
1343     #data
1344     p {
1345     border-top-width: 00000012px;
1346     }
1347     #cssom
1348     | <p>
1349     | border-top-width: 12px
1350    
1351     #data
1352     p {
1353     border-top-width: 12.012000px;
1354     }
1355     #cssom
1356     | <p>
1357     | border-top-width: 12.012px
1358    
1359     #data
1360     p {
1361     border-top-width: 12;
1362     }
1363     #errors
1364     ;2;21;m;syntax error:'border-top-width'
1365     #cssom
1366     | <p>
1367    
1368     #data
1369     p {
1370     border-top-width: 12;
1371     }
1372     #option q
1373     #cssom
1374     | <p>
1375     | border-top-width: 12px
1376    
1377     #data
1378     p {
1379     border-top-width: +12;
1380     }
1381     #errors
1382     ;2;22;m;syntax error:'border-top-width'
1383     #cssom
1384     | <p>
1385    
1386     #data
1387     p {
1388     border-top-width: +12;
1389     }
1390     #option q
1391     #cssom
1392     | <p>
1393     | border-top-width: 12px
1394    
1395     #data
1396     p {
1397     border-top-width: -12;
1398     }
1399     #errors
1400     ;2;22;m;syntax error:'border-top-width'
1401     #cssom
1402     | <p>
1403    
1404     #data
1405     p {
1406     border-top-width: -12;
1407     }
1408     #option q
1409     #errors
1410     ;2;22;m;syntax error:'border-top-width'
1411     #cssom
1412     | <p>
1413    
1414     #data
1415     p {
1416 wakaba 1.3 border-width: 5px;
1417     }
1418     #cssom
1419     | <p>
1420     | border-bottom-width: 5px
1421     | border-left-width: 5px
1422     | border-right-width: 5px
1423     | border-top-width: 5px
1424     | border-width: 5px
1425     #csstext
1426     p {
1427     border-width: 5px;
1428     }
1429    
1430     #data
1431     p {
1432     border-width: 5px;
1433     border-top-width: 4px;
1434     }
1435     #cssom
1436     | <p>
1437     | border-bottom-width: 5px
1438     | border-left-width: 5px
1439     | border-right-width: 5px
1440     | border-top-width: 4px
1441     | border-width: 4px 5px 5px
1442     #csstext
1443     p {
1444     border-width: 4px 5px 5px;
1445     }
1446    
1447     #data
1448     p {
1449     border-width: 5px;
1450     border-right-width: inherit;
1451     }
1452     #cssom
1453     | <p>
1454     | border-bottom-width: 5px
1455     | border-left-width: 5px
1456     | border-right-width: inherit
1457     | border-top-width: 5px
1458     #csstext
1459     p {
1460     border-bottom-width: 5px;
1461     border-left-width: 5px;
1462     border-right-width: inherit;
1463     border-top-width: 5px;
1464     }
1465    
1466     #data
1467     p {
1468     border-width: 5px;
1469     border-left-width: 5px !important;
1470     }
1471     #cssom
1472     | <p>
1473     | border-bottom-width: 5px
1474     | border-left-width: 5px !important
1475     | border-right-width: 5px
1476     | border-top-width: 5px
1477     #csstext
1478     p {
1479     border-bottom-width: 5px;
1480     border-left-width: 5px ! important;
1481     border-right-width: 5px;
1482     border-top-width: 5px;
1483     }
1484    
1485     #data
1486     p {
1487 wakaba 1.8 border-width: 0;
1488     }
1489     #cssom
1490     | <p>
1491     | border-bottom-width: 0px
1492     | border-left-width: 0px
1493     | border-right-width: 0px
1494     | border-top-width: 0px
1495     | border-width: 0px
1496    
1497     #data
1498     p {
1499     border-width: +0;
1500     }
1501     #cssom
1502     | <p>
1503     | border-bottom-width: 0px
1504     | border-left-width: 0px
1505     | border-right-width: 0px
1506     | border-top-width: 0px
1507     | border-width: 0px
1508    
1509     #data
1510     p {
1511     border-width: -0;
1512     }
1513     #cssom
1514     | <p>
1515     | border-bottom-width: 0px
1516     | border-left-width: 0px
1517     | border-right-width: 0px
1518     | border-top-width: 0px
1519     | border-width: 0px
1520    
1521     #data
1522     p {
1523     border-width: 12;
1524     }
1525     #errors
1526     ;2;17;m;syntax error:'border-width'
1527     #cssom
1528     | <p>
1529    
1530     #data
1531     p {
1532     border-width: 12;
1533     }
1534     #option q
1535     #cssom
1536     | <p>
1537     | border-bottom-width: 12px
1538     | border-left-width: 12px
1539     | border-right-width: 12px
1540     | border-top-width: 12px
1541     | border-width: 12px
1542    
1543     #data
1544     p {
1545     border-width: +12;
1546     }
1547     #errors
1548     ;2;18;m;syntax error:'border-width'
1549     #cssom
1550     | <p>
1551    
1552     #data
1553     p {
1554     border-width: +12;
1555     }
1556     #option q
1557     #cssom
1558     | <p>
1559     | border-bottom-width: 12px
1560     | border-left-width: 12px
1561     | border-right-width: 12px
1562     | border-top-width: 12px
1563     | border-width: 12px
1564    
1565     #data
1566     p {
1567     border-width: 5px;
1568     }
1569     #cssom
1570     | <p>
1571     | border-bottom-width: 5px
1572     | border-left-width: 5px
1573     | border-right-width: 5px
1574     | border-top-width: 5px
1575     | border-width: 5px
1576    
1577     #data
1578     p {
1579     border-width: +5px;
1580     }
1581     #cssom
1582     | <p>
1583     | border-bottom-width: 5px
1584     | border-left-width: 5px
1585     | border-right-width: 5px
1586     | border-top-width: 5px
1587     | border-width: 5px
1588    
1589     #data
1590     p {
1591     border-width: -5px;
1592     }
1593     #errors
1594     ;2;18;m;syntax error:'border-width'
1595     #cssom
1596     | <p>
1597    
1598     #data
1599     p {
1600     border-width: 5px 6px;
1601     }
1602     #cssom
1603     | <p>
1604     | border-bottom-width: 5px
1605     | border-left-width: 6px
1606     | border-right-width: 6px
1607     | border-top-width: 5px
1608     | border-width: 5px 6px
1609    
1610     #data
1611     p {
1612     border-width: 5px +6px;
1613     }
1614     #cssom
1615     | <p>
1616     | border-bottom-width: 5px
1617     | border-left-width: 6px
1618     | border-right-width: 6px
1619     | border-top-width: 5px
1620     | border-width: 5px 6px
1621    
1622     #data
1623     p {
1624     border-width: 5px -6px;
1625     }
1626     #errors
1627     ;2;22;m;syntax error:'border-width'
1628     #cssom
1629     | <p>
1630    
1631     #data
1632     p {
1633     border-width: 5px 6px 7px;
1634     }
1635     #cssom
1636     | <p>
1637     | border-bottom-width: 7px
1638     | border-left-width: 6px
1639     | border-right-width: 6px
1640     | border-top-width: 5px
1641     | border-width: 5px 6px 7px
1642    
1643     #data
1644     p {
1645     border-width: 5px 6px +7px;
1646     }
1647     #cssom
1648     | <p>
1649     | border-bottom-width: 7px
1650     | border-left-width: 6px
1651     | border-right-width: 6px
1652     | border-top-width: 5px
1653     | border-width: 5px 6px 7px
1654    
1655     #data
1656     p {
1657     border-width: 5px 6px -7px;
1658     }
1659     #errors
1660     ;2;26;m;syntax error:'border-width'
1661     #cssom
1662     | <p>
1663    
1664     #data
1665     p {
1666     border-width: 5px 6px 7px 8px;
1667     }
1668     #cssom
1669     | <p>
1670     | border-bottom-width: 7px
1671     | border-left-width: 8px
1672     | border-right-width: 6px
1673     | border-top-width: 5px
1674     | border-width: 5px 6px 7px 8px
1675    
1676     #data
1677     p {
1678     border-width: 5px 6px 7px +8px;
1679     }
1680     #cssom
1681     | <p>
1682     | border-bottom-width: 7px
1683     | border-left-width: 8px
1684     | border-right-width: 6px
1685     | border-top-width: 5px
1686     | border-width: 5px 6px 7px 8px
1687    
1688     #data
1689     p {
1690     border-width: 5px 6px 7px -8px;
1691     }
1692     #errors
1693     ;2;30;m;syntax error:'border-width'
1694     #cssom
1695     | <p>
1696    
1697     #data
1698     p {
1699 wakaba 1.3 border-top: 1px solid red;
1700     }
1701     #cssom
1702     | <p>
1703     | border-top: 1px solid red
1704     | border-top-color: red
1705     | border-top-style: solid
1706     | border-top-width: 1px
1707     #csstext
1708     p {
1709     border-top: 1px solid red;
1710     }
1711    
1712     #data
1713     p {
1714     border-bottom: 1px solid red;
1715     }
1716     #cssom
1717     | <p>
1718     | border-bottom: 1px solid red
1719     | border-bottom-color: red
1720     | border-bottom-style: solid
1721     | border-bottom-width: 1px
1722     #csstext
1723     p {
1724     border-bottom: 1px solid red;
1725     }
1726    
1727     #data
1728     p {
1729     border-top: inherit;
1730     }
1731     #cssom
1732     | <p>
1733     | border-top: inherit
1734     | border-top-color: inherit
1735     | border-top-style: inherit
1736     | border-top-width: inherit
1737     #csstext
1738     p {
1739     border-top: inherit;
1740     }
1741    
1742     #data
1743     p {
1744     border-top: inherit;
1745     border-top-width: 3px;
1746     }
1747     #cssom
1748     | <p>
1749     | border-top-color: inherit
1750     | border-top-style: inherit
1751     | border-top-width: 3px
1752     #csstext
1753     p {
1754     border-top-color: inherit;
1755     border-top-style: inherit;
1756     border-top-width: 3px;
1757     }
1758    
1759     #data
1760     p {
1761     border-top: inherit;
1762     border-top-width: inherit ! important;
1763     }
1764     #cssom
1765     | <p>
1766     | border-top-color: inherit
1767     | border-top-style: inherit
1768     | border-top-width: inherit !important
1769     #csstext
1770     p {
1771     border-top-color: inherit;
1772     border-top-style: inherit;
1773     border-top-width: inherit ! important;
1774     }
1775    
1776     #data
1777     p {
1778     border-bottom: inherit;
1779     border-bottom-width: 3px;
1780     }
1781     #cssom
1782     | <p>
1783     | border-bottom-color: inherit
1784     | border-bottom-style: inherit
1785     | border-bottom-width: 3px
1786     #csstext
1787     p {
1788     border-bottom-color: inherit;
1789     border-bottom-style: inherit;
1790     border-bottom-width: 3px;
1791     }
1792    
1793     #data
1794     p {
1795     border: 1px solid red;
1796     }
1797     #cssom
1798     | <p>
1799     | border: 1px solid red
1800     | border-bottom: 1px solid red
1801     | border-bottom-color: red
1802     | border-bottom-style: solid
1803     | border-bottom-width: 1px
1804     | border-color: red
1805     | border-left: 1px solid red
1806     | border-left-color: red
1807     | border-left-style: solid
1808     | border-left-width: 1px
1809     | border-right: 1px solid red
1810     | border-right-color: red
1811     | border-right-style: solid
1812     | border-right-width: 1px
1813     | border-style: solid
1814     | border-top: 1px solid red
1815     | border-top-color: red
1816     | border-top-style: solid
1817     | border-top-width: 1px
1818     | border-width: 1px
1819     #csstext
1820     p {
1821     border: 1px solid red;
1822     }
1823    
1824     #data
1825     p {
1826     border: 1px solid red;
1827     border-width: 2px;
1828     }
1829     #cssom
1830     | <p>
1831     | border: 2px solid red
1832     | border-bottom: 2px solid red
1833     | border-bottom-color: red
1834     | border-bottom-style: solid
1835     | border-bottom-width: 2px
1836     | border-color: red
1837     | border-left: 2px solid red
1838     | border-left-color: red
1839     | border-left-style: solid
1840     | border-left-width: 2px
1841     | border-right: 2px solid red
1842     | border-right-color: red
1843     | border-right-style: solid
1844     | border-right-width: 2px
1845     | border-style: solid
1846     | border-top: 2px solid red
1847     | border-top-color: red
1848     | border-top-style: solid
1849     | border-top-width: 2px
1850     | border-width: 2px
1851     #csstext
1852     p {
1853     border: 2px solid red;
1854     }
1855 wakaba 1.5
1856     #data
1857     p {
1858     border: 1px solid red;
1859     border-width: 2px;
1860     border-top-color: green ! important;
1861     }
1862     #cssom
1863     | <p>
1864     | border-bottom: 2px solid red
1865     | border-bottom-color: red
1866     | border-bottom-style: solid
1867     | border-bottom-width: 2px
1868     | border-left: 2px solid red
1869     | border-left-color: red
1870     | border-left-style: solid
1871     | border-left-width: 2px
1872     | border-right: 2px solid red
1873     | border-right-color: red
1874     | border-right-style: solid
1875     | border-right-width: 2px
1876     | border-style: solid
1877     | border-top-color: green !important
1878     | border-top-style: solid
1879     | border-top-width: 2px
1880     | border-width: 2px
1881     #csstext
1882     p {
1883     border-bottom: 2px solid red;
1884     border-left: 2px solid red;
1885     border-right: 2px solid red;
1886     border-top-color: green ! important;
1887     border-top-style: solid;
1888     border-top-width: 2px;
1889     }
1890    
1891     #data
1892     p {
1893     border: inherit;
1894     }
1895     #cssom
1896     | <p>
1897     | border: inherit
1898     | border-bottom: inherit
1899     | border-bottom-color: inherit
1900     | border-bottom-style: inherit
1901     | border-bottom-width: inherit
1902     | border-color: inherit
1903     | border-left: inherit
1904     | border-left-color: inherit
1905     | border-left-style: inherit
1906     | border-left-width: inherit
1907     | border-right: inherit
1908     | border-right-color: inherit
1909     | border-right-style: inherit
1910     | border-right-width: inherit
1911     | border-style: inherit
1912     | border-top: inherit
1913     | border-top-color: inherit
1914     | border-top-style: inherit
1915     | border-top-width: inherit
1916     | border-width: inherit
1917 wakaba 1.3
1918     #data
1919 wakaba 1.8 p {
1920     padding-top: 0;
1921     }
1922     #cssom
1923     | <p>
1924     | padding-top: 0px
1925 wakaba 1.3
1926     #data
1927     p {
1928 wakaba 1.8 padding-top: +0;
1929 wakaba 1.3 }
1930     #cssom
1931     | <p>
1932 wakaba 1.8 | padding-top: 0px
1933    
1934     #data
1935 wakaba 1.3 p {
1936 wakaba 1.8 padding-top: -0;
1937 wakaba 1.3 }
1938 wakaba 1.8 #cssom
1939     | <p>
1940     | padding-top: 0px
1941 wakaba 1.3
1942     #data
1943     p {
1944 wakaba 1.8 padding-top: 000.000;
1945     }
1946     #cssom
1947     | <p>
1948     | padding-top: 0px
1949    
1950     #data
1951     p {
1952     padding-top: 12px;
1953     }
1954     #cssom
1955     | <p>
1956     | padding-top: 12px
1957     #csstext
1958     p {
1959     padding-top: 12px;
1960     }
1961    
1962     #data
1963     p {
1964     padding-top: +12px;
1965     }
1966     #cssom
1967     | <p>
1968     | padding-top: 12px
1969    
1970     #data
1971     p {
1972     padding-top: -12px;
1973     }
1974     #errors
1975     ;2;17;m;syntax error:'padding-top'
1976     #cssom
1977     | <p>
1978    
1979     #data
1980     p {
1981     padding-top: 0000120.00100px;
1982     }
1983     #cssom
1984     | <p>
1985     | padding-top: 120.001px
1986    
1987     #data
1988     p {
1989     padding: 1px 2px 3px 4px;
1990     }
1991     #cssom
1992     | <p>
1993     | padding: 1px 2px 3px 4px
1994     | padding-bottom: 3px
1995     | padding-left: 4px
1996     | padding-right: 2px
1997     | padding-top: 1px
1998     #csstext
1999     p {
2000     padding: 1px 2px 3px 4px;
2001     }
2002    
2003     #data
2004     p {
2005     padding: 1px 2px 3px 4px !important;
2006 wakaba 1.3 }
2007     #cssom
2008     | <p>
2009     | padding: 1px 2px 3px 4px !important
2010     | padding-bottom: 3px !important
2011     | padding-left: 4px !important
2012     | padding-right: 2px !important
2013     | padding-top: 1px !important
2014     #csstext
2015     p {
2016     padding: 1px 2px 3px 4px ! important;
2017     }
2018    
2019     #data
2020     p {
2021     padding: 1px 2px 3px;
2022     }
2023     #cssom
2024     | <p>
2025     | padding: 1px 2px 3px
2026     | padding-bottom: 3px
2027     | padding-left: 2px
2028     | padding-right: 2px
2029     | padding-top: 1px
2030     #csstext
2031     p {
2032     padding: 1px 2px 3px;
2033     }
2034    
2035     #data
2036     p {
2037     padding: 1px 2px 1px 2px;
2038     }
2039     #cssom
2040     | <p>
2041     | padding: 1px 2px
2042     | padding-bottom: 1px
2043     | padding-left: 2px
2044     | padding-right: 2px
2045     | padding-top: 1px
2046     #csstext
2047     p {
2048     padding: 1px 2px;
2049     }
2050    
2051     #data
2052     p {
2053     padding: 1px;
2054     }
2055     #cssom
2056     | <p>
2057     | padding: 1px
2058     | padding-bottom: 1px
2059     | padding-left: 1px
2060     | padding-right: 1px
2061     | padding-top: 1px
2062     #csstext
2063     p {
2064     padding: 1px;
2065     }
2066    
2067     #data
2068     p {
2069     padding: 1px;
2070     padding-top: 1px ! important;
2071     }
2072     #cssom
2073     | <p>
2074     | padding-bottom: 1px
2075     | padding-left: 1px
2076     | padding-right: 1px
2077     | padding-top: 1px !important
2078     #csstext
2079     p {
2080     padding-bottom: 1px;
2081     padding-left: 1px;
2082     padding-right: 1px;
2083     padding-top: 1px ! important;
2084     }
2085    
2086     #data
2087     p {
2088     display: inline;
2089     }
2090     #cssom
2091     | <p>
2092     | display: inline
2093     #csstext
2094     p {
2095     display: inline;
2096     }
2097     #computed 1 p
2098     #computedtext 1 p
2099    
2100     #data
2101     p {
2102     display: block;
2103     }
2104     #cssom
2105     | <p>
2106     | display: block
2107     #csstext
2108     p {
2109     display: block;
2110     }
2111     #computed 1 p
2112     -| display: inline
2113     +| display: block
2114     #computedtext 1 p
2115     - display: inline;
2116     + display: block;
2117    
2118     #data
2119     p {
2120     display: inherit;
2121     }
2122     #cssom
2123     | <p>
2124     | display: inherit
2125     #csstext
2126     p {
2127     display: inherit;
2128     }
2129     #computed 1 p
2130     #computedtext 1 p
2131    
2132     #data
2133     html {
2134     display: inline;
2135     }
2136     #cssom
2137     | <html>
2138     | display: inline
2139     #csstext
2140     html {
2141     display: inline;
2142     }
2143     #computed 1 html
2144     -| display: inline
2145     +| display: block
2146     #computedtext 1 html
2147     - display: inline;
2148     + display: block;
2149    
2150     #data
2151     html {
2152     display: inherit;
2153     }
2154     #cssom
2155     | <html>
2156     | display: inherit
2157     #csstext
2158     html {
2159     display: inherit;
2160     }
2161     #computed 1 html
2162     -| display: inline
2163     +| display: block
2164     #computedtext 1 html
2165     - display: inline;
2166     + display: block;
2167 wakaba 1.8
2168     #data
2169     p {
2170     top: 12px;
2171     }
2172     #cssom
2173     | <p>
2174     | top: 12px
2175    
2176     #data
2177     p {
2178     top: +12px;
2179     }
2180     #cssom
2181     | <p>
2182     | top: 12px
2183    
2184     #data
2185     p {
2186     top: -12px;
2187     }
2188     #cssom
2189     | <p>
2190     | top: -12px
2191    
2192     #data
2193     p {
2194     top: auto;
2195     }
2196     #cssom
2197     | <p>
2198     | top: auto
2199    
2200     #data
2201     p {
2202     top: inherit;
2203     }
2204     #cssom
2205     | <p>
2206     | top: inherit
2207    
2208     #data
2209     p {
2210     bottom: 12px;
2211     }
2212     #cssom
2213     | <p>
2214     | bottom: 12px
2215    
2216     #data
2217     p {
2218     bottom: +12px;
2219     }
2220     #cssom
2221     | <p>
2222     | bottom: 12px
2223    
2224     #data
2225     p {
2226     bottom: -12px;
2227     }
2228     #cssom
2229     | <p>
2230     | bottom: -12px
2231    
2232     #data
2233     p {
2234     bottom: auto;
2235     }
2236     #cssom
2237     | <p>
2238     | bottom: auto
2239    
2240     #data
2241     p {
2242     bottom: inherit;
2243     }
2244     #cssom
2245     | <p>
2246     | bottom: inherit
2247    
2248     #data
2249     p {
2250     left: 12px;
2251     }
2252     #cssom
2253     | <p>
2254     | left: 12px
2255    
2256     #data
2257     p {
2258     left: +12px;
2259     }
2260     #cssom
2261     | <p>
2262     | left: 12px
2263    
2264     #data
2265     p {
2266     left: -12px;
2267     }
2268     #cssom
2269     | <p>
2270     | left: -12px
2271    
2272     #data
2273     p {
2274     left: auto;
2275     }
2276     #cssom
2277     | <p>
2278     | left: auto
2279    
2280     #data
2281     p {
2282     left: inherit;
2283     }
2284     #cssom
2285     | <p>
2286     | left: inherit
2287    
2288     #data
2289     p {
2290     right: 12px;
2291     }
2292     #cssom
2293     | <p>
2294     | right: 12px
2295    
2296     #data
2297     p {
2298     right: +12px;
2299     }
2300     #cssom
2301     | <p>
2302     | right: 12px
2303    
2304     #data
2305     p {
2306     right: -12px;
2307     }
2308     #cssom
2309     | <p>
2310     | right: -12px
2311    
2312     #data
2313     p {
2314     right: auto;
2315     }
2316     #cssom
2317     | <p>
2318     | right: auto
2319    
2320     #data
2321     p {
2322     right: inherit;
2323     }
2324     #cssom
2325     | <p>
2326     | right: inherit
2327    
2328     #data
2329     /* From CSS 2.1 */
2330     BODY { height: 8.5in } /* Required for percentage heights below */
2331     #header {
2332     position: fixed;
2333     width: 100%;
2334     height: 15%;
2335     top: 0;
2336     right: 0;
2337     bottom: auto;
2338     left: 0;
2339     }
2340     #sidebar {
2341     position: fixed;
2342     width: 10em;
2343     height: auto;
2344     top: 15%;
2345     right: auto;
2346     bottom: 100px;
2347     left: 0;
2348     }
2349     #main {
2350     position: fixed;
2351     width: auto;
2352     height: auto;
2353     top: 15%;
2354     right: 0;
2355     bottom: 100px;
2356     left: 10em;
2357     }
2358     #footer {
2359     position: fixed;
2360     width: 100%;
2361     height: 100px;
2362     top: auto;
2363     right: 0;
2364     bottom: 0;
2365     left: 0;
2366     }
2367     #cssom
2368     | <BODY>
2369     | height: 8.5in
2370     | <#header>
2371     | bottom: auto
2372     | height: 15%
2373     | left: 0px
2374     | position: fixed
2375     | right: 0px
2376     | top: 0px
2377     | width: 100%
2378     | <#sidebar>
2379     | bottom: 100px
2380     | height: auto
2381     | left: 0px
2382     | position: fixed
2383     | right: auto
2384     | top: 15%
2385     | width: 10em
2386     | <#main>
2387     | bottom: 100px
2388     | height: auto
2389     | left: 10em
2390     | position: fixed
2391     | right: 0px
2392     | top: 15%
2393     | width: auto
2394     | <#footer>
2395     | bottom: 0px
2396     | height: 100px
2397     | left: 0px
2398     | position: fixed
2399     | right: 0px
2400     | top: auto
2401     | width: 100%
2402    
2403     #data
2404     p {
2405     z-index: 10;
2406     }
2407     #cssom
2408     | <p>
2409     | z-index: 10
2410    
2411     #data
2412     p {
2413     z-index: +10;
2414     }
2415     #cssom
2416     | <p>
2417     | z-index: 10
2418    
2419     #data
2420     p {
2421     z-index: -10;
2422     }
2423     #cssom
2424     | <p>
2425     | z-index: -10
2426    
2427     #data
2428     p {
2429     z-index: auto;
2430     }
2431     #cssom
2432     | <p>
2433     | z-index: auto
2434    
2435     #data
2436     p {
2437     z-index: inherit;
2438     }
2439     #cssom
2440     | <p>
2441     | z-index: inherit
2442    
2443     #data
2444     p {
2445     z-index: +inherit;
2446     }
2447     #errors
2448     ;2;13;m;syntax error:'z-index'
2449     #cssom
2450     | <p>
2451    
2452     #data
2453     p {
2454     width: 62px;
2455     }
2456     #cssom
2457     | <p>
2458     | width: 62px
2459    
2460     #data
2461     p {
2462     width: +62px;
2463     }
2464     #cssom
2465     | <p>
2466     | width: 62px
2467    
2468     #data
2469     p {
2470     width: -62px;
2471     }
2472     #errors
2473     ;2;11;m;syntax error:'width'
2474     #cssom
2475     | <p>
2476    
2477     #data
2478     p {
2479     width: 62%;
2480     }
2481     #cssom
2482     | <p>
2483     | width: 62%
2484    
2485     #data
2486     p {
2487     width: auto;
2488     }
2489     #cssom
2490     | <p>
2491     | width: auto
2492    
2493     #data
2494     p {
2495     width: none;
2496     }
2497     #errors
2498     ;2;10;m;syntax error:'width'
2499     #cssom
2500     | <p>
2501    
2502     #data
2503     p {
2504     width: inherit
2505     }
2506     #cssom
2507     | <p>
2508     | width: inherit
2509    
2510     #data
2511     p {
2512     min-width: 62px;
2513     }
2514     #cssom
2515     | <p>
2516     | min-width: 62px
2517    
2518     #data
2519     p {
2520     min-width: +62px;
2521     }
2522     #cssom
2523     | <p>
2524     | min-width: 62px
2525    
2526     #data
2527     p {
2528     min-width: -62px;
2529     }
2530     #errors
2531     ;2;15;m;syntax error:'min-width'
2532     #cssom
2533     | <p>
2534    
2535     #data
2536     p {
2537     min-width: 62%;
2538     }
2539     #cssom
2540     | <p>
2541     | min-width: 62%
2542    
2543     #data
2544     p {
2545     min-width: auto;
2546     }
2547     #errors
2548     ;2;14;m;syntax error:'min-width'
2549     #cssom
2550     | <p>
2551    
2552     #data
2553     p {
2554     min-width: none;
2555     }
2556     #errors
2557     ;2;14;m;syntax error:'min-width'
2558     #cssom
2559     | <p>
2560    
2561     #data
2562     p {
2563     min-width: inherit
2564     }
2565     #cssom
2566     | <p>
2567     | min-width: inherit
2568    
2569     #data
2570     p {
2571     max-width: 62px;
2572     }
2573     #cssom
2574     | <p>
2575     | max-width: 62px
2576    
2577     #data
2578     p {
2579     max-width: +62px;
2580     }
2581     #cssom
2582     | <p>
2583     | max-width: 62px
2584    
2585     #data
2586     p {
2587     max-width: -62px;
2588     }
2589     #errors
2590     ;2;15;m;syntax error:'max-width'
2591     #cssom
2592     | <p>
2593    
2594     #data
2595     p {
2596     max-width: 62%;
2597     }
2598     #cssom
2599     | <p>
2600     | max-width: 62%
2601    
2602     #data
2603     p {
2604     max-width: auto;
2605     }
2606     #errors
2607     ;2;14;m;syntax error:'max-width'
2608     #cssom
2609     | <p>
2610    
2611     #data
2612     p {
2613     max-width: none
2614     }
2615     #cssom
2616     | <p>
2617     | max-width: none
2618    
2619     #data
2620     p {
2621     max-width: inherit
2622     }
2623     #cssom
2624     | <p>
2625     | max-width: inherit
2626    
2627     #data
2628     p {
2629     height: 62px;
2630     }
2631     #cssom
2632     | <p>
2633     | height: 62px
2634    
2635     #data
2636     p {
2637     height: +62px;
2638     }
2639     #cssom
2640     | <p>
2641     | height: 62px
2642    
2643     #data
2644     p {
2645     height: -62px;
2646     }
2647     #errors
2648     ;2;12;m;syntax error:'height'
2649     #cssom
2650     | <p>
2651    
2652     #data
2653     p {
2654     height: 62%;
2655     }
2656     #cssom
2657     | <p>
2658     | height: 62%
2659    
2660     #data
2661     p {
2662     height: auto;
2663     }
2664     #cssom
2665     | <p>
2666     | height: auto
2667    
2668     #data
2669     p {
2670     height: none;
2671     }
2672     #errors
2673     ;2;11;m;syntax error:'height'
2674     #cssom
2675     | <p>
2676    
2677     #data
2678     p {
2679     height: inherit
2680     }
2681     #cssom
2682     | <p>
2683     | height: inherit
2684    
2685     #data
2686     p {
2687     min-height: 62px;
2688     }
2689     #cssom
2690     | <p>
2691     | min-height: 62px
2692    
2693     #data
2694     p {
2695     min-height: +62px;
2696     }
2697     #cssom
2698     | <p>
2699     | min-height: 62px
2700    
2701     #data
2702     p {
2703     min-height: -62px;
2704     }
2705     #errors
2706     ;2;16;m;syntax error:'min-height'
2707     #cssom
2708     | <p>
2709    
2710     #data
2711     p {
2712     min-height: 62%;
2713     }
2714     #cssom
2715     | <p>
2716     | min-height: 62%
2717    
2718     #data
2719     p {
2720     min-height: auto;
2721     }
2722     #errors
2723     ;2;15;m;syntax error:'min-height'
2724     #cssom
2725     | <p>
2726    
2727     #data
2728     p {
2729     min-height: none;
2730     }
2731     #errors
2732     ;2;15;m;syntax error:'min-height'
2733     #cssom
2734     | <p>
2735    
2736     #data
2737     p {
2738     min-height: inherit
2739     }
2740     #cssom
2741     | <p>
2742     | min-height: inherit
2743    
2744     #data
2745     p {
2746     max-height: 62px;
2747     }
2748     #cssom
2749     | <p>
2750     | max-height: 62px
2751    
2752     #data
2753     p {
2754     max-height: +62px;
2755     }
2756     #cssom
2757     | <p>
2758     | max-height: 62px
2759    
2760     #data
2761     p {
2762     max-height: -62px;
2763     }
2764     #errors
2765     ;2;16;m;syntax error:'max-height'
2766     #cssom
2767     | <p>
2768    
2769     #data
2770     p {
2771     max-height: 62%;
2772     }
2773     #cssom
2774     | <p>
2775     | max-height: 62%
2776    
2777     #data
2778     p {
2779     max-height: auto;
2780     }
2781     #errors
2782     ;2;15;m;syntax error:'max-height'
2783     #cssom
2784     | <p>
2785    
2786     #data
2787     p {
2788     max-height: none
2789     }
2790     #cssom
2791     | <p>
2792     | max-height: none
2793    
2794     #data
2795     p {
2796     max-height: inherit
2797     }
2798     #cssom
2799     | <p>
2800     | max-height: inherit
2801    
2802     #data
2803     p {
2804     line-height: normal;
2805     }
2806     #cssom
2807     | <p>
2808     | line-height: normal
2809    
2810     #data
2811     p {
2812     line-height: 12px;
2813     }
2814     #cssom
2815     | <p>
2816     | line-height: 12px
2817    
2818     #data
2819     p {
2820     line-height: +12px
2821     }
2822     #cssom
2823     | <p>
2824     | line-height: 12px
2825    
2826     #data
2827     p {
2828     line-height: -12px
2829     }
2830     #errors
2831     ;2;17;m;syntax error:'line-height'
2832     #cssom
2833     | <p>
2834    
2835     #data
2836     p {
2837     line-height: 12%
2838     }
2839     #cssom
2840     | <p>
2841     | line-height: 12%
2842    
2843     #data
2844     p {
2845     line-height: +12%
2846     }
2847     #cssom
2848     | <p>
2849     | line-height: 12%
2850    
2851     #data
2852     p {
2853     line-height: -123%
2854     }
2855     #errors
2856     ;2;17;m;syntax error:'line-height'
2857     #cssom
2858     | <p>
2859    
2860     #data
2861     p {
2862     line-height: 12
2863     }
2864     #cssom
2865     | <p>
2866     | line-height: 12
2867    
2868     #data
2869     p {
2870     line-height: 12
2871     }
2872     #option q
2873     #cssom
2874     | <p>
2875     | line-height: 12
2876    
2877     #data
2878     p {
2879     line-height: +12
2880     }
2881     #cssom
2882     | <p>
2883     | line-height: 12
2884    
2885     #data
2886     p {
2887     line-height: -12
2888     }
2889     #errors
2890     ;2;17;m;syntax error:'line-height'
2891     #cssom
2892     | <p>
2893    
2894     #data
2895     p {
2896     line-height: 0
2897     }
2898     #cssom
2899     | <p>
2900     | line-height: 0
2901    
2902     #data
2903     p {
2904     line-height: +0
2905     }
2906     #cssom
2907     | <p>
2908     | line-height: 0
2909    
2910     #data
2911     p {
2912     line-height: -0
2913     }
2914     #cssom
2915     | <p>
2916     | line-height: 0
2917    
2918     #data
2919     p {
2920     vertical-align: baseline;
2921     }
2922     #cssom
2923     | <p>
2924     | vertical-align: baseline
2925    
2926     #data
2927     p {
2928     vertical-align: sub;
2929     }
2930     #cssom
2931     | <p>
2932     | vertical-align: sub
2933    
2934     #data
2935     p {
2936     vertical-align: super;
2937     }
2938     #cssom
2939     | <p>
2940     | vertical-align: super
2941    
2942     #data
2943     p {
2944     vertical-align: sup;
2945     }
2946     #errors
2947     ;2;19;m;syntax error:'vertical-align'
2948     #cssom
2949     | <p>
2950    
2951     #data
2952     p {
2953     vertical-align: top;
2954     }
2955     #cssom
2956     | <p>
2957     | vertical-align: top
2958    
2959     #data
2960     p {
2961     vertical-align: text-top;
2962     }
2963     #cssom
2964     | <p>
2965     | vertical-align: text-top
2966    
2967     #data
2968     p {
2969     vertical-align: middle;
2970     }
2971     #cssom
2972     | <p>
2973     | vertical-align: middle
2974    
2975     #data
2976     p {
2977     vertical-align: normal;
2978     }
2979     #errors
2980     ;2;19;m;syntax error:'vertical-align'
2981     #cssom
2982     | <p>
2983    
2984     #data
2985     p {
2986     vertical-align: bottom;
2987     }
2988     #cssom
2989     | <p>
2990     | vertical-align: bottom
2991    
2992     #data
2993     p {
2994     vertical-align: text-bottom;
2995     }
2996     #cssom
2997     | <p>
2998     | vertical-align: text-bottom
2999    
3000     #data
3001     p {
3002     vertical-align: 12%;
3003     }
3004     #cssom
3005     | <p>
3006     | vertical-align: 12%
3007    
3008     #data
3009     p {
3010     vertical-align: +12%;
3011     }
3012     #cssom
3013     | <p>
3014     | vertical-align: 12%
3015    
3016     #data
3017     p {
3018     vertical-align: -12%;
3019     }
3020     #cssom
3021     | <p>
3022     | vertical-align: -12%
3023    
3024     #data
3025     p {
3026     vertical-align: 10em;
3027     }
3028     #cssom
3029     | <p>
3030     | vertical-align: 10em
3031    
3032     #data
3033     p {
3034     vertical-align: +0000010em;
3035     }
3036     #cssom
3037     | <p>
3038     | vertical-align: 10em
3039    
3040     #data
3041     p {
3042     vertical-align: -00012.00000px;
3043     }
3044     #cssom
3045     | <p>
3046     | vertical-align: -12px
3047    
3048     #data
3049     p {
3050     vertical-align: inherit;
3051     }
3052     #cssom
3053     | <p>
3054     | vertical-align: inherit
3055 wakaba 1.3
3056 wakaba 1.6 #data
3057     p {
3058 wakaba 1.11 overflow: scroll;
3059     }
3060     #cssom
3061     | <p>
3062     | overflow: scroll
3063     | overflow-x: scroll
3064     | overflow-y: scroll
3065     #csstext
3066     p {
3067     overflow: scroll;
3068     }
3069    
3070     #data
3071     p {
3072     overflow: auto;
3073     }
3074     #cssom
3075     | <p>
3076     | overflow: auto
3077     | overflow-x: auto
3078     | overflow-y: auto
3079     #csstext
3080     p {
3081     overflow: auto;
3082     }
3083    
3084     #data
3085     p {
3086     overflow: hidden;
3087     }
3088     #cssom
3089     | <p>
3090     | overflow: hidden
3091     | overflow-x: hidden
3092     | overflow-y: hidden
3093     #csstext
3094     p {
3095     overflow: hidden;
3096     }
3097    
3098     #data
3099     p {
3100     overflow: visible;
3101     }
3102     #cssom
3103     | <p>
3104     | overflow: visible
3105     | overflow-x: visible
3106     | overflow-y: visible
3107     #csstext
3108     p {
3109     overflow: visible;
3110     }
3111    
3112     #data
3113     p {
3114     overflow: -moz-hidden-unscrollable;
3115     }
3116     #cssom
3117     | <p>
3118     | overflow: -moz-hidden-unscrollable
3119     | overflow-x: -moz-hidden-unscrollable
3120     | overflow-y: -moz-hidden-unscrollable
3121     #csstext
3122     p {
3123     overflow: -moz-hidden-unscrollable;
3124     }
3125    
3126     #data
3127     p {
3128     overflow: -webkit-marquee;
3129     }
3130     #cssom
3131     | <p>
3132     | overflow: -webkit-marquee
3133     | overflow-x: -webkit-marquee
3134     | overflow-y: -webkit-marquee
3135     #csstext
3136     p {
3137     overflow: -webkit-marquee;
3138     }
3139    
3140     #data
3141     p {
3142     overflow: inherit;
3143     }
3144     #cssom
3145     | <p>
3146     | overflow: inherit
3147     | overflow-x: inherit
3148     | overflow-y: inherit
3149     #csstext
3150     p {
3151     overflow: inherit;
3152     }
3153    
3154     #data
3155     p {
3156     overflow-x: scroll;
3157     overflow-y: auto;
3158     }
3159     #cssom
3160     | <p>
3161     | overflow-x: scroll
3162     | overflow-y: auto
3163     #csstext
3164     p {
3165     overflow-x: scroll;
3166     overflow-y: auto;
3167     }
3168    
3169     #data
3170     p {
3171     overflow-x: auto ! important;
3172     overflow-y: auto;
3173     }
3174     #cssom
3175     | <p>
3176     | overflow-x: auto !important
3177     | overflow-y: auto
3178     #csstext
3179     p {
3180     overflow-x: auto ! important;
3181     overflow-y: auto;
3182     }
3183    
3184     #data
3185     p {
3186     overflow-y: auto ! important;
3187     overflow-x: auto;
3188     }
3189     #cssom
3190     | <p>
3191     | overflow-x: auto
3192     | overflow-y: auto !important
3193     #csstext
3194     p {
3195     overflow-x: auto;
3196     overflow-y: auto ! important;
3197     }
3198    
3199     #data
3200     p {
3201     overflow-x: inherit;
3202     overflow-y: auto;
3203     }
3204     #cssom
3205     | <p>
3206     | overflow-x: inherit
3207     | overflow-y: auto
3208     #csstext
3209     p {
3210     overflow-x: inherit;
3211     overflow-y: auto;
3212     }
3213    
3214     #data
3215     p {
3216     overflow-x: auto;
3217     overflow-y: inherit;
3218     }
3219     #cssom
3220     | <p>
3221     | overflow-x: auto
3222     | overflow-y: inherit
3223     #csstext
3224     p {
3225     overflow-x: auto;
3226     overflow-y: inherit;
3227     }
3228    
3229     #data
3230     p {
3231     overflow-x: -moz-hidden-unscrollable;
3232     }
3233     #cssom
3234     | <p>
3235     | overflow-x: -moz-hidden-unscrollable
3236     #csstext
3237     p {
3238     overflow-x: -moz-hidden-unscrollable;
3239     }
3240    
3241     #data
3242     p {
3243     overflow-y: -webkit-marquee;
3244     }
3245     #cssom
3246     | <p>
3247     | overflow-y: -webkit-marquee
3248     #csstext
3249     p {
3250     overflow-y: -webkit-marquee;
3251     }
3252    
3253     #data
3254     p {
3255 wakaba 1.12 clip: inherit;
3256     }
3257     #cssom
3258     | <p>
3259     | clip: inherit
3260     #csstext
3261     p {
3262     clip: inherit;
3263     }
3264     #computed 1 p
3265     #computedtext 1 p
3266    
3267     #data
3268     p {
3269     clip: auto;
3270     }
3271     #cssom
3272     | <p>
3273     | clip: auto
3274     #csstext
3275     p {
3276     clip: auto;
3277     }
3278    
3279     #data
3280     p {
3281     clip: rect();
3282     }
3283     #errors
3284     ;2;14;m;syntax error:'clip'
3285     #cssom
3286     | <p>
3287    
3288     #data
3289     p {
3290     clip: rect(1px);
3291     }
3292     #errors
3293     ;2;17;m;syntax error:'clip'
3294     #cssom
3295     | <p>
3296    
3297     #data
3298     p {
3299     clip: rect(1px,2px);
3300     }
3301     #errors
3302     ;2;21;m;syntax error:'clip'
3303     #cssom
3304     | <p>
3305    
3306     #data
3307     p {
3308     clip: rect(1px, 2px,3px);
3309     }
3310     #errors
3311     ;2;26;m;syntax error:'clip'
3312     #cssom
3313     | <p>
3314    
3315     #data
3316     p {
3317     clip: rect(1px, 2px, 3px, 4px
3318     }
3319     #errors
3320     ;3;1;m;syntax error:'clip'
3321     #cssom
3322     | <p>
3323    
3324     #data
3325     p {
3326     clip: rect(0, 0, 0, 0)
3327     }
3328     #cssom
3329     | <p>
3330     | clip: rect(0px, 0px, 0px, 0px)
3331    
3332     #data
3333     p {
3334     clip: rect(1 1 1 1);
3335     }
3336     #errors
3337     ;2;14;m;syntax error:'clip'
3338     #cssom
3339     | <p>
3340    
3341     #data
3342     p {
3343     clip: rect(1 1 1 1)
3344     }
3345     #option q
3346     #cssom
3347     | <p>
3348     | clip: rect(1px, 1px, 1px, 1px)
3349    
3350     #data
3351     p {
3352     clip: rect(0 0 0 12)
3353     }
3354     #errors
3355     ;2;20;m;syntax error:'clip'
3356     #cssom
3357     | <p>
3358    
3359     #data
3360     p {
3361     clip: rect(0 0 0 12)
3362     }
3363     #option q
3364     #cssom
3365     | <p>
3366     | clip: rect(0px, 0px, 0px, 12px)
3367    
3368     #data
3369     p {
3370     clip: rect(1px 3px 2px 4px)
3371     }
3372     #cssom
3373     | <p>
3374     | clip: rect(1px, 3px, 2px, 4px)
3375    
3376     #data
3377     p {
3378     clip: rect(1px 3px 3px, 12px)
3379     }
3380     #cssom
3381     | <p>
3382     | clip: rect(1px, 3px, 3px, 12px)
3383    
3384     #data
3385     p {
3386     clip: rect(1px, 2px ,3px, 4px);
3387     }
3388     #cssom
3389     | <p>
3390     | clip: rect(1px, 2px, 3px, 4px)
3391     #csstext
3392     p {
3393     clip: rect(1px, 2px, 3px, 4px);
3394     }
3395     #computed 1 p
3396     -| clip: auto
3397     +| clip: rect(1px, 2px, 3px, 4px)
3398    
3399     #data
3400     p {
3401     clip: rect(+1px, +2px, +3px, +34px)
3402     }
3403     #cssom
3404     | <p>
3405     | clip: rect(1px, 2px, 3px, 34px)
3406    
3407     #data
3408     p {
3409     clip: rect(-1px, -0023.012px, -.4400em, -0.004400in);
3410     }
3411     #cssom
3412     | <p>
3413     | clip: rect(-1px, -23.012px, -0.44em, -0.0044in)
3414    
3415     #data
3416     p {
3417     clip: rect(1px, 2% 4em 6cm);
3418     }
3419     #errors
3420     ;2;19;m;syntax error:'clip'
3421     #cssom
3422     | <p>
3423    
3424     #data
3425     p {
3426     clip: rect(1px auto 3px, auto);
3427     }
3428     #cssom
3429     | <p>
3430     | clip: rect(1px, auto, 3px, auto)
3431    
3432     #data
3433     p {
3434     clip: rect(auto, auto, auto, auto)
3435     }
3436     #cssom
3437     | <p>
3438     | clip: rect(auto, auto, auto, auto)
3439     #csstext
3440     p {
3441     clip: rect(auto, auto, auto, auto);
3442     }
3443     #computed 1 p
3444     -| clip: auto
3445     +| clip: rect(auto, auto, auto, auto)
3446    
3447     #data
3448     p {
3449     clip: rect(inherit, 1px, auto, 2px);
3450     }
3451     #errors
3452     ;2;14;m;syntax error:'clip'
3453    
3454     #data
3455     p {
3456     clip: rect(1px, 2px, 3px, 4px );
3457     }
3458     #cssom
3459     | <p>
3460     | clip: rect(1px, 2px, 3px, 4px)
3461    
3462     #data
3463     p {
3464     clip: rect(1px, 2px, 3px, 4px 5px);
3465     }
3466     #errors
3467     ;2;33;m;syntax error:'clip'
3468     #cssom
3469     | <p>
3470    
3471     #data
3472     p {
3473     clip: rect(1px, 2px, 3px, 4px,);
3474     }
3475     #errors
3476     ;2;32;m;syntax error:'clip'
3477     #cssom
3478     | <p>
3479    
3480     #data
3481     p {
3482     clip: rect(1px, 2px, 3px, 4px, 5px);
3483     }
3484     #errors
3485     ;2;32;m;syntax error:'clip'
3486     #cssom
3487     | <p>
3488    
3489     #data
3490     p {
3491 wakaba 1.6 background-position: inherit;
3492     }
3493     #cssom
3494     | <p>
3495     | background-position: inherit
3496     | background-position-x: inherit
3497     | background-position-y: inherit
3498     #csstext
3499     p {
3500     background-position: inherit;
3501     }
3502 wakaba 1.1
3503 wakaba 1.6 #data
3504     p {
3505     background-position-x: inherit;
3506     }
3507     #cssom
3508     | <p>
3509     | background-position-x: inherit
3510     #csstext
3511     p {
3512     background-position-x: inherit;
3513     }
3514 wakaba 1.1
3515 wakaba 1.6 #data
3516     p {
3517     background-position-x: inherit;
3518     background-position-y: inherit;
3519     }
3520     #cssom
3521     | <p>
3522     | background-position: inherit
3523     | background-position-x: inherit
3524     | background-position-y: inherit
3525     #csstext
3526     p {
3527     background-position: inherit;
3528     }
3529 wakaba 1.1
3530 wakaba 1.6 #data
3531     p {
3532     background-position-x: inherit;
3533     background-position-y: inherit !important;
3534     }
3535     #cssom
3536     | <p>
3537     | background-position-x: inherit
3538     | background-position-y: inherit !important
3539     #csstext
3540     p {
3541     background-position-x: inherit;
3542     background-position-y: inherit ! important;
3543     }
3544 wakaba 1.1
3545 wakaba 1.6 #data
3546     p {
3547     background-position-x: inherit;
3548     background-position-y: 50%;
3549     }
3550     #cssom
3551     | <p>
3552     | background-position-x: inherit
3553     | background-position-y: 50%
3554     #csstext
3555     p {
3556     background-position-x: inherit;
3557     background-position-y: 50%;
3558     }
3559 wakaba 1.1
3560 wakaba 1.6 #data
3561     p {
3562     background-position-x: 12.4%;
3563     background-position-y: inherit;
3564     }
3565     #cssom
3566     | <p>
3567     | background-position-x: 12.4%
3568     | background-position-y: inherit
3569     #csstext
3570     p {
3571     background-position-x: 12.4%;
3572     background-position-y: inherit;
3573     }
3574    
3575     #data
3576     p {
3577     background-position: 12.3% 3px;
3578     }
3579     #cssom
3580     | <p>
3581     | background-position: 12.3% 3px
3582     | background-position-x: 12.3%
3583     | background-position-y: 3px
3584     #csstext
3585     p {
3586     background-position: 12.3% 3px;
3587     }
3588    
3589     #data
3590     p {
3591     background-position-x: 12.3%;
3592     background-position-y: 3px ! important;
3593     }
3594     #cssom
3595     | <p>
3596     | background-position-x: 12.3%
3597     | background-position-y: 3px !important
3598     #csstext
3599     p {
3600     background-position-x: 12.3%;
3601     background-position-y: 3px ! important;
3602     }
3603    
3604     #data
3605     p {
3606     background-position-x: 12.3% ! important;
3607     background-position-y: 3px;
3608     }
3609     #cssom
3610     | <p>
3611     | background-position-x: 12.3% !important
3612     | background-position-y: 3px
3613     #csstext
3614     p {
3615     background-position-x: 12.3% ! important;
3616     background-position-y: 3px;
3617     }
3618    
3619     #data
3620     p {
3621     background-position-x: 12.3% !important;
3622     background-position-y: 3px ! important;
3623     }
3624     #cssom
3625     | <p>
3626     | background-position: 12.3% 3px !important
3627     | background-position-x: 12.3% !important
3628     | background-position-y: 3px !important
3629     #csstext
3630     p {
3631     background-position: 12.3% 3px ! important;
3632     }
3633    
3634     #data
3635     p {
3636 wakaba 1.9 background-position: +12px +34px;
3637     }
3638     #cssom
3639     | <p>
3640     | background-position: 12px 34px
3641     | background-position-x: 12px
3642     | background-position-y: 34px
3643    
3644     #data
3645     p {
3646     background-position: -12px -34px;
3647     }
3648     #cssom
3649     | <p>
3650     | background-position: -12px -34px
3651     | background-position-x: -12px
3652     | background-position-y: -34px
3653    
3654     #data
3655     p {
3656     background-position: left +34px;
3657     }
3658     #cssom
3659     | <p>
3660     | background-position: left 34px
3661     | background-position-x: left
3662     | background-position-y: 34px
3663    
3664     #data
3665     p {
3666     background-position: +12px bottom
3667     }
3668     #cssom
3669     | <p>
3670     | background-position: 12px bottom
3671     | background-position-x: 12px
3672     | background-position-y: bottom
3673    
3674     #data
3675     p {
3676     background-position: +12px
3677     }
3678     #cssom
3679     | <p>
3680     | background-position: 12px 50%
3681     | background-position-x: 12px
3682     | background-position-y: 50%
3683    
3684     #data
3685     p {
3686     background-position: +12px left;
3687     }
3688     #errors
3689     ;2;30;m;no property semicolon
3690     #cssom
3691     | <p>
3692    
3693     #data
3694     p {
3695     background-position: 12px +top;
3696     }
3697     #errors
3698     ;2;30;m;syntax error:'background-position'
3699     #cssom
3700     | <p>
3701    
3702     #data
3703     p {
3704 wakaba 1.6 background:;
3705     }
3706     #errors
3707     ;2;14;m;syntax error:'background'
3708     #cssom
3709     | <p>
3710    
3711     #data
3712     p {
3713     background:
3714     #errors
3715     ;2;14;m;syntax error:'background'
3716     ;2;14;m;block not closed
3717     #cssom
3718     | <p>
3719    
3720     #data
3721     p {
3722     background: -;
3723     }
3724     #errors
3725     ;2;16;m;syntax error:'background'
3726     #cssom
3727     | <p>
3728    
3729     #data
3730     p {
3731     background: +;
3732     }
3733     #errors
3734     ;2;16;m;syntax error:'background'
3735     #cssom
3736     | <p>
3737    
3738     #data
3739     p {
3740     background: +
3741     #errors
3742     ;2;16;m;syntax error:'background'
3743     ;2;16;m;block not closed
3744     #cssom
3745     | <p>
3746    
3747     #data
3748     p {
3749     background: none;
3750     }
3751     #cssom
3752     | <p>
3753     | background: transparent none repeat scroll 0% 0%
3754     | background-attachment: scroll
3755     | background-color: transparent
3756     | background-image: none
3757     | background-position: 0% 0%
3758     | background-position-x: 0%
3759     | background-position-y: 0%
3760     | background-repeat: repeat
3761     #csstext
3762     p {
3763     background: transparent none repeat scroll 0% 0%;
3764     }
3765    
3766     #data
3767     p {
3768     background: url(bg);
3769     }
3770     #cssom
3771     | <p>
3772     | background: url(bg)
3773     | background-attachment: scroll
3774     | background-color: transparent
3775     | background-image: url(bg)
3776     | background-position: 0% 0%
3777     | background-position-x: 0%
3778     | background-position-y: 0%
3779     | background-repeat: repeat
3780     #csstext
3781     p {
3782     background: url(bg);
3783     }
3784     #computed 1 p
3785     -| background: transparent none repeat scroll 0% 0%
3786     +| background: url(thismessage:/bg)
3787     -| background-image: none
3788     +| background-image: url(thismessage:/bg)
3789    
3790     #data
3791     p {
3792     background: -url(bg);
3793     }
3794     #errors
3795     ;2;15;m;syntax error:'background'
3796     #cssom
3797     | <p>
3798    
3799     #data
3800     p {
3801     background: -/**/url(bg);
3802     }
3803     #errors
3804     ;2;20;m;syntax error:'background'
3805     #cssom
3806     | <p>
3807    
3808     #data
3809     p {
3810     background: +url(bg);
3811     }
3812     #errors
3813     ;2;16;m;syntax error:'background'
3814     #cssom
3815     | <p>
3816    
3817     #data
3818     p {
3819     background: 12% url(a);
3820     }
3821     #cssom
3822     | <p>
3823     | background: url(a) 12% 50%
3824     | background-attachment: scroll
3825     | background-color: transparent
3826     | background-image: url(a)
3827     | background-position: 12% 50%
3828     | background-position-x: 12%
3829     | background-position-y: 50%
3830     | background-repeat: repeat
3831    
3832     #data
3833     p {
3834     background: url(a) url(b);
3835     }
3836     #errors
3837     ;2;22;m;no property semicolon
3838     #cssom
3839     | <p>
3840    
3841     #data
3842     p {
3843     background: fixed center;
3844     }
3845     #cssom
3846     | <p>
3847     | background: fixed center center
3848     | background-attachment: fixed
3849     | background-color: transparent
3850     | background-image: none
3851     | background-position: center center
3852     | background-position-x: center
3853     | background-position-y: center
3854     | background-repeat: repeat
3855     #csstext
3856     p {
3857     background: fixed center center;
3858     }
3859    
3860     #data
3861     p {
3862     background: left;
3863     }
3864     #cssom
3865     | <p>
3866     | background: left center
3867     | background-attachment: scroll
3868     | background-color: transparent
3869     | background-image: none
3870     | background-position: left center
3871     | background-position-x: left
3872     | background-position-y: center
3873     | background-repeat: repeat
3874    
3875     #data
3876     p {
3877     background: left 1px;
3878     }
3879     #cssom
3880     | <p>
3881     | background: left 1px
3882     | background-attachment: scroll
3883     | background-color: transparent
3884     | background-image: none
3885     | background-position: left 1px
3886     | background-position-x: left
3887     | background-position-y: 1px
3888     | background-repeat: repeat
3889    
3890     #data
3891     p {
3892     background: left 1%;
3893     }
3894     #cssom
3895     | <p>
3896     | background: left 1%
3897     | background-attachment: scroll
3898     | background-color: transparent
3899     | background-image: none
3900     | background-position: left 1%
3901     | background-position-x: left
3902     | background-position-y: 1%
3903     | background-repeat: repeat
3904    
3905     #data
3906     p {
3907     background: left none;
3908     }
3909     #cssom
3910     | <p>
3911     | background: left center
3912     | background-attachment: scroll
3913     | background-color: transparent
3914     | background-image: none
3915     | background-position: left center
3916     | background-position-x: left
3917     | background-position-y: center
3918     | background-repeat: repeat
3919    
3920     #data
3921     p {
3922     background: left url(a);
3923     }
3924     #cssom
3925     | <p>
3926     | background: url(a) left center
3927     | background-attachment: scroll
3928     | background-color: transparent
3929     | background-image: url(a)
3930     | background-position: left center
3931     | background-position-x: left
3932     | background-position-y: center
3933     | background-repeat: repeat
3934    
3935     #data
3936     p {
3937     background: left -12px;
3938     }
3939     #cssom
3940     | <p>
3941     | background: left -12px
3942     | background-attachment: scroll
3943     | background-color: transparent
3944     | background-image: none
3945     | background-position: left -12px
3946     | background-position-x: left
3947     | background-position-y: -12px
3948     | background-repeat: repeat
3949    
3950     #data
3951     p {
3952     background: left +12px;
3953     }
3954     #cssom
3955     | <p>
3956     | background: left 12px
3957     | background-attachment: scroll
3958     | background-color: transparent
3959     | background-image: none
3960     | background-position: left 12px
3961     | background-position-x: left
3962     | background-position-y: 12px
3963     | background-repeat: repeat
3964    
3965     #data
3966     p {
3967     background: left +;
3968     }
3969     #errors
3970     ;2;21;m;syntax error:'background'
3971     #cssom
3972     | <p>
3973    
3974     #data
3975     p {
3976     background: left -;
3977     }
3978     #errors
3979     ;2;21;m;syntax error:'background'
3980     #cssom
3981     | <p>
3982    
3983     #data
3984     p {
3985     background: top left;
3986     }
3987     #cssom
3988     | <p>
3989     | background: left top
3990     | background-attachment: scroll
3991     | background-color: transparent
3992     | background-image: none
3993     | background-position: left top
3994     | background-position-x: left
3995     | background-position-y: top
3996     | background-repeat: repeat
3997    
3998     #data
3999     p {
4000     background: top center;
4001     }
4002     #cssom
4003     | <p>
4004     | background: center top
4005     | background-attachment: scroll
4006     | background-color: transparent
4007     | background-image: none
4008     | background-position: center top
4009     | background-position-x: center
4010     | background-position-y: top
4011     | background-repeat: repeat
4012    
4013     #data
4014     p {
4015     background: top right;
4016     }
4017     #cssom
4018     | <p>
4019     | background: right top
4020     | background-attachment: scroll
4021     | background-color: transparent
4022     | background-image: none
4023     | background-position: right top
4024     | background-position-x: right
4025     | background-position-y: top
4026     | background-repeat: repeat
4027    
4028     #data
4029     p {
4030     background: bottom left;
4031     }
4032     #cssom
4033     | <p>
4034     | background: left bottom
4035     | background-attachment: scroll
4036     | background-color: transparent
4037     | background-image: none
4038     | background-position: left bottom
4039     | background-position-x: left
4040     | background-position-y: bottom
4041     | background-repeat: repeat
4042    
4043     #data
4044     p {
4045     background: bottom center;
4046     }
4047     #cssom
4048     | <p>
4049     | background: center bottom
4050     | background-attachment: scroll
4051     | background-color: transparent
4052     | background-image: none
4053     | background-position: center bottom
4054     | background-position-x: center
4055     | background-position-y: bottom
4056     | background-repeat: repeat
4057    
4058     #data
4059     p {
4060     background: bottom right;
4061     }
4062     #cssom
4063     | <p>
4064     | background: right bottom
4065     | background-attachment: scroll
4066     | background-color: transparent
4067     | background-image: none
4068     | background-position: right bottom
4069     | background-position-x: right
4070     | background-position-y: bottom
4071     | background-repeat: repeat
4072    
4073     #data
4074     p {
4075     background: top -12px;
4076     }
4077     #errors
4078     ;2;20;m;syntax error:'background'
4079     #cssom
4080     | <p>
4081    
4082     #data
4083     p {
4084     background: top +12px;
4085     }
4086     #errors
4087     ;2;20;m;syntax error:'background'
4088     #cssom
4089     | <p>
4090    
4091     #data
4092     p {
4093     background: -12px;
4094     }
4095     #cssom
4096     | <p>
4097     | background: -12px 50%
4098     | background-attachment: scroll
4099     | background-color: transparent
4100     | background-image: none
4101     | background-position: -12px 50%
4102     | background-position-x: -12px
4103     | background-position-y: 50%
4104     | background-repeat: repeat
4105    
4106     #data
4107     p {
4108     background: +12px;
4109     }
4110     #cssom
4111     | <p>
4112     | background: 12px 50%
4113     | background-attachment: scroll
4114     | background-color: transparent
4115     | background-image: none
4116     | background-position: 12px 50%
4117     | background-position-x: 12px
4118     | background-position-y: 50%
4119     | background-repeat: repeat
4120    
4121     #data
4122     p {
4123     background: 2% bottom;
4124     }
4125     #cssom
4126     | <p>
4127     | background: 2% bottom
4128     | background-attachment: scroll
4129     | background-color: transparent
4130     | background-image: none
4131     | background-position: 2% bottom
4132     | background-position-x: 2%
4133     | background-position-y: bottom
4134     | background-repeat: repeat
4135    
4136     #data
4137     p {
4138     background: 2% left;
4139     }
4140     #errors
4141     ;2;18;m;syntax error:color
4142     #cssom
4143     | <p>
4144    
4145     #data
4146     p {
4147     background: none;
4148     background-attachment: scroll ! important;
4149     }
4150     #cssom
4151     | <p>
4152     | background-attachment: scroll !important
4153     | background-color: transparent
4154     | background-image: none
4155     | background-position: 0% 0%
4156     | background-position-x: 0%
4157     | background-position-y: 0%
4158     | background-repeat: repeat
4159     #csstext
4160     p {
4161     background-attachment: scroll ! important;
4162     background-color: transparent;
4163     background-image: none;
4164     background-position: 0% 0%;
4165     background-repeat: repeat;
4166     }
4167    
4168     #data
4169     p {
4170     background: 0 -12px;
4171     }
4172     #cssom
4173     | <p>
4174     | background: 0px -12px
4175     | background-attachment: scroll
4176     | background-color: transparent
4177     | background-image: none
4178     | background-position: 0px -12px
4179     | background-position-x: 0px
4180     | background-position-y: -12px
4181     | background-repeat: repeat
4182    
4183     #data
4184     p {
4185     background: 0 +12px;
4186     }
4187     #cssom
4188     | <p>
4189     | background: 0px 12px
4190     | background-attachment: scroll
4191     | background-color: transparent
4192     | background-image: none
4193     | background-position: 0px 12px
4194     | background-position-x: 0px
4195     | background-position-y: 12px
4196     | background-repeat: repeat
4197    
4198     #data
4199     p {
4200     background: none;
4201     background-color: red ! important;
4202     }
4203     #cssom
4204     | <p>
4205     | background-attachment: scroll
4206     | background-color: red !important
4207     | background-image: none
4208     | background-position: 0% 0%
4209     | background-position-x: 0%
4210     | background-position-y: 0%
4211     | background-repeat: repeat
4212     #csstext
4213     p {
4214     background-attachment: scroll;
4215     background-color: red ! important;
4216     background-image: none;
4217     background-position: 0% 0%;
4218     background-repeat: repeat;
4219     }
4220    
4221     #data
4222     p {
4223     background: none ! important;
4224     background-color: transparent ! important;
4225     }
4226     #cssom
4227     | <p>
4228     | background: transparent none repeat scroll 0% 0% !important
4229     | background-attachment: scroll !important
4230     | background-color: transparent !important
4231     | background-image: none !important
4232     | background-position: 0% 0% !important
4233     | background-position-x: 0% !important
4234     | background-position-y: 0% !important
4235     | background-repeat: repeat !important
4236     #csstext
4237     p {
4238     background: transparent none repeat scroll 0% 0% ! important;
4239     }
4240    
4241     #data
4242     p {
4243     background: none !important;
4244     background-color: blue;
4245     }
4246     #cssom
4247     | <p>
4248     | background: transparent none repeat scroll 0% 0% !important
4249     | background-attachment: scroll !important
4250     | background-color: transparent !important
4251     | background-image: none !important
4252     | background-position: 0% 0% !important
4253     | background-position-x: 0% !important
4254     | background-position-y: 0% !important
4255     | background-repeat: repeat !important
4256     #csstext
4257     p {
4258     background: transparent none repeat scroll 0% 0% ! important;
4259     }
4260    
4261     #data
4262     p {
4263     background: none;
4264     background-image: none ! important;
4265     }
4266     #cssom
4267     | <p>
4268     | background-attachment: scroll
4269     | background-color: transparent
4270     | background-image: none !important
4271     | background-position: 0% 0%
4272     | background-position-x: 0%
4273     | background-position-y: 0%
4274     | background-repeat: repeat
4275     #csstext
4276     p {
4277     background-attachment: scroll;
4278     background-color: transparent;
4279     background-image: none ! important;
4280     background-position: 0% 0%;
4281     background-repeat: repeat;
4282     }
4283    
4284     #data
4285     p {
4286     background: none;
4287     background-position: left top !important;
4288     }
4289     #cssom
4290     | <p>
4291     | background-attachment: scroll
4292     | background-color: transparent
4293     | background-image: none
4294     | background-position: left top !important
4295     | background-position-x: left !important
4296     | background-position-y: top !important
4297     | background-repeat: repeat
4298     #csstext
4299     p {
4300     background-attachment: scroll;
4301     background-color: transparent;
4302     background-image: none;
4303     background-position: left top ! important;
4304     background-repeat: repeat;
4305     }
4306    
4307     #data
4308     p {
4309     background: none;
4310     background-position-x: left !important;
4311     }
4312     #cssom
4313     | <p>
4314     | background-attachment: scroll
4315     | background-color: transparent
4316     | background-image: none
4317     | background-position-x: left !important
4318     | background-position-y: 0%
4319     | background-repeat: repeat
4320     #csstext
4321     p {
4322     background-attachment: scroll;
4323     background-color: transparent;
4324     background-image: none;
4325     background-position-x: left ! important;
4326     background-position-y: 0%;
4327     background-repeat: repeat;
4328     }
4329    
4330     #data
4331     p {
4332     background: none;
4333     background-position-y: 12% !important;
4334     }
4335     #cssom
4336     | <p>
4337     | background-attachment: scroll
4338     | background-color: transparent
4339     | background-image: none
4340     | background-position-x: 0%
4341     | background-position-y: 12% !important
4342     | background-repeat: repeat
4343     #csstext
4344     p {
4345     background-attachment: scroll;
4346     background-color: transparent;
4347     background-image: none;
4348     background-position-x: 0%;
4349     background-position-y: 12% ! important;
4350     background-repeat: repeat;
4351     }
4352    
4353     #data
4354     p {
4355     background: none;
4356     background-repeat: no-repeat ! important;
4357     }
4358     #cssom
4359     | <p>
4360     | background-attachment: scroll
4361     | background-color: transparent
4362     | background-image: none
4363     | background-position: 0% 0%
4364     | background-position-x: 0%
4365     | background-position-y: 0%
4366     | background-repeat: no-repeat !important
4367     #csstext
4368     p {
4369     background-attachment: scroll;
4370     background-color: transparent;
4371     background-image: none;
4372     background-position: 0% 0%;
4373     background-repeat: no-repeat ! important;
4374     }
4375    
4376     #data
4377     p {
4378     background: none !important;
4379     }
4380     #cssom
4381     | <p>
4382     | background: transparent none repeat scroll 0% 0% !important
4383     | background-attachment: scroll !important
4384     | background-color: transparent !important
4385     | background-image: none !important
4386     | background-position: 0% 0% !important
4387     | background-position-x: 0% !important
4388     | background-position-y: 0% !important
4389     | background-repeat: repeat !important
4390     #csstext
4391     p {
4392     background: transparent none repeat scroll 0% 0% ! important;
4393     }
4394    
4395     #data
4396     p {
4397     background: none;
4398     background-image: inherit;
4399     }
4400     #cssom
4401     | <p>
4402     | background-attachment: scroll
4403     | background-color: transparent
4404     | background-image: inherit
4405     | background-position: 0% 0%
4406     | background-position-x: 0%
4407     | background-position-y: 0%
4408     | background-repeat: repeat
4409     #csstext
4410     p {
4411     background-attachment: scroll;
4412     background-color: transparent;
4413     background-image: inherit;
4414     background-position: 0% 0%;
4415     background-repeat: repeat;
4416     }
4417    
4418     #data
4419     p {
4420     background: inherit;
4421     }
4422     #cssom
4423     | <p>
4424     | background: inherit
4425     | background-attachment: inherit
4426     | background-color: inherit
4427     | background-image: inherit
4428     | background-position: inherit
4429     | background-position-x: inherit
4430     | background-position-y: inherit
4431     | background-repeat: inherit
4432     #csstext
4433     p {
4434     background: inherit;
4435     }
4436    
4437     #data
4438     p {
4439     background: none;
4440     background-color: inherit;
4441     }
4442     #cssom
4443     | <p>
4444     | background-attachment: scroll
4445     | background-color: inherit
4446     | background-image: none
4447     | background-position: 0% 0%
4448     | background-position-x: 0%
4449     | background-position-y: 0%
4450     | background-repeat: repeat
4451     #csstext
4452     p {
4453     background-attachment: scroll;
4454     background-color: inherit;
4455     background-image: none;
4456     background-position: 0% 0%;
4457     background-repeat: repeat;
4458     }
4459    
4460     #data
4461     p {
4462     background: none;
4463     background-position: inherit;
4464     }
4465     #cssom
4466     | <p>
4467     | background-attachment: scroll
4468     | background-color: transparent
4469     | background-image: none
4470     | background-position: inherit
4471     | background-position-x: inherit
4472     | background-position-y: inherit
4473     | background-repeat: repeat
4474     #csstext
4475     p {
4476     background-attachment: scroll;
4477     background-color: transparent;
4478     background-image: none;
4479     background-position: inherit;
4480     background-repeat: repeat;
4481     }
4482    
4483     #data
4484     p {
4485     background: inherit;
4486     background-position-y: -13%;
4487     }
4488     #cssom
4489     | <p>
4490     | background-attachment: inherit
4491     | background-color: inherit
4492     | background-image: inherit
4493     | background-position-x: inherit
4494     | background-position-y: -13%
4495     | background-repeat: inherit
4496     #csstext
4497     p {
4498     background-attachment: inherit;
4499     background-color: inherit;
4500     background-image: inherit;
4501     background-position-x: inherit;
4502     background-position-y: -13%;
4503     background-repeat: inherit;
4504     }
4505    
4506     #data
4507     p {
4508     background: blue;
4509     background-position: inherit;
4510     }
4511     #cssom
4512     | <p>
4513     | background-attachment: scroll
4514     | background-color: blue
4515     | background-image: none
4516     | background-position: inherit
4517     | background-position-x: inherit
4518     | background-position-y: inherit
4519     | background-repeat: repeat
4520     #csstext
4521     p {
4522     background-attachment: scroll;
4523     background-color: blue;
4524     background-image: none;
4525     background-position: inherit;
4526     background-repeat: repeat;
4527     }
4528    
4529     #data
4530     p {
4531     background: inherit;
4532     background-position-x: -13%;
4533     }
4534     #cssom
4535     | <p>
4536     | background-attachment: inherit
4537     | background-color: inherit
4538     | background-image: inherit
4539     | background-position-x: -13%
4540     | background-position-y: inherit
4541     | background-repeat: inherit
4542     #csstext
4543     p {
4544     background-attachment: inherit;
4545     background-color: inherit;
4546     background-image: inherit;
4547     background-position-x: -13%;
4548     background-position-y: inherit;
4549     background-repeat: inherit;
4550     }
4551    
4552     #data
4553     p {
4554     background: blue;
4555     background-position-y: inherit;
4556     }
4557     #cssom
4558     | <p>
4559     | background-attachment: scroll
4560     | background-color: blue
4561     | background-image: none
4562     | background-position-x: 0%
4563     | background-position-y: inherit
4564     | background-repeat: repeat
4565     #csstext
4566     p {
4567     background-attachment: scroll;
4568     background-color: blue;
4569     background-image: none;
4570     background-position-x: 0%;
4571     background-position-y: inherit;
4572     background-repeat: repeat;
4573     }
4574    
4575     #data
4576     p {
4577     background: blue;
4578     background-position: inherit;
4579     background-position-y: inherit ! important;
4580     }
4581     #cssom
4582     | <p>
4583     | background-attachment: scroll
4584     | background-color: blue
4585     | background-image: none
4586     | background-position-x: inherit
4587     | background-position-y: inherit !important
4588     | background-repeat: repeat
4589     #csstext
4590     p {
4591     background-attachment: scroll;
4592     background-color: blue;
4593     background-image: none;
4594     background-position-x: inherit;
4595     background-position-y: inherit ! important;
4596     background-repeat: repeat;
4597     }
4598    
4599     #data
4600     p {
4601     background: none;
4602     background-repeat: inherit;
4603     }
4604     #cssom
4605     | <p>
4606     | background-attachment: scroll
4607     | background-color: transparent
4608     | background-image: none
4609     | background-position: 0% 0%
4610     | background-position-x: 0%
4611     | background-position-y: 0%
4612     | background-repeat: inherit
4613     #csstext
4614     p {
4615     background-attachment: scroll;
4616     background-color: transparent;
4617     background-image: none;
4618     background-position: 0% 0%;
4619     background-repeat: inherit;
4620     }
4621 wakaba 1.10
4622     #data
4623     p {
4624     opacity: 0.4;
4625     }
4626     #cssom
4627     | <p>
4628     | -moz-opacity: 0.4
4629     | opacity: 0.4
4630     #csstext
4631     p {
4632     opacity: 0.4;
4633     }
4634    
4635     #data
4636     p {
4637     opacity: +0.4;
4638     }
4639     #cssom
4640     | <p>
4641     | -moz-opacity: 0.4
4642     | opacity: 0.4
4643     #csstext
4644     p {
4645     opacity: 0.4;
4646     }
4647    
4648     #data
4649     p {
4650     opacity: 0.40000;
4651     }
4652     #cssom
4653     | <p>
4654     | -moz-opacity: 0.4
4655     | opacity: 0.4
4656     #csstext
4657     p {
4658     opacity: 0.4;
4659     }
4660    
4661     #data
4662     p {
4663     opacity: 0000000.4;
4664     }
4665     #cssom
4666     | <p>
4667     | -moz-opacity: 0.4
4668     | opacity: 0.4
4669     #csstext
4670     p {
4671     opacity: 0.4;
4672     }
4673    
4674     #data
4675     p {
4676     opacity: 0.0000;
4677     }
4678     #cssom
4679     | <p>
4680     | -moz-opacity: 0
4681     | opacity: 0
4682     #csstext
4683     p {
4684     opacity: 0;
4685     }
4686    
4687     #data
4688     p {
4689     opacity: 00000;
4690     }
4691     #cssom
4692     | <p>
4693     | -moz-opacity: 0
4694     | opacity: 0
4695     #csstext
4696     p {
4697     opacity: 0;
4698     }
4699    
4700     #data
4701     p {
4702     opacity: +0;
4703     }
4704     #cssom
4705     | <p>
4706     | -moz-opacity: 0
4707     | opacity: 0
4708     #csstext
4709     p {
4710     opacity: 0;
4711     }
4712    
4713     #data
4714     p {
4715     opacity: -0;
4716     }
4717     #cssom
4718     | <p>
4719     | -moz-opacity: 0
4720     | opacity: 0
4721     #csstext
4722     p {
4723     opacity: 0;
4724     }
4725    
4726     #data
4727     p {
4728     opacity: inherit;
4729     }
4730     #cssom
4731     | <p>
4732     | -moz-opacity: inherit
4733     | opacity: inherit
4734     #csstext
4735     p {
4736     opacity: inherit;
4737     }
4738    
4739     #data
4740     p {
4741     opacity: +inherit;
4742     }
4743     #errors
4744     ;2;13;m;syntax error:'opacity'
4745     #cssom
4746     | <p>
4747    
4748     #data
4749     p {
4750     -moz-opacity: 0;
4751     }
4752     #cssom
4753     | <p>
4754     | -moz-opacity: 0
4755     | opacity: 0
4756     #csstext
4757     p {
4758     opacity: 0;
4759     }
4760    
4761     #data
4762     p {
4763     -moz-opacity: 0.4;
4764     }
4765     #cssom
4766     | <p>
4767     | -moz-opacity: 0.4
4768     | opacity: 0.4
4769     #csstext
4770     p {
4771     opacity: 0.4;
4772     }
4773    
4774     #data
4775     p {
4776     -moz-opacity: inherit;
4777     }
4778     #cssom
4779     | <p>
4780     | -moz-opacity: inherit
4781     | opacity: inherit
4782     #csstext
4783     p {
4784     opacity: inherit;
4785     }
4786    
4787     #data
4788     p {
4789     -moz-opacity: +inherit;
4790     }
4791     #errors
4792     ;2;18;m;syntax error:'-moz-opacity'
4793     #cssom
4794     | <p>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24