/[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.31 - (show annotations) (download)
Tue Jan 1 02:54:35 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +6 -0 lines
++ whatpm/Whatpm/CSS/ChangeLog	1 Jan 2008 02:54:29 -0000
2008-01-01  Wakaba  <wakaba@suika.fam.cx>

	* Cascade.pm: Specificity and priority are now supported.

	* Parser.pm (get_selector_specificity): New method.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24