/[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.67 by wakaba, Fri Jan 25 16:04:38 2008 UTC revision 1.94 by wakaba, Sat Aug 16 07:35:23 2008 UTC
# Line 1  Line 1 
1    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * MediaQueryParser.pm, SelectorsParser.pm, Parser.pm: Support
4            for new style of error reports.
5    
6    2008-02-11  Wakaba  <wakaba@suika.fam.cx>
7    
8            * Parser.pm: 'writing-mode', 'text-anchor', 'dominant-baseline',
9            and 'alignment-baseline' are implemented.
10    
11    2008-02-11  Wakaba  <wakaba@suika.fam.cx>
12    
13            * Parser.pm (parse_char_string): Precious '@charset' error
14            reporting.
15    
16    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
17    
18            * Parser.pm (parse_char_string): '@import' support.
19    
20    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
21    
22            * Parser.pm (parse_char_string): Create a style sheet
23            before the actual parsing (or use the style sheet created before
24            the invocation to the method.
25            (init): New.
26    
27    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
28    
29            * Parser.pm: |attr(prefix|localname)| did not work.  Support
30            for uppercase namespace prefixes (namespace prefixes were
31            not normalized into lowercase when they were looked up.).  Report
32            the property name token when an unknown property error is raised.
33            The '-moz-pre-wrap' value is supported for 'white-space' property.
34            ('background-position'): 'center left' and 'center right'
35            were not supported.
36    
37            * SelectorsParser.pm: Report the namespace prefix token when
38            an undeclared prefix error is raised.  S_TOKEN in
39            COMBINATOR_STATE was not handled correctly.
40    
41    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
42    
43            * Parser.pm (new): s/unsupported/u/;
44    
45    2008-02-08  Wakaba  <wakaba@suika.fam.cx>
46    
47            * Parser.pm: Support for '@nedia' at-rule.
48    
49    2008-02-08  Wakaba  <wakaba@suika.fam.cx>
50    
51            * MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules.
52    
53    2008-02-03  Wakaba  <wakaba@suika.fam.cx>
54    
55            * Parser.pm ('display', 'list-style-type',
56            'caption-side'): CSS 2.0 values added.
57            ('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented.
58            ($length_percentage_keyword_parser): Now this is in a variable.
59            ($length_keyword_parser): Now this is in a variable, too.
60            ('font'): Reset 'font-size-adjust' and 'font-stretch' as
61            defined by CSS2.
62            ('marks', 'size', 'page'): Implemented.
63    
64    2008-02-02  Wakaba  <wakaba@suika.fam.cx>
65    
66            * Parser.pm ($default_serializer, serialize parameters): Removed (now
67            it is part of manakai Message::DOM::CSSStyleDeclaration).
68            ('overflow' key): Removed (since it is a shorthand property).
69    
70    2008-02-02  Wakaba  <wakaba@suika.fam.cx>
71    
72            * Parser.pm ('font', 'cursor'): Serializer are
73            merged with $default_serializer.
74    
75    2008-02-02  Wakaba  <wakaba@suika.fam.cx>
76    
77            * Parser.pm ($default_serializer): New 'RECT' type supported.
78            ('clip'): Implemented.
79    
80    2008-01-30  Wakaba  <wakaba@suika.fam.cx>
81    
82            * Parser.pm ($default_serializer): New 'ADDCOUNTER'
83            and 'SETCOUNTER' types supported.
84            ('content'): 'counter()' and 'counters()' are supported iff
85            the property 'counter-reset' is supported.
86            ('counter-reset', 'counter-increment'): Implemented.
87    
88    2008-01-28  Wakaba  <wakaba@suika.fam.cx>
89    
90            * Parser.pm ($default_serializer): New 'CONTENT' type supported.
91            ('content'): Implemented.
92    
93    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
94    
95            * Parser.pm ($default_serializer): 'QUOTES' type supported.
96            ('quotes'): Implemented.
97    
98    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
99    
100            * Parser.pm ($one_keyword_parser): More accurate error location
101            reporting.
102            ('overflow-x', 'overflow-y'): Implemented.
103            ('overflow'): Reimplemented as a shorthand.
104    
105    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
106    
107            * Parser.pm ('opacity' parse): Support for '+'.
108    
109    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
110    
111            * Parser.pm ('letter-spacing' parse): Support for '+'.
112            ('border-spacing' serialize_multiple): Revised taking into
113            account 'import' and 'inherit'.
114            ('border-spacing' parse): Support for '+'.
115    
116    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
117    
118            * Parser.pm ($parse_color): Support for '+'.  HSL to RGB
119            convertion was wrong.
120            ('orphans', 'background-position' parse): Support for '+'.
121    
122    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
123    
124            * Parser.pm ('z-index', 'line-height', 'border-width' parse): Support
125            for '+'.
126            ('margin-top' parse): Fixed to report more accureate error
127            position.
128            ('right'): Negative values and 'auto' were not supported.
129    
130    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
131    
132            * Parser.pm ('font-weight' parser): Support for '+'.
133    
134            * Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|,
135            |PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|.
136    
137    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
138    
139            * Parser.pm ('font-size' parser): Support for '+'.  Fixed to
140            report more accurate error position.  Enabled the
141            support for '-webkit-xxx-large'.
142            ('font' parse): Support for '+' in <'font-weight'>
143            and <'font-size'>.
144    
145    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
146    
147            * Parser.pm ('background' serialize_multiple, 'background-position'
148            serialize_shorthand): Reimplemented taking 'inherit'
149            and 'important' into account.
150            ('background' parse): Support for '+'.  Correct initial value
151            for 'background-position-y' was not set in some cases.
152            Wrong value was set to 'background-position-x' in some case.
153            Did not return by some syntax errors.
154    
155    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
156    
157            * Parser.pm (get_char): Use argument to avoid self reference.
158    
159            * Tokenizer.pm: Set the tokenizer itself as the first
160            argument to the |get_char| function.
161    
162    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
163    
164            * Parser.pm ('border' serialize_multiple): Reimplement
165            to take 'inherit' and 'important' into account.
166    
167    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
168    
169            * Parser.pm (serialize_shorthand, serialize_multiple): The
170            leading | ! |s in the priority part were removed (now they
171            are added by |css_text| attribute implementation).
172            (border-width, border-style, border-color serialize_shorthand): Typo
173            fixed.
174    
175    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
176    
177            * Parser.pm (font serialize_shorthand): Implemented.
178            ($generic_font_keywords): Typo fixed.
179    
180  2008-01-26  Wakaba  <wakaba@suika.fam.cx>  2008-01-26  Wakaba  <wakaba@suika.fam.cx>
181    
182          * Parser.pm: Return value of |serialize_multiple| methods          * Parser.pm: Return value of |serialize_multiple| methods

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.94

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24