/[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.29 - (show annotations) (download)
Mon Dec 31 09:09:22 2007 UTC (17 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +5 -0 lines
++ whatpm/Whatpm/CSS/ChangeLog	31 Dec 2007 08:04:36 -0000
	* Parser.pm: Support for border-style properties, as a model case
	for shorthand properties.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24