/[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.40 - (show annotations) (download)
Wed Jan 2 03:56:29 2008 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +6 -0 lines
++ whatpm/Whatpm/CSS/ChangeLog	2 Jan 2008 03:56:26 -0000
	* Parser.pm (text-align, text-transform, white-space,
	caption-side, table-layout, border-collapse, empty-cells,
	outline-style, text-decoration): Implemented.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24