1 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSRule.pm (@media, @import ____new): Bless media object |
4 |
|
with the appropriate class. |
5 |
|
(@media css_text): Getter implemented. |
6 |
|
|
7 |
|
* MediaList.pm (media_text): Getter implemented. |
8 |
|
|
9 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CSSStyleDeclaration.pm ($serialize_value): Support |
12 |
|
for new value types. |
13 |
|
|
14 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* CSSStyleDeclaration.pm ($serialize_value): New (was |
17 |
|
part of Whatpm::CSS::Parser as $default_serializer). |
18 |
|
Use it instead of old 'serialize' parameter of CSS |
19 |
|
property definition. |
20 |
|
|
21 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* CSSStyleDeclaration.pm (css_text): Prepend | ! | before |
24 |
|
the priority token if any. |
25 |
|
(get_property_priority): Shorthand case implemented. |
26 |
|
|
27 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |