/[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.11 by wakaba, Sat Sep 8 15:20:40 2007 UTC revision 1.25 by wakaba, Sun Dec 23 11:19:23 2007 UTC
# Line 1  Line 1 
1    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Parser.pm: Support for the |@charset| rule.
4    
5    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
6    
7            * Parser.pm (parse_char_string): A poor support for error
8            line/column reporting is added.  Support for pseudo-element
9            and pseudo-class.
10    
11    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
12    
13            * Parser.pm: New module.
14    
15            * SelectorsParser.pm (parse_string): Split into |parse_string|
16            and |_parse_selectors_with_tokenizer|.  Support for "end by
17            token T" option.  Return the last token as well as the
18            parsed selectors pbject.
19    
20    2007-11-24  Wakaba  <wakaba@suika.fam.cx>
21    
22            * SelectorsParser.pm (parse_string): Raise errors if appropriate.
23    
24    2007-10-28  Wakaba  <wakaba@suika.fam.cx>
25    
26            * SelectorsSerializer.pm (serialize_test): Namespace prefix
27            IS namespace URI for sorting stability (attribute and :not()
28            selectors).
29    
30            * selectors-object.en.html: Namespace URI cannot be empty.
31    
32    2007-10-22  Wakaba  <wakaba@suika.fam.cx>
33    
34            * SelectorsSerializer.pm ($ident): Non-ascii name start
35            characters after leading |-| was escaped.  An IDENT
36            of |-| was not escaped.
37    
38    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
39    
40            * selectors-object.en.html: New documentation.
41    
42    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
43    
44            * SelectorsParser.pod, Makefile: New files.
45    
46    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
47    
48            * SelectorsParser.pm (parse_string): An |IDENT|
49            can be specified as the argument for |-manakai-contains|,
50            as defined in Selectors CR (2001).
51    
52    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
53    
54            * SelectorsParser.pm (BEFORE_CONTAINS_STRING_STATE): New state.
55            (parse_string): Support for |-manakai-current|
56            and |-manakai-contains| pseudo-classes.
57    
58            * SelectorsSerializer.pm: Support for |-manakai-current|
59            and |-manakai-contains| pseudo-classes.
60    
61    2007-09-30  Wakaba  <wakaba@suika.fam.cx>
62    
63            * Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to
64            the string value of the token.
65    
66    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
67    
68            * SelectorsParser.pm: Pass an empty string as a prefix
69            for lookup namespace prefix callback, for loose compatibility
70            with the |NSResolver| interface.
71    
72    2007-09-22  Wakaba  <wakaba@suika.fam.cx>
73    
74            * SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules.
75    
76            * Tokenizer.pm: Token type constants are exportable.
77    
78    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
79    
80            * Tokenizer.pm: Delimiters frequently used in CSS
81            now have different |type|s than |DELIM_TOKEN|.
82    
83    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
84    
85            * Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer
86            includes |U+| prefix.
87    
88  2007-09-08  Wakaba  <wakaba@suika.fam.cx>  2007-09-08  Wakaba  <wakaba@suika.fam.cx>
89    
90          * Tokenizer.pm: |URI| bugs are fixed.          * Tokenizer.pm: |URI| bugs are fixed.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.25

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24