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