1 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
4 |
|
in interfaces. |
5 |
|
|
6 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
9 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
10 |
|
(splitText): Reimplemented. |
11 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
12 |
|
for non-parent node types. |
13 |
|
|
14 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
15 |
|
for non-parent node types. |
16 |
|
|
17 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
20 |
|
|
21 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
22 |
|
|
23 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMFeature.dis: Description added and revised. (Still more |
26 |
|
work required.) |
27 |
|
|
28 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
31 |
|
value has been changed from "DISPerl:String" |
32 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
33 |
|
|
34 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
37 |
|
type properties added. |
38 |
|
|
39 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
40 |
|
type properties added. |
41 |
|
|
42 |
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
116 |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
117 |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
118 |
|
|
119 |
* DOMMain.pm (StringExtended): Code portions of raising |
* DOMMain.pm (StringExtend): Code portions of raising |
120 |
StringOutOfBoundsException is temporary disabled since |
StringOutOfBoundsException is temporary disabled since |
121 |
it is not a DOM-style exception supported by |
it is not a DOM-style exception supported by |
122 |
current implementation of ManakaiNode - it will be |
current implementation of ManakaiNode - it will be |