/[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.30 - (show annotations) (download)
Mon Dec 31 13:47:49 2007 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +7 -0 lines
++ whatpm/Whatpm/CSS/ChangeLog	31 Dec 2007 13:47:44 -0000
	* Cascade.pm: New Perl module.

	* Parser.pm: |@namespace| prohibbitted immediately
	following |@namespace| rules by mistake.

2007-12-31  Wakaba  <wakaba@suika.fam.cx>

1 2007-12-31 Wakaba <wakaba@suika.fam.cx>
2
3 * Cascade.pm: New Perl module.
4
5 * Parser.pm: |@namespace| prohibbitted immediately
6 following |@namespace| rules by mistake.
7
8 2007-12-31 Wakaba <wakaba@suika.fam.cx>
9
10 * Parser.pm: Support for border-style properties, as a model case
11 for shorthand properties.
12
13 2007-12-31 Wakaba <wakaba@suika.fam.cx>
14
15 * Parser.pm: Ignore property which is not supported by the
16 application. Support for properties with a keyword being
17 able to be specified is added.
18
19 2007-12-31 Wakaba <wakaba@suika.fam.cx>
20
21 * Parser.pm: At-keywords were not case-insensitive.
22 Support for property value parsing. Empty declarations
23 were not supported. Raise errors for broken declarations.
24 Parser and serializer definition for |color| is added.
25
26 2007-12-24 Wakaba <wakaba@suika.fam.cx>
27
28 * Parser.pm: Support for |@namespace| rule.
29
30 * SelectorsSerializer.pm: Support for |lookup_namespace_prefix|
31 parameter is added.
32
33 2007-12-23 Wakaba <wakaba@suika.fam.cx>
34
35 * Parser.pm: Support for the |@charset| rule.
36
37 2007-12-23 Wakaba <wakaba@suika.fam.cx>
38
39 * Parser.pm (parse_char_string): A poor support for error
40 line/column reporting is added. Support for pseudo-element
41 and pseudo-class.
42
43 2007-12-23 Wakaba <wakaba@suika.fam.cx>
44
45 * Parser.pm: New module.
46
47 * SelectorsParser.pm (parse_string): Split into |parse_string|
48 and |_parse_selectors_with_tokenizer|. Support for "end by
49 token T" option. Return the last token as well as the
50 parsed selectors pbject.
51
52 2007-11-24 Wakaba <wakaba@suika.fam.cx>
53
54 * SelectorsParser.pm (parse_string): Raise errors if appropriate.
55
56 2007-10-28 Wakaba <wakaba@suika.fam.cx>
57
58 * SelectorsSerializer.pm (serialize_test): Namespace prefix
59 IS namespace URI for sorting stability (attribute and :not()
60 selectors).
61
62 * selectors-object.en.html: Namespace URI cannot be empty.
63
64 2007-10-22 Wakaba <wakaba@suika.fam.cx>
65
66 * SelectorsSerializer.pm ($ident): Non-ascii name start
67 characters after leading |-| was escaped. An IDENT
68 of |-| was not escaped.
69
70 2007-10-17 Wakaba <wakaba@suika.fam.cx>
71
72 * selectors-object.en.html: New documentation.
73
74 2007-10-17 Wakaba <wakaba@suika.fam.cx>
75
76 * SelectorsParser.pod, Makefile: New files.
77
78 2007-10-07 Wakaba <wakaba@suika.fam.cx>
79
80 * SelectorsParser.pm (parse_string): An |IDENT|
81 can be specified as the argument for |-manakai-contains|,
82 as defined in Selectors CR (2001).
83
84 2007-10-07 Wakaba <wakaba@suika.fam.cx>
85
86 * SelectorsParser.pm (BEFORE_CONTAINS_STRING_STATE): New state.
87 (parse_string): Support for |-manakai-current|
88 and |-manakai-contains| pseudo-classes.
89
90 * SelectorsSerializer.pm: Support for |-manakai-current|
91 and |-manakai-contains| pseudo-classes.
92
93 2007-09-30 Wakaba <wakaba@suika.fam.cx>
94
95 * Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to
96 the string value of the token.
97
98 2007-09-24 Wakaba <wakaba@suika.fam.cx>
99
100 * SelectorsParser.pm: Pass an empty string as a prefix
101 for lookup namespace prefix callback, for loose compatibility
102 with the |NSResolver| interface.
103
104 2007-09-22 Wakaba <wakaba@suika.fam.cx>
105
106 * SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules.
107
108 * Tokenizer.pm: Token type constants are exportable.
109
110 2007-09-09 Wakaba <wakaba@suika.fam.cx>
111
112 * Tokenizer.pm: Delimiters frequently used in CSS
113 now have different |type|s than |DELIM_TOKEN|.
114
115 2007-09-09 Wakaba <wakaba@suika.fam.cx>
116
117 * Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer
118 includes |U+| prefix.
119
120 2007-09-08 Wakaba <wakaba@suika.fam.cx>
121
122 * Tokenizer.pm: |URI| bugs are fixed.
123
124 2007-09-08 Wakaba <wakaba@suika.fam.cx>
125
126 * Tokenizer.pm: |DIMENSION| and |NUMBER| related
127 bugs are fixed.
128
129 2007-09-08 Wakaba <wakaba@suika.fam.cx>
130
131 * Tokenizer.pm: |NUMBER|-related bugs are fixed.
132
133 2007-09-08 Wakaba <wakaba@suika.fam.cx>
134
135 * Tokenizer.pm: |STRING|-related bugs are fixed.
136
137 2007-09-08 Wakaba <wakaba@suika.fam.cx>
138
139 * Tokenizer.pm: Bug fixes.
140
141 2007-09-08 Wakaba <wakaba@suika.fam.cx>
142
143 * Tokenizer.pm: |UNICODE-RANGE| is implemented.
144
145 2007-09-08 Wakaba <wakaba@suika.fam.cx>
146
147 * Tokenizer.pm: |COMMENT| is implemented.
148 A bug for treatement for |@-->| is fixed.
149
150 2007-09-08 Wakaba <wakaba@suika.fam.cx>
151
152 * Tokenizer.pm: |url()| and |url-prefix()| are implemented.
153 Bug for treatement for |@-| is fixed.
154
155 2007-09-08 Wakaba <wakaba@suika.fam.cx>
156
157 * Tokenizer.pm: First working version.
158
159 2007-08-17 Wakaba <wakaba@suika.fam.cx>
160
161 * Tokenizer.pm: New module.
162
163 * ChangeLog: New file.
164

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24