/[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.37 by wakaba, Tue Jan 1 11:27:42 2008 UTC revision 1.56 by wakaba, Mon Jan 14 03:54:45 2008 UTC
# Line 1  Line 1 
1    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * SelectorsSerializer.pm (serialize_selector_text): New method.
4    
5    2008-01-12  Wakaba  <wakaba@suika.fam.cx>
6    
7            * Parser.pm: 'opacity' and '-moz-opacity' are implemented.
8    
9    2008-01-12  Wakaba  <wakaba@suika.fam.cx>
10    
11            * Parser.pm: 'font' is implemented.
12    
13    2008-01-12  Wakaba  <wakaba@suika.fam.cx>
14    
15            * Parser.pm: 'background' is implemented.
16    
17    2008-01-12  Wakaba  <wakaba@suika.fam.cx>
18    
19            * Parser.pm: 'border', 'border-top', 'border-right', 'border-bottom',
20            'border-left', and 'outline' are implemented.  White space characters
21            were not allowed between property name and COLON.  NUMBER and
22            DIMENSION are not allowed as color in quirks mode.
23    
24    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
25    
26            * Cascade.pm: The object now has new device-dependent
27            parameter, |has_invert|.
28    
29            * Parser.pm: The object now has new device-dependent
30            parameter, |clip_color| function.
31            (parse_char_string): Inifinite-loop fixed for ignoring
32            states.  No longer check for '(' and '[' matchings for
33            compatibility with browsers.
34            ($default_serializer): Support for 'RGBA' data type.
35            (color): Reimplemented.
36            (backbround-color, border-top-color, border-right-color,
37            border-bottom-color, border-left-color, outline-color): Implemented.
38    
39    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
40    
41            * Parser.pm (background-position, background-position-x,
42            background-position-y): Implemented.
43    
44    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
45    
46            * Parser.pm (border-spacing serialize_multiple): Implemented.
47    
48    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
49    
50            * Parser.pm: Disallow '-' without following NUMBER or DIMENSION.
51            (border-width serialize): Was incorrect.
52    
53    2008-01-05  Wakaba  <wakaba@suika.fam.cx>
54    
55            * Parser.pm (-manakai-border-spacing-x, -manakai-border-spacing-y,
56            border-spacing): Implemented.
57    
58    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
59    
60            * Parser.pm (letter-spacing, word-specing, text-indent,
61            outline-width): Implemented.
62            (outline-style): Don't allow 'hidden'.
63    
64    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
65    
66            * Parser.pm ($default_serializer): Support for
67            the |PERCENTAGE| data type.
68            (padding-top, border-top-width): The parser now
69            refers the parser of the 'margin-top'.
70            (width, height, min-width, min-height, max-width, max-height,
71            vertical-align, line-height): Implemented.
72    
73    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
74    
75            * Cascade.pm (get_specified_value_no_inherit): New function.
76            (get_computed_value): New way to get computed value,
77            the |{compute_multiple}| code, is now supported.
78    
79            * Parser.pm (top, bottom, left, right): Implemented.
80    
81    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
82    
83            * Parser.pm: Some condition operators were incorrect.  
84            The 'border-width' property family is implemented.
85    
86    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
87    
88            * Parser.pm: Support for the 'margin' and 'padding'
89            property families.
90    
91    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
92    
93            * Parser.pm: 'font-size' support.
94    
95            * Cascade.pm (new): Set default value for 'font-size'
96            relative- and absolute- value computations.
97    
98    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
99    
100            * Cascade.pm (get_cascaded_value): "*"-only declaration blocks
101            were ignored.
102    
103            * Parser.pm (cursor): Implemented.
104    
105    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
106    
107            * Parser.pm (text-align, text-transform, white-space,
108            caption-side, table-layout, border-collapse, empty-cells,
109            outline-style, text-decoration): Implemented.
110    
111    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
112    
113            * Cascade.pm (get_computed_value): Even when |inherit| is specified
114            the value is resolved into the computed value by the |{compute}|
115            code to support edge cases not mentioned in the CSS 2.1 spec (see
116            <http://suika.fam.cx/gate/2005/sw/inherit>).
117    
118    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
119    
120            * Cascade.pm (get_computed_value): Resolve initial value referred
121            when |inherit| is specified as if it were the specified value.
122    
123            * Parser.pm: Some properties were incorrectly marked as
124            inherited.
125            (background-repeat, background-attachment, font-style,
126            font-variant, font-weight, background-image, font-family): Implemented.
127    
128  2008-01-01  Wakaba  <wakaba@suika.fam.cx>  2008-01-01  Wakaba  <wakaba@suika.fam.cx>
129    
130          * Parser.pm: Give |list-style-image|'s compute function a name.          * Parser.pm: Give |list-style-image|'s compute function a name.

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.56

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24