1 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
4 |
|
property of the new Text node. |
5 |
|
|
6 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Makefile: Loads "NaturalLanguage.dis". |
9 |
|
|
10 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
13 |
|
to the root element created by the method. (It was forgotten!!) |
14 |
|
|
15 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
18 |
|
in the code of removing the newChild from the previous |
19 |
|
parent of that node is fixed. |
20 |
|
|
21 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
24 |
|
namespace prefix of element type if it is not declared |
25 |
|
but not used else. A shift is replaced by pop:). |
26 |
|
|
27 |
|
* DOMCore.dis (getFeature): The getFeature method |
28 |
|
for Node-derived classes implemented. |
29 |
|
* DOMXML.dis (getFeature): Ditto. |
30 |
|
|
31 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
34 |
|
if a document node has no document element node but |
35 |
|
has support for the "HTML" feature. |
36 |
|
|
37 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
* DOMMetaImpl.dis (features input normalizer): Variable name |
* DOMMetaImpl.dis (features input normalizer): Variable name |