1 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Window.pm (___reset_css): Typo fixed. |
4 |
|
|
5 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
8 |
|
the |CSS2Properties| interface. |
9 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
10 |
|
|
11 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
14 |
|
Return an empty string if no value is assigned to the property. Insert |
15 |
|
a SPACE before '!' for compatibility with Firefox. |
16 |
|
|
17 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
20 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
21 |
|
(selector_text): Namespace support is fixed. |
22 |
|
|
23 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
24 |
|
|
25 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
28 |
|
to get better result. |
29 |
|
|
30 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Window.pm: New Perl module. |
33 |
|
|
34 |
|
* Document.pm (default_view): Implemented. |
35 |
|
|
36 |
|
* Element.pm (current_style): Implemented. |
37 |
|
|
38 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
41 |
|
set of longhand properties. |
42 |
|
(get_property_priority): Implemented. |
43 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
44 |
|
attributes. |
45 |
|
|
46 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
49 |
|
as well as |{compute}| as a way to filter out longhand |
50 |
|
properties. Sort properties by names for readability. |
51 |
|
|
52 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
55 |
|
information for debugging. |
56 |
|
|
57 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
58 |
|
|
59 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
62 |
|
|
63 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
66 |
|
method. |
67 |
|
|
68 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
71 |
|
an independent function. |
72 |
|
|
73 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
76 |
|
reflecting CSS property is implemented. |
77 |
|
(css_text): Getter is implemented. |
78 |
|
|
79 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
82 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
83 |
|
|
84 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
85 |
|
manakai_lookup_namespace_prefix): New methods. |
86 |
|
|
87 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
90 |
|
|
91 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
94 |
|
(____new): s/_selector/_selectors/g; |
95 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
96 |
|
|
97 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
98 |
|
|
99 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
100 |
|
(css_text): New attribute. |
101 |
|
|
102 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
105 |
|
|
106 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
107 |
|
setting of owner* and parent* attributes; support |
108 |
|
for the |delete_rule| method. |
109 |
|
|
110 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
113 |
|
First version of CSSOM implementation. |
114 |
|
|
115 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
118 |
|
manakai_charset): New attributes. |
119 |
|
|
120 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
123 |
|
for getter. |
124 |
|
|
125 |
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |