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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.26

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24