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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun Jan 27 07:19:05 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	27 Jan 2008 07:19:02 -0000
	* CSS-Parser-1.t: Files |css-text.dat| and |css-paged.dat|
	are added.

	* css-visual.dat: New test data for 'background-position' are
	added.

	* css-text.dat: New test file.

	* css-paged.dat: New test file.

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

++ whatpm/Whatpm/CSS/ChangeLog	27 Jan 2008 07:18:18 -0000
	* Parser.pm ($parse_color): Support for '+'.  HSL to RGB
	convertion was wrong.
	('orphans', 'background-position' parse): Support for '+'.

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

1 wakaba 1.1 #data
2     p {
3     orphans: 3;
4     }
5     #cssom
6     | <p>
7     | orphans: 3
8     #csstext
9     p {
10     orphans: 3;
11     }
12    
13     #data
14     p {
15     orphans: +3;
16     }
17     #cssom
18     | <p>
19     | orphans: 3
20     #csstext
21     p {
22     orphans: 3;
23     }
24    
25     #data
26     p {
27     orphans: -3;
28     }
29     #cssom
30     | <p>
31     | orphans: -3
32     #csstext
33     p {
34     orphans: -3;
35     }
36    
37     #data
38     p {
39     orphans: 0;
40     }
41     #cssom
42     | <p>
43     | orphans: 0
44     #csstext
45     p {
46     orphans: 0;
47     }
48    
49     #data
50     p {
51     orphans: +0;
52     }
53     #cssom
54     | <p>
55     | orphans: 0
56     #csstext
57     p {
58     orphans: 0;
59     }
60    
61     #data
62     p {
63     orphans: -0;
64     }
65     #cssom
66     | <p>
67     | orphans: 0
68     #csstext
69     p {
70     orphans: 0;
71     }
72    
73     #data
74     p {
75     orphans: 000003.000;
76     }
77     #cssom
78     | <p>
79     | orphans: 3
80     #csstext
81     p {
82     orphans: 3;
83     }
84    
85     #data
86     p {
87     orphans: inherit;
88     }
89     #cssom
90     | <p>
91     | orphans: inherit
92    
93     #data
94     p {
95     orphans: +inherit;
96     }
97     #errors
98     ;2;13;m;syntax error:'orphans'
99     #cssom
100     | <p>
101    
102     #data
103     p {
104     widows: 3;
105     }
106     #cssom
107     | <p>
108     | widows: 3
109     #csstext
110     p {
111     widows: 3;
112     }
113    
114     #data
115     p {
116     widows: +3;
117     }
118     #cssom
119     | <p>
120     | widows: 3
121     #csstext
122     p {
123     widows: 3;
124     }
125    
126     #data
127     p {
128     widows: -3;
129     }
130     #cssom
131     | <p>
132     | widows: -3
133     #csstext
134     p {
135     widows: -3;
136     }
137    
138     #data
139     p {
140     widows: 0;
141     }
142     #cssom
143     | <p>
144     | widows: 0
145     #csstext
146     p {
147     widows: 0;
148     }
149    
150     #data
151     p {
152     widows: +0;
153     }
154     #cssom
155     | <p>
156     | widows: 0
157     #csstext
158     p {
159     widows: 0;
160     }
161    
162     #data
163     p {
164     widows: -0;
165     }
166     #cssom
167     | <p>
168     | widows: 0
169     #csstext
170     p {
171     widows: 0;
172     }
173    
174     #data
175     p {
176     widows: 000003.000;
177     }
178     #cssom
179     | <p>
180     | widows: 3
181     #csstext
182     p {
183     widows: 3;
184     }
185    
186     #data
187     p {
188     widows: inherit;
189     }
190     #cssom
191     | <p>
192     | widows: inherit
193    
194     #data
195     p {
196     widows: +inherit;
197     }
198     #errors
199     ;2;12;m;syntax error:'widows'
200     #cssom
201     | <p>
202    
203    
204    
205    
206    
207    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24