/[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.46 by wakaba, Fri Jan 4 05:36:36 2008 UTC
# Line 1  Line 1 
1    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Parser.pm ($default_serializer): Support for
4            the |PERCENTAGE| data type.
5            (padding-top, border-top-width): The parser now
6            refers the parser of the 'margin-top'.
7            (width, height, min-width, min-height, max-width, max-height,
8            vertical-align, line-height): Implemented.
9    
10    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
11    
12            * Cascade.pm (get_specified_value_no_inherit): New function.
13            (get_computed_value): New way to get computed value,
14            the |{compute_multiple}| code, is now supported.
15    
16            * Parser.pm (top, bottom, left, right): Implemented.
17    
18    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
19    
20            * Parser.pm: Some condition operators were incorrect.  
21            The 'border-width' property family is implemented.
22    
23    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
24    
25            * Parser.pm: Support for the 'margin' and 'padding'
26            property families.
27    
28    2008-01-03  Wakaba  <wakaba@suika.fam.cx>
29    
30            * Parser.pm: 'font-size' support.
31    
32            * Cascade.pm (new): Set default value for 'font-size'
33            relative- and absolute- value computations.
34    
35    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
36    
37            * Cascade.pm (get_cascaded_value): "*"-only declaration blocks
38            were ignored.
39    
40            * Parser.pm (cursor): Implemented.
41    
42    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
43    
44            * Parser.pm (text-align, text-transform, white-space,
45            caption-side, table-layout, border-collapse, empty-cells,
46            outline-style, text-decoration): Implemented.
47    
48    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
49    
50            * Cascade.pm (get_computed_value): Even when |inherit| is specified
51            the value is resolved into the computed value by the |{compute}|
52            code to support edge cases not mentioned in the CSS 2.1 spec (see
53            <http://suika.fam.cx/gate/2005/sw/inherit>).
54    
55    2008-01-02  Wakaba  <wakaba@suika.fam.cx>
56    
57            * Cascade.pm (get_computed_value): Resolve initial value referred
58            when |inherit| is specified as if it were the specified value.
59    
60            * Parser.pm: Some properties were incorrectly marked as
61            inherited.
62            (background-repeat, background-attachment, font-style,
63            font-variant, font-weight, background-image, font-family): Implemented.
64    
65    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
66    
67            * Parser.pm: Give |list-style-image|'s compute function a name.
68    
69    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
70    
71            * Parser.pm: Give |list-style-image|'s parser a name.  Bug fix
72            on base URI scalar reference.
73    
74    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
75    
76            * Parser.pm (page-break-before, page-break-after, page-break-inside,
77            orphans, widows, list-style): Added.
78            (z-index): Support for negative values.
79    
80    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
81    
82            * Parser.pm: Set |manakai_base_uri| attribute of the
83            created |CSSStyleSheet| object.
84            More properties from CSS 2.1 are implemented.
85    
86    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
87    
88            * Cascade.pm: The |use strict| line was missing!!!!!!!!!11
89            (get_computed_value): Support for the |inherit| value.
90    
91            * Parser.pm: The |inherit| value is represented by new |INHERIT|
92            value type, rather than |KEYWORD|.
93            (position): The initial value was incorrect.
94    
95    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
96    
97            * Cascade.pm (get_cascaded_value): It now should return |undef|
98            for shorthand properties.
99            (get_specified_value, get_computed_value): New methods.
100    
101            * Parser.pm: |initial|, |inherited|, and |compute| properties
102            are added to property definitions.
103    
104    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
105    
106            * Cascade.pm: Specificity and priority are now supported.
107    
108            * Parser.pm (get_selector_specificity): New method.
109    
110    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
111    
112            * Cascade.pm: New Perl module.
113    
114            * Parser.pm: |@namespace| prohibbitted immediately
115            following |@namespace| rules by mistake.
116    
117    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
118    
119            * Parser.pm: Support for border-style properties, as a model case
120            for shorthand properties.
121    
122    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
123    
124            * Parser.pm: Ignore property which is not supported by the
125            application.  Support for properties with a keyword being
126            able to be specified is added.
127    
128    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
129    
130            * Parser.pm: At-keywords were not case-insensitive.
131            Support for property value parsing.  Empty declarations
132            were not supported.  Raise errors for broken declarations.
133            Parser and serializer definition for |color| is added.
134    
135    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
136    
137            * Parser.pm: Support for |@namespace| rule.
138    
139            * SelectorsSerializer.pm: Support for |lookup_namespace_prefix|
140            parameter is added.
141    
142    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
143    
144            * Parser.pm: Support for the |@charset| rule.
145    
146    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
147    
148            * Parser.pm (parse_char_string): A poor support for error
149            line/column reporting is added.  Support for pseudo-element
150            and pseudo-class.
151    
152    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
153    
154            * Parser.pm: New module.
155    
156            * SelectorsParser.pm (parse_string): Split into |parse_string|
157            and |_parse_selectors_with_tokenizer|.  Support for "end by
158            token T" option.  Return the last token as well as the
159            parsed selectors pbject.
160    
161    2007-11-24  Wakaba  <wakaba@suika.fam.cx>
162    
163            * SelectorsParser.pm (parse_string): Raise errors if appropriate.
164    
165    2007-10-28  Wakaba  <wakaba@suika.fam.cx>
166    
167            * SelectorsSerializer.pm (serialize_test): Namespace prefix
168            IS namespace URI for sorting stability (attribute and :not()
169            selectors).
170    
171            * selectors-object.en.html: Namespace URI cannot be empty.
172    
173    2007-10-22  Wakaba  <wakaba@suika.fam.cx>
174    
175            * SelectorsSerializer.pm ($ident): Non-ascii name start
176            characters after leading |-| was escaped.  An IDENT
177            of |-| was not escaped.
178    
179    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
180    
181            * selectors-object.en.html: New documentation.
182    
183    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
184    
185            * SelectorsParser.pod, Makefile: New files.
186    
187    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
188    
189            * SelectorsParser.pm (parse_string): An |IDENT|
190            can be specified as the argument for |-manakai-contains|,
191            as defined in Selectors CR (2001).
192    
193    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
194    
195            * SelectorsParser.pm (BEFORE_CONTAINS_STRING_STATE): New state.
196            (parse_string): Support for |-manakai-current|
197            and |-manakai-contains| pseudo-classes.
198    
199            * SelectorsSerializer.pm: Support for |-manakai-current|
200            and |-manakai-contains| pseudo-classes.
201    
202    2007-09-30  Wakaba  <wakaba@suika.fam.cx>
203    
204            * Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to
205            the string value of the token.
206    
207    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
208    
209            * SelectorsParser.pm: Pass an empty string as a prefix
210            for lookup namespace prefix callback, for loose compatibility
211            with the |NSResolver| interface.
212    
213    2007-09-22  Wakaba  <wakaba@suika.fam.cx>
214    
215            * SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules.
216    
217            * Tokenizer.pm: Token type constants are exportable.
218    
219    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
220    
221            * Tokenizer.pm: Delimiters frequently used in CSS
222            now have different |type|s than |DELIM_TOKEN|.
223    
224    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
225    
226            * Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer
227            includes |U+| prefix.
228    
229    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
230    
231            * Tokenizer.pm: |URI| bugs are fixed.
232            
233    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
234    
235            * Tokenizer.pm: |DIMENSION| and |NUMBER| related
236            bugs are fixed.
237    
238    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
239    
240            * Tokenizer.pm: |NUMBER|-related bugs are fixed.
241    
242    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
243    
244            * Tokenizer.pm: |STRING|-related bugs are fixed.
245    
246    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
247    
248            * Tokenizer.pm: Bug fixes.
249    
250  2007-09-08  Wakaba  <wakaba@suika.fam.cx>  2007-09-08  Wakaba  <wakaba@suika.fam.cx>
251    
252          * Tokenizer.pm: |UNICODE-RANGE| is implemented.          * Tokenizer.pm: |UNICODE-RANGE| is implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24