/[suikacvs]/markup/html/whatpm/Whatpm/CSS/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/CSS/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.40 - (hide annotations) (download)
Wed Jan 2 03:56:29 2008 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +6 -0 lines
++ whatpm/Whatpm/CSS/ChangeLog	2 Jan 2008 03:56:26 -0000
	* Parser.pm (text-align, text-transform, white-space,
	caption-side, table-layout, border-collapse, empty-cells,
	outline-style, text-decoration): Implemented.

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

1 wakaba 1.38 2008-01-02 Wakaba <[email protected]>
2    
3 wakaba 1.40 * Parser.pm (text-align, text-transform, white-space,
4     caption-side, table-layout, border-collapse, empty-cells,
5     outline-style, text-decoration): Implemented.
6    
7     2008-01-02 Wakaba <[email protected]>
8    
9 wakaba 1.39 * Cascade.pm (get_computed_value): Even when |inherit| is specified
10     the value is resolved into the computed value by the |{compute}|
11     code to support edge cases not mentioned in the CSS 2.1 spec (see
12     <http://suika.fam.cx/gate/2005/sw/inherit>).
13    
14     2008-01-02 Wakaba <[email protected]>
15    
16 wakaba 1.38 * Cascade.pm (get_computed_value): Resolve initial value referred
17     when |inherit| is specified as if it were the specified value.
18    
19