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