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

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.47

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24