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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations) (download)
Mon Sep 15 23:45:34 2008 UTC (17 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +14 -2 lines
++ whatpm/t/ChangeLog	15 Sep 2008 23:44:55 -0000
2008-09-16  Wakaba  <wakaba@suika.fam.cx>

	* css-text.dat: Test data for pre-wrap updated.

++ whatpm/Whatpm/CSS/ChangeLog	15 Sep 2008 23:45:19 -0000
2008-09-16  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm: Support for '-o-pre-wrap'.  '-moz-pre-wrap'
	is now replaced by 'pre-wrap'.

1 wakaba 1.4 #html 1
2     <!DOCTYPE HTML><p>
3    
4 wakaba 1.1 #data
5     p {
6     color: rgb(1, 2, 3);
7     }
8     #cssom
9     | <p>
10     | color: rgb(1, 2, 3)
11     #csstext
12     p {
13     color: rgb(1, 2, 3);
14     }
15    
16     #data
17     p {
18     color: rgb(1, 2, +3);
19     }
20     #cssom
21     | <p>
22     | color: rgb(1, 2, 3)
23