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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri Jan 25 16:04:39 2008 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	25 Jan 2008 16:01:06 -0000
2008-01-26  Wakaba  <wakaba@suika.fam.cx>

	* css-visual.dat: Test data for 'padding', 'margin',
	and 'border' related shorthands are added.

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

	* CSS-Parser-1.t: |css-generated.dat| is added.
	(get_computed_style): The subject of |query_selector|
	should have been the document.

	* css-generated.dat: New test data.

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

++ whatpm/Whatpm/CSS/ChangeLog	25 Jan 2008 15:59:41 -0000
2008-01-26  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm: Return value of |serialize_multiple| methods
	are changed.
	('margin' serialize_multiple, 'padding' serialize_multiple):
	Implemented.
	('border-style' serialize_shorthand, 'border-color'
	serialize_shorthand, 'border-width' serialize_shorthand,
	'border-left' serialize_shorthand, 'border-top' serialize_shorthand,
	'border-bottom' serialize_shorthand, 'border-right'
	serialize_shorthand): New.

1 wakaba 1.1 #data
2     p {
3     list-style: none;
4     }
5     #cssom
6     | <p>
7     | list-style: none none outside
8     | list-style-image: none
9     | list-style-position: outside
10     | list-style-type: none
11     #csstext
12     p {
13     list-style-image: none;
14     list-style-position: outside;
15     list-style-type: none;
16     }
17    
18    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24