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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24