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

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

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

revision 1.37 by wakaba, Tue Jan 1 11:27:42 2008 UTC revision 1.45 by wakaba, Thu Jan 3 13:51:41 2008 UTC
# Line 1  Line 1 
1    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Cascade.pm (get_specified_value_no_inherit): New function.
4            (get_computed_value): New way to get computed value,
5            the |{compute_multiple}| code, is now supported.
6    
7            * Parser.pm (top, bottom, left, right): Implemented.
8    
9    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
10    
11            * Parser.pm: Some condition operators were incorrect.  
12            The 'border-width' property family is implemented.
13    
14    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
15    
16            * Parser.pm: Support for the 'margin' and 'padding'
17            property families.
18    
19    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
20    
21            * Parser.pm: 'font-size' support.
22    
23            * Cascade.pm (new): Set default value for 'font-size'
24            relative- and absolute- value computations.
25    
26    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
27    
28            * Cascade.pm (get_cascaded_value): "*"-only declaration blocks
29            were ignored.
30    
31            * Parser.pm (cursor): Implemented.
32    
33    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
34    
35            * Parser.pm (text-align, text-transform, white-space,
36            caption-side, table-layout, border-collapse, empty-cells,
37            outline-style, text-decoration): Implemented.
38    
39    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
40    
41            * Cascade.pm (get_computed_value): Even when |inherit| is specified
42            the value is resolved into the computed value by the |{compute}|
43            code to support edge cases not mentioned in the CSS 2.1 spec (see
44            <http://suika.fam.cx/gate/2005/sw/inherit>).
45    
46    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
47    
48            * Cascade.pm (get_computed_value): Resolve initial value referred
49            when |inherit| is specified as if it were the specified value.
50    
51            * Parser.pm: Some properties were incorrectly marked as
52            inherited.
53            (background-repeat, background-attachment, font-style,
54            font-variant, font-weight, background-image, font-family): Implemented.
55    
56  2008-01-01  Wakaba  <wakaba@suika.fam.cx>  2008-01-01  Wakaba  <wakaba@suika.fam.cx>
57    
58          * Parser.pm: Give |list-style-image|'s compute function a name.          * Parser.pm: Give |list-style-image|'s compute function a name.

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.45

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24