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> |
44 |
|
|
45 |
|
* DOMFeature.dis: Description added and revised. (Still more |
46 |
|
work required.) |
47 |
|
|
48 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
51 |
|
value has been changed from "DISPerl:String" |
52 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
53 |
|
|
54 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
57 |
|
type properties added. |
58 |
|
|
59 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
60 |
|
type properties added. |
61 |
|
|
62 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
65 |
|
properties added. |
66 |
|
|
67 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
70 |
|
(MIString): New type. |
71 |
|
|
72 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
73 |
|
URI value, not a reference to it. |
74 |
|
|
75 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
78 |
|
names where possible. |
79 |
|
|
80 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
81 |
|
added (still work in progress). |
82 |
|
|
83 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
84 |
|
|
85 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
88 |
|
|
89 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
90 |
|
is removed. |
91 |
|
|
92 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
95 |
|
|
96 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
99 |
|
(DAEM_SUFFIX): New. |
100 |
|
|
101 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
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 |