1 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Document.pm (manakai_html, manakai_head): New methods. |
4 |
|
|
5 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* CSSRule.pm (@import css_text): Implemented. |
8 |
|
|
9 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CSSStyleSheet.pm (manakai_input_encoding): New. |
12 |
|
|
13 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* CSSRule.pm (@media, @import ____new): Bless media object |
16 |
|
with the appropriate class. |
17 |
|
(@media css_text): Getter implemented. |
18 |
|
|
19 |
|
* MediaList.pm (media_text): Getter implemented. |
20 |
|
|
21 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* CSSStyleDeclaration.pm ($serialize_value): Support |
24 |
|
for new value types. |
25 |
|
|
26 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* CSSStyleDeclaration.pm ($serialize_value): New (was |
29 |
|
part of Whatpm::CSS::Parser as $default_serializer). |
30 |
|
Use it instead of old 'serialize' parameter of CSS |
31 |
|
property definition. |
32 |
|
|
33 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* CSSStyleDeclaration.pm (css_text): Prepend | ! | before |
36 |
|
the priority token if any. |
37 |
|
(get_property_priority): Shorthand case implemented. |
38 |
|
|
39 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
42 |
|
and |serialize_multiple| to serialize shorthand properties |
43 |
|
in reflecting attributes. Return value of |
44 |
|
the |serialzie_multiple| function has been changed. |
45 |
|
(non-computed css_text): Sort by property names. |
46 |
|
|
47 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Window.pm (manakai_get_computed_style): Renamed |
50 |
|
from |get_computed_style|. |
51 |
|
|
52 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
53 |
|
|
54 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
57 |
|
shorthand properties did croak (fixed but still they does not |
58 |
|
return correct result - they need to be fixed later). |
59 |
|
|
60 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
61 |
|
were missing. |
62 |
|
|
63 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Window.pm (___reset_css): Typo fixed. |
66 |
|
|
67 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
70 |
|
the |CSS2Properties| interface. |
71 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
72 |
|
|
73 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
76 |
|
Return an empty string if no value is assigned to the property. Insert |
77 |
|
a SPACE before '!' for compatibility with Firefox. |
78 |
|
|
79 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
82 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
83 |
|
(selector_text): Namespace support is fixed. |
84 |
|
|
85 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
86 |
|
|
87 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
90 |
|
to get better result. |
91 |
|
|
92 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* Window.pm: New Perl module. |
95 |
|
|
96 |
|
* Document.pm (default_view): Implemented. |
97 |
|
|
98 |
|
* Element.pm (current_style): Implemented. |
99 |
|
|
100 |
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |