/[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.84 by wakaba, Sat Feb 2 13:46:54 2008 UTC revision 1.97 by wakaba, Mon Sep 15 23:45:34 2008 UTC
# Line 1  Line 1 
1    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Parser.pm: Support for '-o-pre-wrap'.  '-moz-pre-wrap'
4            is now replaced by 'pre-wrap'.
5    
6    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
7    
8            * Parser.pm: Support for Firefox3's new 'width' keywords.
9    
10    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
11    
12            * Parser.pm (cursor): Support for 'hand' keyword.
13    
14    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
15    
16            * MediaQueryParser.pm, SelectorsParser.pm, Parser.pm: Support
17            for new style of error reports.
18    
19    2008-02-11  Wakaba  <wakaba@suika.fam.cx>
20    
21            * Parser.pm: 'writing-mode', 'text-anchor', 'dominant-baseline',
22            and 'alignment-baseline' are implemented.
23    
24    2008-02-11  Wakaba  <wakaba@suika.fam.cx>
25    
26            * Parser.pm (parse_char_string): Precious '@charset' error
27            reporting.
28    
29    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
30    
31            * Parser.pm (parse_char_string): '@import' support.
32    
33    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
34    
35            * Parser.pm (parse_char_string): Create a style sheet
36            before the actual parsing (or use the style sheet created before
37            the invocation to the method.
38            (init): New.
39    
40    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
41    
42            * Parser.pm: |attr(prefix|localname)| did not work.  Support
43            for uppercase namespace prefixes (namespace prefixes were
44            not normalized into lowercase when they were looked up.).  Report
45            the property name token when an unknown property error is raised.
46            The '-moz-pre-wrap' value is supported for 'white-space' property.
47            ('background-position'): 'center left' and 'center right'
48            were not supported.
49    
50            * SelectorsParser.pm: Report the namespace prefix token when
51            an undeclared prefix error is raised.  S_TOKEN in
52            COMBINATOR_STATE was not handled correctly.
53    
54    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
55    
56            * Parser.pm (new): s/unsupported/u/;
57    
58    2008-02-08  Wakaba  <wakaba@suika.fam.cx>
59    
60            * Parser.pm: Support for '@nedia' at-rule.
61    
62    2008-02-08  Wakaba  <wakaba@suika.fam.cx>
63    
64            * MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules.
65    
66    2008-02-03  Wakaba  <wakaba@suika.fam.cx>
67    
68            * Parser.pm ('display', 'list-style-type',
69            'caption-side'): CSS 2.0 values added.
70            ('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented.
71            ($length_percentage_keyword_parser): Now this is in a variable.
72            ($length_keyword_parser): Now this is in a variable, too.
73            ('font'): Reset 'font-size-adjust' and 'font-stretch' as
74            defined by CSS2.
75            ('marks', 'size', 'page'): Implemented.
76    
77    2008-02-02  Wakaba  <wakaba@suika.fam.cx>
78    
79            * Parser.pm ($default_serializer, serialize parameters): Removed (now
80            it is part of manakai Message::DOM::CSSStyleDeclaration).
81            ('overflow' key): Removed (since it is a shorthand property).
82    
83  2008-02-02  Wakaba  <wakaba@suika.fam.cx>  2008-02-02  Wakaba  <wakaba@suika.fam.cx>
84    
85          * Parser.pm ('font', 'cursor'): Serializer are          * Parser.pm ('font', 'cursor'): Serializer are

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.97

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24