/[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.28 by wakaba, Mon Dec 31 07:26:35 2007 UTC revision 1.43 by wakaba, Thu Jan 3 10:02:08 2008 UTC
# Line 1  Line 1 
1    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Parser.pm: Support for the 'margin' and 'padding'
4            property families.
5    
6    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
7    
8            * Parser.pm: 'font-size' support.
9    
10            * Cascade.pm (new): Set default value for 'font-size'
11            relative- and absolute- value computations.
12    
13    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
14    
15            * Cascade.pm (get_cascaded_value): "*"-only declaration blocks
16            were ignored.
17    
18            * Parser.pm (cursor): Implemented.
19    
20    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
21    
22            * Parser.pm (text-align, text-transform, white-space,
23            caption-side, table-layout, border-collapse, empty-cells,
24            outline-style, text-decoration): Implemented.
25    
26    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
27    
28            * Cascade.pm (get_computed_value): Even when |inherit| is specified
29            the value is resolved into the computed value by the |{compute}|
30            code to support edge cases not mentioned in the CSS 2.1 spec (see
31            <http://suika.fam.cx/gate/2005/sw/inherit>).
32    
33    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
34    
35            * Cascade.pm (get_computed_value): Resolve initial value referred
36            when |inherit| is specified as if it were the specified value.
37    
38            * Parser.pm: Some properties were incorrectly marked as
39            inherited.
40            (background-repeat, background-attachment, font-style,
41            font-variant, font-weight, background-image, font-family): Implemented.
42    
43    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
44    
45            * Parser.pm: Give |list-style-image|'s compute function a name.
46    
47    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
48    
49            * Parser.pm: Give |list-style-image|'s parser a name.  Bug fix
50            on base URI scalar reference.
51    
52    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
53    
54            * Parser.pm (page-break-before, page-break-after, page-break-inside,
55            orphans, widows, list-style): Added.
56            (z-index): Support for negative values.
57    
58    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
59    
60            * Parser.pm: Set |manakai_base_uri| attribute of the
61            created |CSSStyleSheet| object.
62            More properties from CSS 2.1 are implemented.
63    
64    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
65    
66            * Cascade.pm: The |use strict| line was missing!!!!!!!!!11
67            (get_computed_value): Support for the |inherit| value.
68    
69            * Parser.pm: The |inherit| value is represented by new |INHERIT|
70            value type, rather than |KEYWORD|.
71            (position): The initial value was incorrect.
72    
73    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
74    
75            * Cascade.pm (get_cascaded_value): It now should return |undef|
76            for shorthand properties.
77            (get_specified_value, get_computed_value): New methods.
78    
79            * Parser.pm: |initial|, |inherited|, and |compute| properties
80            are added to property definitions.
81    
82    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
83    
84            * Cascade.pm: Specificity and priority are now supported.
85    
86            * Parser.pm (get_selector_specificity): New method.
87    
88    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
89    
90            * Cascade.pm: New Perl module.
91    
92            * Parser.pm: |@namespace| prohibbitted immediately
93            following |@namespace| rules by mistake.
94    
95    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
96    
97            * Parser.pm: Support for border-style properties, as a model case
98            for shorthand properties.
99    
100  2007-12-31  Wakaba  <wakaba@suika.fam.cx>  2007-12-31  Wakaba  <wakaba@suika.fam.cx>
101    
102          * Parser.pm: Ignore property which is not supported by the          * Parser.pm: Ignore property which is not supported by the

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.43

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24