/[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.41 by wakaba, Wed Jan 2 07:39:21 2008 UTC
# Line 1  Line 1 
1    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Cascade.pm (get_cascaded_value): "*"-only declaration blocks
4            were ignored.
5    
6            * Parser.pm (cursor): Implemented.
7    
8    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
9    
10            * Parser.pm (text-align, text-transform, white-space,
11            caption-side, table-layout, border-collapse, empty-cells,
12            outline-style, text-decoration): Implemented.
13    
14    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
15    
16            * Cascade.pm (get_computed_value): Even when |inherit| is specified
17            the value is resolved into the computed value by the |{compute}|
18            code to support edge cases not mentioned in the CSS 2.1 spec (see
19            <http://suika.fam.cx/gate/2005/sw/inherit>).
20    
21    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
22    
23            * Cascade.pm (get_computed_value): Resolve initial value referred
24            when |inherit| is specified as if it were the specified value.
25    
26            * Parser.pm: Some properties were incorrectly marked as
27            inherited.
28            (background-repeat, background-attachment, font-style,
29            font-variant, font-weight, background-image, font-family): Implemented.
30    
31    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
32    
33            * Parser.pm: Give |list-style-image|'s compute function a name.
34    
35    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
36    
37            * Parser.pm: Give |list-style-image|'s parser a name.  Bug fix
38            on base URI scalar reference.
39    
40    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
41    
42            * Parser.pm (page-break-before, page-break-after, page-break-inside,
43            orphans, widows, list-style): Added.
44            (z-index): Support for negative values.
45    
46    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
47    
48            * Parser.pm: Set |manakai_base_uri| attribute of the
49            created |CSSStyleSheet| object.
50            More properties from CSS 2.1 are implemented.
51    
52    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
53    
54            * Cascade.pm: The |use strict| line was missing!!!!!!!!!11
55            (get_computed_value): Support for the |inherit| value.
56    
57            * Parser.pm: The |inherit| value is represented by new |INHERIT|
58            value type, rather than |KEYWORD|.
59            (position): The initial value was incorrect.
60    
61  2008-01-01  Wakaba  <wakaba@suika.fam.cx>  2008-01-01  Wakaba  <wakaba@suika.fam.cx>
62    
63          * 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.41

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24