1 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm: Support for '@nedia' at-rule. |
4 |
|
|
5 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules. |
8 |
|
|
9 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Parser.pm ('display', 'list-style-type', |
12 |
|
'caption-side'): CSS 2.0 values added. |
13 |
|
('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented. |
14 |
|
($length_percentage_keyword_parser): Now this is in a variable. |
15 |
|
($length_keyword_parser): Now this is in a variable, too. |
16 |
|
('font'): Reset 'font-size-adjust' and 'font-stretch' as |
17 |
|
defined by CSS2. |
18 |
|
('marks', 'size', 'page'): Implemented. |
19 |
|
|
20 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Parser.pm ($default_serializer, serialize parameters): Removed (now |
23 |
|
it is part of manakai Message::DOM::CSSStyleDeclaration). |
24 |
|
('overflow' key): Removed (since it is a shorthand property). |
25 |
|
|
26 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Parser.pm ('font', 'cursor'): Serializer are |
29 |
|
merged with $default_serializer. |
30 |
|
|
31 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Parser.pm ($default_serializer): New 'RECT' type supported. |
34 |
|
('clip'): Implemented. |
35 |
|
|
36 |
|
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Parser.pm ($default_serializer): New 'ADDCOUNTER' |
39 |
|
and 'SETCOUNTER' types supported. |
40 |
|
('content'): 'counter()' and 'counters()' are supported iff |
41 |
|
the property 'counter-reset' is supported. |
42 |
|
('counter-reset', 'counter-increment'): Implemented. |
43 |
|
|
44 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Parser.pm ($default_serializer): New 'CONTENT' type supported. |
47 |
|
('content'): Implemented. |
48 |
|
|
49 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* Parser.pm ($default_serializer): 'QUOTES' type supported. |
52 |
|
('quotes'): Implemented. |
53 |
|
|
54 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* Parser.pm ($one_keyword_parser): More accurate error location |
57 |
|
reporting. |
58 |
|
('overflow-x', 'overflow-y'): Implemented. |
59 |
|
('overflow'): Reimplemented as a shorthand. |
60 |
|
|
61 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Parser.pm ('opacity' parse): Support for '+'. |
64 |
|
|
65 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* Parser.pm ('letter-spacing' parse): Support for '+'. |
68 |
|
('border-spacing' serialize_multiple): Revised taking into |
69 |
|
account 'import' and 'inherit'. |
70 |
|
('border-spacing' parse): Support for '+'. |
71 |
|
|
72 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |
75 |
|
convertion was wrong. |
76 |
|
('orphans', 'background-position' parse): Support for '+'. |
77 |
|
|
78 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* Parser.pm ('z-index', 'line-height', 'border-width' parse): Support |
81 |
|
for '+'. |
82 |
|
('margin-top' parse): Fixed to report more accureate error |
83 |
|
position. |
84 |
|
('right'): Negative values and 'auto' were not supported. |
85 |
|
|
86 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Parser.pm ('font-weight' parser): Support for '+'. |
89 |
|
|
90 |
|
* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |
91 |
|
|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. |
92 |
|
|
93 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
96 |
|
report more accurate error position. Enabled the |
97 |
|
support for '-webkit-xxx-large'. |
98 |
|
('font' parse): Support for '+' in <'font-weight'> |
99 |
|
and <'font-size'>. |
100 |
|
|
101 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* Parser.pm ('background' serialize_multiple, 'background-position' |
104 |
|
serialize_shorthand): Reimplemented taking 'inherit' |
105 |
|
and 'important' into account. |
106 |
|
('background' parse): Support for '+'. Correct initial value |
107 |
|
for 'background-position-y' was not set in some cases. |
108 |
|
Wrong value was set to 'background-position-x' in some case. |
109 |
|
Did not return by some syntax errors. |
110 |
|
|
111 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* Parser.pm (get_char): Use argument to avoid self reference. |
114 |
|
|
115 |
|
* Tokenizer.pm: Set the tokenizer itself as the first |
116 |
|
argument to the |get_char| function. |
117 |
|
|
118 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* Parser.pm ('border' serialize_multiple): Reimplement |
121 |
|
to take 'inherit' and 'important' into account. |
122 |
|
|
123 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* Parser.pm (serialize_shorthand, serialize_multiple): The |
126 |
|
leading | ! |s in the priority part were removed (now they |
127 |
|
are added by |css_text| attribute implementation). |
128 |
|
(border-width, border-style, border-color serialize_shorthand): Typo |
129 |
|
fixed. |
130 |
|
|
131 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* Parser.pm (font serialize_shorthand): Implemented. |
134 |
|
($generic_font_keywords): Typo fixed. |
135 |
|
|
136 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* Parser.pm: Return value of |serialize_multiple| methods |
139 |
|
are changed. |
140 |
|
('margin' serialize_multiple, 'padding' serialize_multiple): |
141 |
|
Implemented. |
142 |
|
('border-style' serialize_shorthand, 'border-color' |
143 |
|
serialize_shorthand, 'border-width' serialize_shorthand, |
144 |
|
'border-left' serialize_shorthand, 'border-top' serialize_shorthand, |
145 |
|
'border-bottom' serialize_shorthand, 'border-right' |
146 |
|
serialize_shorthand): New. |
147 |
|
|
148 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* Parser.pm (parse_char_string): Treatement for non-important |
151 |
|
duplicate declarations was incorrect. |
152 |
|
(margin): Use 'margin' shorthand property for serializing |
153 |
|
margin-related properties if possible. Support for the |+| |
154 |
|
sign in <'margin'> is added. |
155 |
|
|
156 |
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
* Parser.pm: Support for the |+| sign in 'margin-top' and |
* Parser.pm: Support for the |+| sign in 'margin-top' and |