1 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
4 |
|
|
5 |
|
* DOMFeature.dis (DOMCore:implementation): Short name added. |
6 |
|
|
7 |
|
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
8 |
|
(DOMCore:node): New error parameter. |
9 |
|
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
10 |
|
to "mn:xrefnode0". For this reason, all assignments |
11 |
|
to this property have been rewritten to references |
12 |
|
to code "mn:setXRefNode". |
13 |
|
(cloneNode): Implemented. |
14 |
|
(setAttributeNode): A missing "importTree" method call added. |
15 |
|
(setAttributeNodeNS): Perl code removed and changed |
16 |
|
to a reference to "setAttributeNode" method code. |
17 |
|
|
18 |
|
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
19 |
|
property to "mn:xrefnode0" property. |
20 |
|
|
21 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
24 |
|
in interfaces. |
25 |
|
|
26 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
29 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
30 |
|
(splitText): Reimplemented. |
31 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
32 |
|
for non-parent node types. |
33 |
|
|
34 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
35 |
|
for non-parent node types. |
36 |
|
|
37 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
40 |
|
|
41 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
42 |
|
|
43 |
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* DOMFeature.dis: Description added and revised. (Still more |
* DOMFeature.dis: Description added and revised. (Still more |
136 |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
137 |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
138 |
|
|
139 |
* DOMMain.pm (StringExtended): Code portions of raising |
* DOMMain.pm (StringExtend): Code portions of raising |
140 |
StringOutOfBoundsException is temporary disabled since |
StringOutOfBoundsException is temporary disabled since |
141 |
it is not a DOM-style exception supported by |
it is not a DOM-style exception supported by |
142 |
current implementation of ManakaiNode - it will be |
current implementation of ManakaiNode - it will be |