/[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.30 by wakaba, Mon Dec 31 13:47:49 2007 UTC revision 1.40 by wakaba, Wed Jan 2 03:56:29 2008 UTC
# Line 1  Line 1 
1    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
2    
3            * 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  <wakaba@suika.fam.cx>
8    
9            * 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  <wakaba@suika.fam.cx>
15    
16            * Cascade.pm (get_computed_value): Resolve initial value referred
17            when |inherit| is specified as if it were the specified value.
18    
19            * Parser.pm: Some properties were incorrectly marked as
20            inherited.
21            (background-repeat, background-attachment, font-style,
22            font-variant, font-weight, background-image, font-family): Implemented.
23    
24    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
25    
26            * Parser.pm: Give |list-style-image|'s compute function a name.
27    
28    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
29    
30            * Parser.pm: Give |list-style-image|'s parser a name.  Bug fix
31            on base URI scalar reference.
32    
33    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
34    
35            * Parser.pm (page-break-before, page-break-after, page-break-inside,
36            orphans, widows, list-style): Added.
37            (z-index): Support for negative values.
38    
39    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
40    
41            * Parser.pm: Set |manakai_base_uri| attribute of the
42            created |CSSStyleSheet| object.
43            More properties from CSS 2.1 are implemented.
44    
45    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
46    
47            * Cascade.pm: The |use strict| line was missing!!!!!!!!!11
48            (get_computed_value): Support for the |inherit| value.
49    
50            * Parser.pm: The |inherit| value is represented by new |INHERIT|
51            value type, rather than |KEYWORD|.
52            (position): The initial value was incorrect.
53    
54    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
55    
56            * Cascade.pm (get_cascaded_value): It now should return |undef|
57            for shorthand properties.
58            (get_specified_value, get_computed_value): New methods.
59    
60            * Parser.pm: |initial|, |inherited|, and |compute| properties
61            are added to property definitions.
62    
63    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
64    
65            * Cascade.pm: Specificity and priority are now supported.
66    
67            * Parser.pm (get_selector_specificity): New method.
68    
69  2007-12-31  Wakaba  <wakaba@suika.fam.cx>  2007-12-31  Wakaba  <wakaba@suika.fam.cx>
70    
71          * Cascade.pm: New Perl module.          * Cascade.pm: New Perl module.

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.40

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24