1 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
4 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
5 |
|
(splitText): Reimplemented. |
6 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
7 |
|
for non-parent node types. |
8 |
|
|
9 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
10 |
|
for non-parent node types. |
11 |
|
|
12 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
15 |
|
|
16 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
17 |
|
|
18 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* DOMFeature.dis: Description added and revised. (Still more |
21 |
|
work required.) |
22 |
|
|
23 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
26 |
|
value has been changed from "DISPerl:String" |
27 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
28 |
|
|
29 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
32 |
|
type properties added. |
33 |
|
|
34 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
35 |
|
type properties added. |
36 |
|
|
37 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
40 |
|
properties added. |
41 |
|
|
42 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
45 |
|
(MIString): New type. |
46 |
|
|
47 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
48 |
|
URI value, not a reference to it. |
49 |
|
|
50 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
53 |
|
names where possible. |
54 |
|
|
55 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
56 |
|
added (still work in progress). |
57 |
|
|
58 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
59 |
|
|
60 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
63 |
|
|
64 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
65 |
|
is removed. |
66 |
|
|
67 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
111 |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
112 |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
113 |
|
|
114 |
* DOMMain.pm (StringExtended): Code portions of raising |
* DOMMain.pm (StringExtend): Code portions of raising |
115 |
StringOutOfBoundsException is temporary disabled since |
StringOutOfBoundsException is temporary disabled since |
116 |
it is not a DOM-style exception supported by |
it is not a DOM-style exception supported by |
117 |
current implementation of ManakaiNode - it will be |
current implementation of ManakaiNode - it will be |