/[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.32 by wakaba, Tue Jan 1 07:07:28 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>
57    
58            * Parser.pm: Give |list-style-image|'s compute function a name.
59    
60    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
61    
62            * Parser.pm: Give |list-style-image|'s parser a name.  Bug fix
63            on base URI scalar reference.
64    
65    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
66    
67            * Parser.pm (page-break-before, page-break-after, page-break-inside,
68            orphans, widows, list-style): Added.
69            (z-index): Support for negative values.
70    
71    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
72    
73            * Parser.pm: Set |manakai_base_uri| attribute of the
74            created |CSSStyleSheet| object.
75            More properties from CSS 2.1 are implemented.
76    
77    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
78    
79            * Cascade.pm: The |use strict| line was missing!!!!!!!!!11
80            (get_computed_value): Support for the |inherit| value.
81    
82            * Parser.pm: The |inherit| value is represented by new |INHERIT|
83            value type, rather than |KEYWORD|.
84            (position): The initial value was incorrect.
85    
86  2008-01-01  Wakaba  <wakaba@suika.fam.cx>  2008-01-01  Wakaba  <wakaba@suika.fam.cx>
87    
88          * Cascade.pm (get_cascaded_value): It now should return |undef|          * Cascade.pm (get_cascaded_value): It now should return |undef|

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24