1 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm ($default_serializer): Support for |
4 |
|
the |PERCENTAGE| data type. |
5 |
|
(padding-top, border-top-width): The parser now |
6 |
|
refers the parser of the 'margin-top'. |
7 |
|
(width, height, min-width, min-height, max-width, max-height, |
8 |
|
vertical-align, line-height): Implemented. |
9 |
|
|
10 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Cascade.pm (get_specified_value_no_inherit): New function. |
13 |
|
(get_computed_value): New way to get computed value, |
14 |
|
the |{compute_multiple}| code, is now supported. |
15 |
|
|
16 |
|
* Parser.pm (top, bottom, left, right): Implemented. |
17 |
|
|
18 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Parser.pm: Some condition operators were incorrect. |
21 |
|
The 'border-width' property family is implemented. |
22 |
|
|
23 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Parser.pm: Support for the 'margin' and 'padding' |
26 |
|
property families. |
27 |
|
|
28 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Parser.pm: 'font-size' support. |
31 |
|
|
32 |
|
* Cascade.pm (new): Set default value for 'font-size' |
33 |
|
relative- and absolute- value computations. |
34 |
|
|
35 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Cascade.pm (get_cascaded_value): "*"-only declaration blocks |
38 |
|
were ignored. |
39 |
|
|
40 |
|
* Parser.pm (cursor): Implemented. |
41 |
|
|
42 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* Parser.pm (text-align, text-transform, white-space, |
45 |
|
caption-side, table-layout, border-collapse, empty-cells, |
46 |
|
outline-style, text-decoration): Implemented. |
47 |
|
|
48 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Cascade.pm (get_computed_value): Even when |inherit| is specified |
51 |
|
the value is resolved into the computed value by the |{compute}| |
52 |
|
code to support edge cases not mentioned in the CSS 2.1 spec (see |
53 |
|
<http://suika.fam.cx/gate/2005/sw/inherit>). |
54 |
|
|
55 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Cascade.pm (get_computed_value): Resolve initial value referred |
58 |
|
when |inherit| is specified as if it were the specified value. |
59 |
|
|
60 |
|
* Parser.pm: Some properties were incorrectly marked as |
61 |
|
inherited. |
62 |
|
(background-repeat, background-attachment, font-style, |
63 |
|
font-variant, font-weight, background-image, font-family): Implemented. |
64 |
|
|
65 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* Parser.pm: Give |list-style-image|'s compute function a name. |
68 |
|
|
69 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* Parser.pm: Give |list-style-image|'s parser a name. Bug fix |
72 |
|
on base URI scalar reference. |
73 |
|
|
74 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* Parser.pm (page-break-before, page-break-after, page-break-inside, |
77 |
|
orphans, widows, list-style): Added. |
78 |
|
(z-index): Support for negative values. |
79 |
|
|
80 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* Parser.pm: Set |manakai_base_uri| attribute of the |
83 |
|
created |CSSStyleSheet| object. |
84 |
|
More properties from CSS 2.1 are implemented. |
85 |
|
|
86 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Cascade.pm: The |use strict| line was missing!!!!!!!!!11 |
89 |
|
(get_computed_value): Support for the |inherit| value. |
90 |
|
|
91 |
|
* Parser.pm: The |inherit| value is represented by new |INHERIT| |
92 |
|
value type, rather than |KEYWORD|. |
93 |
|
(position): The initial value was incorrect. |
94 |
|
|
95 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* Cascade.pm (get_cascaded_value): It now should return |undef| |
98 |
|
for shorthand properties. |
99 |
|
(get_specified_value, get_computed_value): New methods. |
100 |
|
|
101 |
|
* Parser.pm: |initial|, |inherited|, and |compute| properties |
102 |
|
are added to property definitions. |
103 |
|
|
104 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* Cascade.pm: Specificity and priority are now supported. |
107 |
|
|
108 |
|
* Parser.pm (get_selector_specificity): New method. |
109 |
|
|
110 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* Cascade.pm: New Perl module. |
113 |
|
|
114 |
|
* Parser.pm: |@namespace| prohibbitted immediately |
115 |
|
following |@namespace| rules by mistake. |
116 |
|
|
117 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* Parser.pm: Support for border-style properties, as a model case |
120 |
|
for shorthand properties. |
121 |
|
|
122 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* Parser.pm: Ignore property which is not supported by the |
125 |
|
application. Support for properties with a keyword being |
126 |
|
able to be specified is added. |
127 |
|
|
128 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* Parser.pm: At-keywords were not case-insensitive. |
131 |
|
Support for property value parsing. Empty declarations |
132 |
|
were not supported. Raise errors for broken declarations. |
133 |
|
Parser and serializer definition for |color| is added. |
134 |
|
|
135 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* Parser.pm: Support for |@namespace| rule. |
138 |
|
|
139 |
|
* SelectorsSerializer.pm: Support for |lookup_namespace_prefix| |
140 |
|
parameter is added. |
141 |
|
|
142 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* Parser.pm: Support for the |@charset| rule. |
145 |
|
|
146 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* Parser.pm (parse_char_string): A poor support for error |
149 |
|
line/column reporting is added. Support for pseudo-element |
150 |
|
and pseudo-class. |
151 |
|
|
152 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* Parser.pm: New module. |
155 |
|
|
156 |
|
* SelectorsParser.pm (parse_string): Split into |parse_string| |
157 |
|
and |_parse_selectors_with_tokenizer|. Support for "end by |
158 |
|
token T" option. Return the last token as well as the |
159 |
|
parsed selectors pbject. |
160 |
|
|
161 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* SelectorsParser.pm (parse_string): Raise errors if appropriate. |
164 |
|
|
165 |
|
2007-10-28 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* SelectorsSerializer.pm (serialize_test): Namespace prefix |
168 |
|
IS namespace URI for sorting stability (attribute and :not() |
169 |
|
selectors). |
170 |
|
|
171 |
|
* selectors-object.en.html: Namespace URI cannot be empty. |
172 |
|
|
173 |
|
2007-10-22 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* SelectorsSerializer.pm ($ident): Non-ascii name start |
176 |
|
characters after leading |-| was escaped. An IDENT |
177 |
|
of |-| was not escaped. |
178 |
|
|
179 |
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
* selectors-object.en.html: New documentation. |
* selectors-object.en.html: New documentation. |