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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon Jan 14 13:53:50 2008 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	14 Jan 2008 13:53:09 -0000
2008-01-14  Wakaba  <wakaba@suika.fam.cx>

	* CSS-Parser-1.t, css-1.dat: New test files.

++ whatpm/Whatpm/CSS/ChangeLog	14 Jan 2008 13:53:42 -0000
	* Parser.pm (-moz-opacity): DOM attribute name was wrong.

2008-01-14  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #data
2     p {
3     color: blue;
4     }
5     q {
6     color: green;
7     }
8     #cssom
9     | <p>
10     | color: blue
11     | <q>
12     | color: green
13     #csstext
14     p {
15     color: blue;
16     }
17     q {
18     color: green;
19     }
20    
21     #data
22     p {
23     color: blue !important;
24     }
25     #cssom
26     | <p>
27     | color: blue !important
28     #csstext
29     p {
30     color: blue ! important;
31     }
32    
33     #data
34     p {
35     margin: 1px;
36     }
37     #cssom
38     | <p>
39     | margin: 1px
40     | margin-bottom: 1px
41     | margin-left: 1px
42     | margin-right: 1px
43     | margin-top: 1px
44     #csstext
45     p {
46     margin: 1px;
47     }
48    
49     #html 1
50     <!DOCTYPE HTML><p>
51    
52     #data
53     p {
54     color: blue;
55     }
56     #computed 1 p
57     -| color: -manakai-default
58     +| color: rgb(0, 0, 255)
59     -| border: 0px none -manakai-default
60     +| border: 0px none rgb(0, 0, 255)
61     -| border-bottom: 0px none -manakai-default
62     +| border-bottom: 0px none rgb(0, 0, 255)
63     -| border-bottom-color: -manakai-default
64     +| border-bottom-color: rgb(0, 0, 255)
65     -| border-color: -manakai-default
66     +| border-color: rgb(0, 0, 255)
67     -| border-left: 0px none -manakai-default
68     +| border-left: 0px none rgb(0, 0, 255)
69     -| border-left-color: -manakai-default
70     +| border-left-color: rgb(0, 0, 255)
71     -| border-right: 0px none -manakai-default
72     +| border-right: 0px none rgb(0, 0, 255)
73     -| border-right-color: -manakai-default
74     +| border-right-color: rgb(0, 0, 255)
75     -| border-top: 0px none -manakai-default
76     +| border-top: 0px none rgb(0, 0, 255)
77     -| border-top-color: -manakai-default
78     +| border-top-color: rgb(0, 0, 255)
79     #computedtext 1 p
80     - color: -manakai-default;
81     + color: rgb(0, 0, 255);
82     - border: 0px none -manakai-default;
83     + border: 0px none rgb(0, 0, 255);
84    
85    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24