/[suikacvs]/markup/html/whatpm/Whatpm/CSS/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/CSS/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.43 - (show annotations) (download)
Thu Jan 3 10:02:08 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +5 -0 lines
++ whatpm/Whatpm/CSS/ChangeLog	3 Jan 2008 10:02:05 -0000
	* Parser.pm: Support for the 'margin' and 'padding'
	property families.

2008-01-03  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24