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

Diff of /markup/html/whatpm/t/css-font.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by wakaba, Sat Jan 26 14:31:32 2008 UTC revision 1.4 by wakaba, Sat Jan 26 14:48:09 2008 UTC
# Line 113  p { Line 113  p {
113    
114  #data  #data
115  p {  p {
116      font-weight: bold;
117    }
118    #cssom
119    | <p>
120    |   font-weight: bold
121    #csstext
122    p {
123      font-weight: bold;
124    }
125    
126    #data
127    p {
128      font-weight: normal;
129    }
130    #cssom
131    | <p>
132    |   font-weight: normal
133    #csstext
134    p {
135      font-weight: normal;
136    }
137    
138    #data
139    p {
140      font-weight: bolder;
141    }
142    #cssom
143    | <p>
144    |   font-weight: bolder
145    #csstext
146    p {
147      font-weight: bolder;
148    }
149    
150    #data
151    p {
152      font-weight: lighter;
153    }
154    #cssom
155    | <p>
156    |   font-weight: lighter
157    #csstext
158    p {
159      font-weight: lighter;
160    }
161    
162    #data
163    p {
164      font-weight: light;
165    }
166    #errors
167    ;2;16;m;syntax error:'font-weight'
168    #cssom
169    | <p>
170    
171    #data
172    p {
173      font-weight: inherit;
174    }
175    #cssom
176    | <p>
177    |   font-weight: inherit
178    #csstext
179    p {
180      font-weight: inherit;
181    }
182    
183    #data
184    p {
185      font-weight: 100;
186    }
187    #cssom
188    | <p>
189    |   font-weight: 100
190    #csstext
191    p {
192      font-weight: 100;
193    }
194    
195    #data
196    p {
197      font-weight: +100;
198    }
199    #cssom
200    | <p>
201    |   font-weight: 100
202    #csstext
203    p {
204      font-weight: 100;
205    }
206    
207    #data
208    p {
209      font-weight: +100.0;
210    }
211    #cssom
212    | <p>
213    |   font-weight: 100
214    #csstext
215    p {
216      font-weight: 100;
217    }
218    
219    #data
220    p {
221      font-weight: -200;
222    }
223    #errors
224    ;2;16;m;syntax error:'font-weight'
225    #cssom
226    | <p>
227    
228    #data
229    p {
230      font-weight: 000100;
231    }
232    #cssom
233    | <p>
234    |   font-weight: 100
235    #csstext
236    p {
237      font-weight: 100;
238    }
239    
240    #data
241    p {
242      font-weight: +bold
243    }
244    #errors
245    ;2;17;m;syntax error:'font-weight'
246    #cssom
247    | <p>
248    
249    #data
250    p {
251      font-weight: +inherit;
252    }
253    #errors
254    ;2;17;m;syntax error:'font-weight'
255    #cssom
256    | <p>
257    
258    #data
259    p {
260    font-size: 0;    font-size: 0;
261  }  }
262  #cssom  #cssom
# Line 429  p { Line 573  p {
573  }  }
574    
575  #data  #data
576    p {
577      font-size: larger
578    }
579    #cssom
580    | <p>
581    |   font-size: larger
582    #csstext
583    p {
584      font-size: larger;
585    }
586    
587    #data
588    p {
589      font-size: smaller
590    }
591    #cssom
592    | <p>
593    |   font-size: smaller
594    #csstext
595    p {
596      font-size: smaller;
597    }
598    
599    #data
600  p {  p {
601    font: 1px serif;    font: 1px serif;
602  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24