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