1 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Element.dis (removeAttributeNS): A runtime error |
4 |
|
was occurred if there was no specified attribute node. |
5 |
|
|
6 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
7 |
|
|
8 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
11 |
|
New attributes. |
12 |
|
|
13 |
|
(StaticNodeList): New interface. |
14 |
|
|
15 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
18 |
|
|
19 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* SimpleLS.dis: Reimplemented. |
22 |
|
|
23 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
26 |
|
a qualified name. |
27 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
28 |
|
|
29 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
30 |
|
(normalize): Implemented. |
31 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
32 |
|
class. |
33 |
|
|
34 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
37 |
|
|
38 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* CharacterData.dis (length, insertData, substringData, |
41 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
42 |
|
|
43 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
44 |
|
(c:index): The definition was missing. |
45 |
|
(c:length): New property. |
46 |
|
|
47 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* XMLParser.dis (close): Invoke |close| method |
50 |
|
rather than |close| function. |
51 |
|
|
52 |
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
* CharacterData.dis: New module split from |TreeCore.dis|. |
* CharacterData.dis: New module split from |TreeCore.dis|. |