/[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.6 by wakaba, Sat Sep 8 03:25:05 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>
124    
125            * Parser.pm: Support for border-style properties, as a model case
126            for shorthand properties.
127    
128    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
129    
130            * Parser.pm: Ignore property which is not supported by the
131            application.  Support for properties with a keyword being
132            able to be specified is added.
133    
134    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
135    
136            * Parser.pm: At-keywords were not case-insensitive.
137            Support for property value parsing.  Empty declarations
138            were not supported.  Raise errors for broken declarations.
139            Parser and serializer definition for |color| is added.
140    
141    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
142    
143            * Parser.pm: Support for |@namespace| rule.
144    
145            * SelectorsSerializer.pm: Support for |lookup_namespace_prefix|
146            parameter is added.
147    
148    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
149    
150            * Parser.pm: Support for the |@charset| rule.
151    
152    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
153    
154            * Parser.pm (parse_char_string): A poor support for error
155            line/column reporting is added.  Support for pseudo-element
156            and pseudo-class.
157    
158    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
159    
160            * Parser.pm: New module.
161    
162            * SelectorsParser.pm (parse_string): Split into |parse_string|
163            and |_parse_selectors_with_tokenizer|.  Support for "end by
164            token T" option.  Return the last token as well as the
165            parsed selectors pbject.
166    
167    2007-11-24  Wakaba  <wakaba@suika.fam.cx>
168    
169            * SelectorsParser.pm (parse_string): Raise errors if appropriate.
170    
171    2007-10-28  Wakaba  <wakaba@suika.fam.cx>
172    
173            * SelectorsSerializer.pm (serialize_test): Namespace prefix
174            IS namespace URI for sorting stability (attribute and :not()
175            selectors).
176    
177            * selectors-object.en.html: Namespace URI cannot be empty.
178    
179    2007-10-22  Wakaba  <wakaba@suika.fam.cx>
180    
181            * SelectorsSerializer.pm ($ident): Non-ascii name start
182            characters after leading |-| was escaped.  An IDENT
183            of |-| was not escaped.
184    
185    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
186    
187            * selectors-object.en.html: New documentation.
188    
189    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
190    
191            * SelectorsParser.pod, Makefile: New files.
192    
193    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
194    
195            * SelectorsParser.pm (parse_string): An |IDENT|
196            can be specified as the argument for |-manakai-contains|,
197            as defined in Selectors CR (2001).
198    
199    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
200    
201            * SelectorsParser.pm (BEFORE_CONTAINS_STRING_STATE): New state.
202            (parse_string): Support for |-manakai-current|
203            and |-manakai-contains| pseudo-classes.
204    
205            * SelectorsSerializer.pm: Support for |-manakai-current|
206            and |-manakai-contains| pseudo-classes.
207    
208    2007-09-30  Wakaba  <wakaba@suika.fam.cx>
209    
210            * Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to
211            the string value of the token.
212    
213    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
214    
215            * SelectorsParser.pm: Pass an empty string as a prefix
216            for lookup namespace prefix callback, for loose compatibility
217            with the |NSResolver| interface.
218    
219    2007-09-22  Wakaba  <wakaba@suika.fam.cx>
220    
221            * SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules.
222    
223            * Tokenizer.pm: Token type constants are exportable.
224    
225    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
226    
227            * Tokenizer.pm: Delimiters frequently used in CSS
228            now have different |type|s than |DELIM_TOKEN|.
229    
230    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
231    
232            * Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer
233            includes |U+| prefix.
234    
235    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
236    
237            * Tokenizer.pm: |URI| bugs are fixed.
238            
239    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
240    
241            * Tokenizer.pm: |DIMENSION| and |NUMBER| related
242            bugs are fixed.
243    
244    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
245    
246            * Tokenizer.pm: |NUMBER|-related bugs are fixed.
247    
248    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
249    
250            * Tokenizer.pm: |STRING|-related bugs are fixed.
251    
252    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
253    
254            * Tokenizer.pm: Bug fixes.
255    
256  2007-09-08  Wakaba  <wakaba@suika.fam.cx>  2007-09-08  Wakaba  <wakaba@suika.fam.cx>
257    
258          * Tokenizer.pm: |UNICODE-RANGE| is implemented.          * Tokenizer.pm: |UNICODE-RANGE| is implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24