/[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.14 by wakaba, Sat Sep 22 12:16:33 2007 UTC revision 1.31 by wakaba, Tue Jan 1 02:54:35 2008 UTC
# Line 1  Line 1 
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>  2007-09-22  Wakaba  <wakaba@suika.fam.cx>
111    
112          * SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules.          * SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules.

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.31

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24