1 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
4 |
|
in the code of removing the newChild from the previous |
5 |
|
parent of that node is fixed. |
6 |
|
|
7 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
10 |
|
namespace prefix of element type if it is not declared |
11 |
|
but not used else. A shift is replaced by pop:). |
12 |
|
|
13 |
|
* DOMCore.dis (getFeature): The getFeature method |
14 |
|
for Node-derived classes implemented. |
15 |
|
* DOMXML.dis (getFeature): Ditto. |
16 |
|
|
17 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
20 |
|
if a document node has no document element node but |
21 |
|
has support for the "HTML" feature. |
22 |
|
|
23 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
26 |
|
typo fixed. |
27 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
28 |
|
so that version specification for "+"'ed feature name does work now. |
29 |
|
|
30 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
33 |
|
removed (now defined in DOMMetaImpl). |
34 |
|
|
35 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
38 |
|
|
39 |
|
* Makefile: Rules for DOMMetaImpl module added. |
40 |
|
|
41 |
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |