1 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
4 |
|
and |serialize_multiple| to serialize shorthand properties |
5 |
|
in reflecting attributes. Return value of |
6 |
|
the |serialzie_multiple| function has been changed. |
7 |
|
(non-computed css_text): Sort by property names. |
8 |
|
|
9 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Window.pm (manakai_get_computed_style): Renamed |
12 |
|
from |get_computed_style|. |
13 |
|
|
14 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
15 |
|
|
16 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
19 |
|
shorthand properties did croak (fixed but still they does not |
20 |
|
return correct result - they need to be fixed later). |
21 |
|
|
22 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
23 |
|
were missing. |
24 |
|
|
25 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Window.pm (___reset_css): Typo fixed. |
28 |
|
|
29 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
32 |
|
the |CSS2Properties| interface. |
33 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
34 |
|
|
35 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
38 |
|
Return an empty string if no value is assigned to the property. Insert |
39 |
|
a SPACE before '!' for compatibility with Firefox. |
40 |
|
|
41 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
44 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
45 |
|
(selector_text): Namespace support is fixed. |
46 |
|
|
47 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
48 |
|
|
49 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
52 |
|
to get better result. |
53 |
|
|
54 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* Window.pm: New Perl module. |
57 |
|
|
58 |
|
* Document.pm (default_view): Implemented. |
59 |
|
|
60 |
|
* Element.pm (current_style): Implemented. |
61 |
|
|
62 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
65 |
|
set of longhand properties. |
66 |
|
(get_property_priority): Implemented. |
67 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
68 |
|
attributes. |
69 |
|
|
70 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
73 |
|
as well as |{compute}| as a way to filter out longhand |
74 |
|
properties. Sort properties by names for readability. |
75 |
|
|
76 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
79 |
|
information for debugging. |
80 |
|
|
81 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
82 |
|
|
83 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
86 |
|
|
87 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
90 |
|
method. |
91 |
|
|
92 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
95 |
|
an independent function. |
96 |
|
|
97 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
100 |
|
reflecting CSS property is implemented. |
101 |
|
(css_text): Getter is implemented. |
102 |
|
|
103 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
106 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
107 |
|
|
108 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
109 |
|
manakai_lookup_namespace_prefix): New methods. |
110 |
|
|
111 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
114 |
|
|
115 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
118 |
|
(____new): s/_selector/_selectors/g; |
119 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
120 |
|
|
121 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
122 |
|
|
123 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
124 |
|
(css_text): New attribute. |
125 |
|
|
126 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
129 |
|
|
130 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
131 |
|
setting of owner* and parent* attributes; support |
132 |
|
for the |delete_rule| method. |
133 |
|
|
134 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
137 |
|
First version of CSSOM implementation. |
138 |
|
|
139 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
142 |
|
manakai_charset): New attributes. |
143 |
|
|
144 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
147 |
|
for getter. |
148 |
|
|
149 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
152 |
|
The |namespaceURI| attribute was not set correctly. |
153 |
|
|
154 |
|
* DOMEvents.dis: Removed. |
155 |
|
|
156 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
159 |
|
EventException.pm: Implemented (but not tested!). |
160 |
|
|
161 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
162 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
163 |
|
error subtypes. |
164 |
|
|
165 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
166 |
|
version |3.0|, is added. |
167 |
|
|
168 |
|
* Document.pm, Node.pm: Event attributes and |
169 |
|
methods are implemented. |
170 |
|
|
171 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
174 |
|
an additional argument for "current element". |
175 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
176 |
|
pseudo-classes. |
177 |
|
|
178 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
181 |
|
|
182 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
185 |
|
|
186 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
189 |
|
|
190 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
193 |
|
from most part of |query_selector_all|. |
194 |
|
|
195 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
198 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
199 |
|
|
200 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
201 |
|
interface. |
202 |
|
|
203 |
|
* Element.pm (Element): Implements the |ElementSelector| |
204 |
|
interface. |
205 |
|
|
206 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
207 |
|
|
208 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
209 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
210 |
|
with limited selectors syntax support, though). |
211 |
|
|
212 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
215 |
|
are supported. |
216 |
|
|
217 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* SelectorsAPI.pm: New Perl module. |
220 |
|
|
221 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
222 |
|
|
223 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
224 |
|
of the |owner_document|, if any, as defined in the spec. |
225 |
|
|
226 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* Makefile: Relative path was wrong. |
229 |
|
|
230 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* HTML/: New directory. |
233 |
|
|
234 |
|
* Element.pm (create_element_ns): Return object implementing |
235 |
|
the |HTMLElement| interface for HTML elements. |
236 |
|
|
237 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
|
* DOMImplementation.pod: New documentation. |
240 |
|
|
241 |
|
* Makefile: Make HTML document. |
242 |
|
|
243 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
244 |
|
|
245 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
246 |
|
|
247 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
248 |
|
|
249 |
|
* Document.pm: Renamed from DOMDocument.pm. |
250 |
|
|
251 |
|
* Element.pm: Renamed from DOMElement.pm |
252 |
|
|
253 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
255 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
256 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
257 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
258 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
259 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
260 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
261 |
|
|
262 |
|
* Makefile: Rules for DIS are removed. |
263 |
|
|
264 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
267 |
|
was referenced. |
268 |
|
|
269 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
272 |
|
is implemented. |
273 |
|
|
274 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
276 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
277 |
|
is implemented. |
278 |
|
|
279 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
281 |
|
* Attr.pm (DeclaredValueType): Added. |
282 |
|
|
283 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
284 |
|
as a valid input, for |text_content| (maybe) allows it. |
285 |
|
|
286 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
287 |
|
|
288 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
289 |
|
|
290 |
* DOMElement.pm: Incorrect module was referenced. |
* DOMElement.pm: Incorrect module was referenced. |