1 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
4 |
|
set of longhand properties. |
5 |
|
(get_property_priority): Implemented. |
6 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
7 |
|
attributes. |
8 |
|
|
9 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
12 |
|
as well as |{compute}| as a way to filter out longhand |
13 |
|
properties. Sort properties by names for readability. |
14 |
|
|
15 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
18 |
|
information for debugging. |
19 |
|
|
20 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
21 |
|
|
22 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
25 |
|
|
26 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
29 |
|
method. |
30 |
|
|
31 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
34 |
|
an independent function. |
35 |
|
|
36 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
39 |
|
reflecting CSS property is implemented. |
40 |
|
(css_text): Getter is implemented. |
41 |
|
|
42 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
45 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
46 |
|
|
47 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
48 |
|
manakai_lookup_namespace_prefix): New methods. |
49 |
|
|
50 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
53 |
|
|
54 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
57 |
|
(____new): s/_selector/_selectors/g; |
58 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
59 |
|
|
60 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
61 |
|
|
62 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
63 |
|
(css_text): New attribute. |
64 |
|
|
65 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
68 |
|
|
69 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
70 |
|
setting of owner* and parent* attributes; support |
71 |
|
for the |delete_rule| method. |
72 |
|
|
73 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
76 |
|
First version of CSSOM implementation. |
77 |
|
|
78 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
81 |
|
manakai_charset): New attributes. |
82 |
|
|
83 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
86 |
|
for getter. |
87 |
|
|
88 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
91 |
|
The |namespaceURI| attribute was not set correctly. |
92 |
|
|
93 |
|
* DOMEvents.dis: Removed. |
94 |
|
|
95 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
98 |
|
EventException.pm: Implemented (but not tested!). |
99 |
|
|
100 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
101 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
102 |
|
error subtypes. |
103 |
|
|
104 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
105 |
|
version |3.0|, is added. |
106 |
|
|
107 |
|
* Document.pm, Node.pm: Event attributes and |
108 |
|
methods are implemented. |
109 |
|
|
110 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
113 |
|
an additional argument for "current element". |
114 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
115 |
|
pseudo-classes. |
116 |
|
|
117 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
120 |
|
|
121 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
124 |
|
|
125 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
128 |
|
|
129 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
132 |
|
from most part of |query_selector_all|. |
133 |
|
|
134 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
137 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
138 |
|
|
139 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
140 |
|
interface. |
141 |
|
|
142 |
|
* Element.pm (Element): Implements the |ElementSelector| |
143 |
|
interface. |
144 |
|
|
145 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
146 |
|
|
147 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
148 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
149 |
|
with limited selectors syntax support, though). |
150 |
|
|
151 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
154 |
|
are supported. |
155 |
|
|
156 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* SelectorsAPI.pm: New Perl module. |
159 |
|
|
160 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
163 |
|
of the |owner_document|, if any, as defined in the spec. |
164 |
|
|
165 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* Makefile: Relative path was wrong. |
168 |
|
|
169 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* HTML/: New directory. |
172 |
|
|
173 |
|
* Element.pm (create_element_ns): Return object implementing |
174 |
|
the |HTMLElement| interface for HTML elements. |
175 |
|
|
176 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* DOMImplementation.pod: New documentation. |
179 |
|
|
180 |
|
* Makefile: Make HTML document. |
181 |
|
|
182 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
185 |
|
|
186 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
187 |
|
|
188 |
|
* Document.pm: Renamed from DOMDocument.pm. |
189 |
|
|
190 |
|
* Element.pm: Renamed from DOMElement.pm |
191 |
|
|
192 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
195 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
196 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
197 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
198 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
199 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
200 |
|
|
201 |
|
* Makefile: Rules for DIS are removed. |
202 |
|
|
203 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
206 |
|
was referenced. |
207 |
|
|
208 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
211 |
|
is implemented. |
212 |
|
|
213 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
216 |
|
is implemented. |
217 |
|
|
218 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* Attr.pm (DeclaredValueType): Added. |
221 |
|
|
222 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
223 |
|
as a valid input, for |text_content| (maybe) allows it. |
224 |
|
|
225 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
226 |
|
|
227 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
229 |
|
* DOMElement.pm: Incorrect module was referenced. |
230 |
|
|
231 |
|
* DOMImplementation.pm: References to |
232 |
|
the |Message::Charset::Encode| module has been removed. |
233 |
|
|
234 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
237 |
|
instead of |Message::Charset::Encode|. |
238 |
|
|
239 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
241 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
242 |
|
|
243 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
244 |
|
|
245 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
248 |
|
implemented. |
249 |
|
|
250 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
251 |
|
subclasses. |
252 |
|
|
253 |
|
* DOMImplementation.pm (DOMImplementation): Now |
254 |
|
implements the |AtomDOMImplementation| interface. |
255 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
256 |
|
|
257 |
|
* NodeList.pm (StaticNodeList): Implemented. |
258 |
|
|
259 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* Atom/: New directory. |
262 |
|
|
263 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
266 |
|
|
267 |
|
* Text.pm (whole_text): Parameter index number has |
268 |
|
been changed to support new |NodeFilter| Perl binding |
269 |
|
definition. |
270 |
|
|
271 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
273 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
274 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
275 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
276 |
|
|
277 |
|
* DOMConfiguration.pm (can_set_parameter, |
278 |
|
set_parameter): Don't allow to set the value |
279 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
280 |
|
|
281 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
282 |
|
(create_tree_walker, manakai_create_serial_walker): References |
283 |
|
and prototypes are added. |
284 |
|
|
285 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
286 |
|
|
287 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
288 |
|
version |2.0|, is added. |
289 |
|
|
290 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
291 |
|
|
292 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
293 |
|
|
294 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
295 |
|
|
296 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
297 |
|
|
298 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
299 |
|
|
300 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
302 |
|
* DOMConfiguration.pm: Support for |schema-type| |
303 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
304 |
|
|
305 |
|
* NamedNodeMap (TIEHASH): Were missing. |
306 |
|
|
307 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
308 |
|
|
309 |
|
* AttributeDefinition.pm (node_value): Implemented. |
310 |
|
(create_attribute_definition): Implemented. |
311 |
|
|
312 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
313 |
|
get_parameter, set_parameter, can_set_parameter, |
314 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
315 |
|
FIRSTKEY, LASTKEY): Implemented. |
316 |
|
|
317 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
318 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
319 |
|
|
320 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
321 |
|
Implemented. |
322 |
|
|
323 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
324 |
|
are added. |
325 |
|
|
326 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
327 |
|
class. |
328 |
|
|
329 |
|
* DocumentType.pm (get_element_type_definition_node, |
330 |
|
get_general_entity_node, get_notation_node, |
331 |
|
set_element_type_definition_node, set_general_entity_node, |
332 |
|
set_notation_node, create_document_type_definition): Implemented. |
333 |
|
|
334 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
335 |
|
set_attribute_definition_node, create_element_type_definition): |
336 |
|
Implemented. |
337 |
|
|
338 |
|
* Entity.pm (create_general_entity): Implemented. |
339 |
|
|
340 |
|
* Node.pm: Constants in |OperationType| definition |
341 |
|
group are added. |
342 |
|
(manakai_language): Implemented. |
343 |
|
|
344 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
345 |
|
class. |
346 |
|
|
347 |
|
* Notation.pm (create_notation): Implemented. |
348 |
|
|
349 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
350 |
|
|
351 |
|
* TypeInfo.pm: New Perl module. |
352 |
|
|
353 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
354 |
|
to avoid HTML5 case normalization. |
355 |
|
(is_id): Implemented. |
356 |
|
(manakai_name): New attribute. |
357 |
|
(schema_type_info): Implemented. |
358 |
|
(create_attribute_ns): Empty string as namespace URI |
359 |
|
was not supported. |
360 |
|
|
361 |
|
* DOMElement.pm (clone_node): Removed since now it is |
362 |
|
defined in |Node.pm|. |
363 |
|
(schema_type_info): Implemented. |
364 |
|
(manakai_tag_name): New attribute. |
365 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
366 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
367 |
|
remove_attribute, remove_attribute_ns, |
368 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
369 |
|
set_id_attribute, set_id_attribute_node, |
370 |
|
set_id_attribute_ns): Implemented. |
371 |
|
(create_element_ns): Empty string as namespace URI |
372 |
|
was not supported. |
373 |
|
|
374 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
375 |
|
|
376 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
377 |
|
|
378 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
379 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
380 |
|
by empty strings for compatibility with Web browsers. |
381 |
|
(create_document_type): Initialize |internal_subset| |
382 |
|
attribute by an empty string for compatibility with |
383 |
|
Web browsers. |
384 |
|
|
385 |
|
* ElementTypeDefinition.pm, Entity.pm, |
386 |
|
Notation.pm (owner_document_type_definition): Implemented. |
387 |
|
|
388 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
389 |
|
|
390 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
391 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
392 |
|
|
393 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
394 |
|
|
395 |
|
* Attr.pm (value, node_value): Now it is defined |
396 |
|
as |text_content| itself. |
397 |
|
|
398 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
399 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
400 |
|
|
401 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
402 |
|
|
403 |
|
* DocumentType.pm (internal_subset): Implemented. |
404 |
|
|
405 |
|
* Entity.pm (is_externally_declared, input_encoding, |
406 |
|
xml_version): Implemented. |
407 |
|
|
408 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
409 |
|
|
410 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
411 |
|
|
412 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
413 |
|
(data): Reimplemented. |
414 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
415 |
|
a number of bugs. |
416 |
|
|
417 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
418 |
|
|
419 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
420 |
|
|
421 |
|
* StringExtended.pm: New Perl module. |
422 |
|
|
423 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
424 |
|
insert_data, replace_data, substring_data): Implemented. |
425 |
|
|
426 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
427 |
|
|
428 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
429 |
|
split_text): Implemented. |
430 |
|
|
431 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
432 |
|
|
433 |
|
* DOMElement.pm (attributes): Implemented. |
434 |
|
|
435 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
436 |
|
|
437 |
|
* DocumentType.pm (entities, general_entities, |
438 |
|
notations, element_types): Implemented. |
439 |
|
|
440 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
441 |
|
|
442 |
|
* NamedNodeMap.pm: New Perl module. |
443 |
|
|
444 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
445 |
|
|
446 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
447 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
448 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
449 |
|
insert_before, replace_child): Implemented. |
450 |
|
|
451 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
452 |
|
|
453 |
|
* Node.pm (remove_child): Implemented. |
454 |
|
|
455 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
457 |
|
* Node.pm (==, is_equal_node): Implemented. |
458 |
|
(is_same_node): Implemented. |
459 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
460 |
|
(is_supported): Implemented. |
461 |
|
|
462 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
463 |
|
|
464 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
465 |
|
(create_document): Implemented. |
466 |
|
|
467 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
468 |
|
errors. |
469 |
|
(QNAME_NULLNS_ERR): New errors. |
470 |
|
|
471 |
|
* DocumenType.pm (create_document_type): Implemented. |
472 |
|
|
473 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
474 |
|
|
475 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
476 |
|
|
477 |
|
* DOMElement.pm (has_attribute): Alpha version. |
478 |
|
(create_element, create_element_ns): Implemented. |
479 |
|
|
480 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
481 |
|
|
482 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
483 |
|
|
484 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
485 |
|
|
486 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
487 |
|
|
488 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
489 |
|
|
490 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
491 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
492 |
|
when |{manakai_compat_mode}| is |undef|. |
493 |
|
|
494 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
495 |
|
|
496 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
497 |
|
Statements to set |$Error::Depth| are removed since they |
498 |
|
are result in "uninitialized" warnings unless |
499 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
500 |
|
Usually methods invoked in these methods does not |
501 |
|
raise any exception so that it makes no difference. |
502 |
|
|
503 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
504 |
|
|
505 |
|
* DOMDocument.pm (adopt_node): Implemented. |
506 |
|
(doctype): Implemented. |
507 |
|
|
508 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
509 |
|
|
510 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
511 |
|
error type. |
512 |
|
|
513 |
|
* Node.pm (set_user_data): Implemented. |
514 |
|
|
515 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
516 |
|
|
517 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
518 |
|
It will be defined in the DOM Perl Binding specification |
519 |
|
as part of |DOMImplementation| interface. |
520 |
|
($HasFeature): Defined for features support. |
521 |
|
(has_feature, get_feature): Implemented. |
522 |
|
|
523 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
524 |
|
module unless necessary. |
525 |
|
(___report_error): Removed since it is not used in fact. |
526 |
|
|
527 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
528 |
|
DOMImplementationRegistry.pm: New modules. |
529 |
|
|
530 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
531 |
|
|
532 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
533 |
|
|
534 |
|
* DOMStringList.pm: New Perl module. |
535 |
|
|
536 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
537 |
|
|
538 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
539 |
|
at all. |
540 |
|
|
541 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
542 |
|
|
543 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
544 |
|
|
545 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
546 |
|
|
547 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
548 |
|
(manakai_is_html): Revised. |
549 |
|
(Document): Now it implements the |HTMLDocument| interface. |
550 |
|
(adopt_node): Alpha version. |
551 |
|
|
552 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
553 |
|
not |allowed_token|! |
554 |
|
|
555 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
556 |
|
return an |undef| even if its |attribute_definitions| |
557 |
|
list is not created. |
558 |
|
|
559 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
560 |
|
|
561 |
|
* Comment.pm (node_type): Node type was incorrect! |
562 |
|
|
563 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
564 |
|
|
565 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
566 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
567 |
|
New autoload configuration. Note that the Message::Charset::Encode |
568 |
|
module is subject to change. |
569 |
|
|
570 |
|
* XMLParserTemp.pm: Now it can be used with new version |
571 |
|
of DOM implementation. Current plan is to replace it by |
572 |
|
an XML5 parser someday. |
573 |
|
|
574 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
575 |
|
|
576 |
|
* DOMLocator.pm: New module. |
577 |
|
|
578 |
|
* DOMError.pm: New module. |
579 |
|
|
580 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
581 |
|
|
582 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
583 |
|
clone_node, compare_document_position, has_attributes, |
584 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
585 |
|
lookup_prefix, normalize): Implemented. |
586 |
|
|
587 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
588 |
|
|
589 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
590 |
|
|
591 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
592 |
|
|
593 |
|
* AttributeDefinition.pm (____new): Set an empty list |
594 |
|
to the |allowed_tokens| attribute. |
595 |
|
(allowed_token): Alpha version. |
596 |
|
|
597 |
|
* DocumentType.pm (get_element_type_definition_node, |
598 |
|
get_notation_node): ALpha version. |
599 |
|
|
600 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
601 |
|
version. |
602 |
|
|
603 |
|
* Entity.pm (notation_name): Implemented. |
604 |
|
|
605 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
606 |
|
|
607 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
608 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
609 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
610 |
|
(value): Call |text_content| for now. |
611 |
|
|
612 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
613 |
|
(declared_type, default_type): Implemented. |
614 |
|
|
615 |
|
* CharacterData.pm (____new): Allow a scalar reference |
616 |
|
as an input for the |data| attribute. |
617 |
|
(base_uri, manakai_append_text): Implemented. |
618 |
|
|
619 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
620 |
|
|
621 |
|
* DOMDocument.pm (____new): Set default values to |
622 |
|
configuration parameter whose default is true. |
623 |
|
(document_uri, input_encoding): Implemented. |
624 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
625 |
|
(base_uri, manakai_append_text, |
626 |
|
manakai_entity_base_uri, strict_error_checking, |
627 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
628 |
|
|
629 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
630 |
|
(get_attribute, get_attribute_node): Alpha version. |
631 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
632 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
633 |
|
|
634 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
635 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
636 |
|
|
637 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
638 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
639 |
|
manakai_append_text): Implemented. |
640 |
|
(element_types, general_entities, notations, |
641 |
|
set_element_type_definition_node, set_general_entity_node, |
642 |
|
set_notation_node): Alpha version. |
643 |
|
|
644 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
645 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
646 |
|
|
647 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
648 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
649 |
|
manakai_entity_uri): Implemented. |
650 |
|
|
651 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
652 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
653 |
|
|
654 |
|
* Node.pm (base_uri): Implemented. |
655 |
|
(text_content): Don't check read-only or not |
656 |
|
unless |strict_error_checking|. |
657 |
|
(manakai_append_text): Implemented. |
658 |
|
(get_feature): Alpha. |
659 |
|
(manakai_set_read_only): Implemented. |
660 |
|
|
661 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
662 |
|
manakai_declaration_base_uri): Implemented. |
663 |
|
|
664 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
665 |
|
base_uri, manakai_append_text): Implemented. |
666 |
|
|
667 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
668 |
|
|
669 |
|
* DOMConfiguration.pm: New module. |
670 |
|
|
671 |
|
* Attr.pm (trivial accessor for read-write attributes): Throw |
672 |
|
an exception if the node is read-only. Delete the property |
673 |
|
if undef is specified. |
674 |
|
(prefix): Implemented. |
675 |
|
|
676 |
|
* DOMElement.pm (trivial accessor for read-write attributes): Throw |
677 |
|
an exception if the node is read-only. Delete the property |
678 |
|
if undef is specified. |
679 |
|
(prefix): Implemented. |
680 |
|
(text_content, manakai_append_text): Old implementations are removed. |
681 |
|
|
682 |
|
* DOMCharacterData.pm (text_content): Implemented. |
683 |
|
|
684 |
|
* DOMDocument.pm (____new): Initialize the strict-document-children |
685 |
|
parameter by true. |
686 |
|
(text_content): Reimplemented. |
687 |
|
(dom_config): New. |
688 |
|
|
689 |
|
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype. |
690 |
|
|
691 |
|
* DocumentType.pm (text_content): Implemented. |
692 |
|
|
693 |
|
* ElementTypeDefinition.pm (text_content): Implemented. |
694 |
|
|
695 |
|
* Node.pm (___report_error): New method. |
696 |
|
(text_content): Implemented. |
697 |
|
(manakai_append_text): Copied from |DOMElement.pm|. |
698 |
|
|
699 |
|
* Notation.pm (text_content): Implemented. |
700 |
|
|
701 |
|
* ProcessingInstruction.pm (text_content): Implemented. |
702 |
|
|
703 |
|
* Text.pm (is_element_content_whitespace): Alpha version. |
704 |
|
|
705 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
706 |
|
|
707 |
|
* DOMException.pm (Message::IF::DOMException): Extends |
708 |
|
the |Message::Util::Error| class. |
709 |
|
|
710 |
|
* NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class. |
711 |
|
(CLEAR): Not all items were removed. |
712 |
|
|
713 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
714 |
|
|
715 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
716 |
|
DocumentType.pm, Entity.pm, |
717 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
718 |
|
|
719 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
720 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
721 |
|
|
722 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
723 |
|
|
724 |
|
* Node.pm (==, !=): Implemented. |
725 |
|
(manakai_read_only): Implemented. |
726 |
|
(is_same_node): Implemented. |
727 |
|
(is_equal_node): Alpha version. |
728 |
|
(manakai_set_read_only): Alpha version. |
729 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
730 |
|
definitions are removed. |
731 |
|
|
732 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
733 |
|
|
734 |
|
* Node.pm: First alpha version of implementation of attributes. |
735 |
|
|
736 |
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
737 |
|
|
738 |
* ProcessingInstruction.pm, EntityReference.pm, |
* ProcessingInstruction.pm, EntityReference.pm, |