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