1 |
|
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm ($default_serializer): New 'ADDCOUNTER' |
4 |
|
and 'SETCOUNTER' types supported. |
5 |
|
('content'): 'counter()' and 'counters()' are supported iff |
6 |
|
the property 'counter-reset' is supported. |
7 |
|
('counter-reset', 'counter-increment'): Implemented. |
8 |
|
|
9 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Parser.pm ($default_serializer): New 'CONTENT' type supported. |
12 |
|
('content'): Implemented. |
13 |
|
|
14 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Parser.pm ($default_serializer): 'QUOTES' type supported. |
17 |
|
('quotes'): Implemented. |
18 |
|
|
19 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Parser.pm ($one_keyword_parser): More accurate error location |
22 |
|
reporting. |
23 |
|
('overflow-x', 'overflow-y'): Implemented. |
24 |
|
('overflow'): Reimplemented as a shorthand. |
25 |
|
|
26 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Parser.pm ('opacity' parse): Support for '+'. |
29 |
|
|
30 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Parser.pm ('letter-spacing' parse): Support for '+'. |
33 |
|
('border-spacing' serialize_multiple): Revised taking into |
34 |
|
account 'import' and 'inherit'. |
35 |
|
('border-spacing' parse): Support for '+'. |
36 |
|
|
37 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |
40 |
|
convertion was wrong. |
41 |
|
('orphans', 'background-position' parse): Support for '+'. |
42 |
|
|
43 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Parser.pm ('z-index', 'line-height', 'border-width' parse): Support |
46 |
|
for '+'. |
47 |
|
('margin-top' parse): Fixed to report more accureate error |
48 |
|
position. |
49 |
|
('right'): Negative values and 'auto' were not supported. |
50 |
|
|
51 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Parser.pm ('font-weight' parser): Support for '+'. |
54 |
|
|
55 |
|
* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |
56 |
|
|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. |
57 |
|
|
58 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
61 |
|
report more accurate error position. Enabled the |
62 |
|
support for '-webkit-xxx-large'. |
63 |
|
('font' parse): Support for '+' in <'font-weight'> |
64 |
|
and <'font-size'>. |
65 |
|
|
66 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* Parser.pm ('background' serialize_multiple, 'background-position' |
69 |
|
serialize_shorthand): Reimplemented taking 'inherit' |
70 |
|
and 'important' into account. |
71 |
|
('background' parse): Support for '+'. Correct initial value |
72 |
|
for 'background-position-y' was not set in some cases. |
73 |
|
Wrong value was set to 'background-position-x' in some case. |
74 |
|
Did not return by some syntax errors. |
75 |
|
|
76 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* Parser.pm (get_char): Use argument to avoid self reference. |
79 |
|
|
80 |
|
* Tokenizer.pm: Set the tokenizer itself as the first |
81 |
|
argument to the |get_char| function. |
82 |
|
|
83 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* Parser.pm ('border' serialize_multiple): Reimplement |
86 |
|
to take 'inherit' and 'important' into account. |
87 |
|
|
88 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* Parser.pm (serialize_shorthand, serialize_multiple): The |
91 |
|
leading | ! |s in the priority part were removed (now they |
92 |
|
are added by |css_text| attribute implementation). |
93 |
|
(border-width, border-style, border-color serialize_shorthand): Typo |
94 |
|
fixed. |
95 |
|
|
96 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* Parser.pm (font serialize_shorthand): Implemented. |
99 |
|
($generic_font_keywords): Typo fixed. |
100 |
|
|
101 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* Parser.pm: Return value of |serialize_multiple| methods |
104 |
|
are changed. |
105 |
|
('margin' serialize_multiple, 'padding' serialize_multiple): |
106 |
|
Implemented. |
107 |
|
('border-style' serialize_shorthand, 'border-color' |
108 |
|
serialize_shorthand, 'border-width' serialize_shorthand, |
109 |
|
'border-left' serialize_shorthand, 'border-top' serialize_shorthand, |
110 |
|
'border-bottom' serialize_shorthand, 'border-right' |
111 |
|
serialize_shorthand): New. |
112 |
|
|
113 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* Parser.pm (parse_char_string): Treatement for non-important |
116 |
|
duplicate declarations was incorrect. |
117 |
|
(margin): Use 'margin' shorthand property for serializing |
118 |
|
margin-related properties if possible. Support for the |+| |
119 |
|
sign in <'margin'> is added. |
120 |
|
|
121 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* Parser.pm: Support for the |+| sign in 'margin-top' and |
124 |
|
similar properties. |
125 |
|
|
126 |
|
2008-01-22 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* Parser.pm (new {onerror}): The default error handler (outputting |
129 |
|
to the standard error output) is defined. |
130 |
|
(parse_char_string {get_char}): Set the next number to the |
131 |
|
column number of the last character as the column of the |
132 |
|
end of file pseudo-character. |
133 |
|
|
134 |
2008-01-20 Wakaba <wakaba@suika.fam.cx> |
2008-01-20 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
* Parser.pm, SelectorsParser.pm: Error type strings are revised. |
* Parser.pm, SelectorsParser.pm: Error type strings are revised. |