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