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> |
126 |
|
|
127 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
128 |
|
The |namespaceURI| attribute was not set correctly. |
129 |
|
|
130 |
|
* DOMEvents.dis: Removed. |
131 |
|
|
132 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
135 |
|
EventException.pm: Implemented (but not tested!). |
136 |
|
|
137 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
138 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
139 |
|
error subtypes. |
140 |
|
|
141 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
142 |
|
version |3.0|, is added. |
143 |
|
|
144 |
|
* Document.pm, Node.pm: Event attributes and |
145 |
|
methods are implemented. |
146 |
|
|
147 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
150 |
|
an additional argument for "current element". |
151 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
152 |
|
pseudo-classes. |
153 |
|
|
154 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
157 |
|
|
158 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
161 |
|
|
162 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
165 |
|
|
166 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
169 |
|
from most part of |query_selector_all|. |
170 |
|
|
171 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
174 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
175 |
|
|
176 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
177 |
|
interface. |
178 |
|
|
179 |
|
* Element.pm (Element): Implements the |ElementSelector| |
180 |
|
interface. |
181 |
|
|
182 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
183 |
|
|
184 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
185 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
186 |
|
with limited selectors syntax support, though). |
187 |
|
|
188 |
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
* SelectorsAPI.pm: Namespaced type/universal selectors |
* SelectorsAPI.pm: Namespaced type/universal selectors |