1 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
4 |
|
method. |
5 |
|
|
6 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
7 |
|
|
8 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
11 |
|
|
12 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
13 |
|
implementations are added. |
14 |
|
|
15 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
16 |
|
implementations are added. |
17 |
|
|
18 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
19 |
|
implementations are added. |
20 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
21 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
22 |
|
(cfg:strict-document-children): New configuration parameter. |
23 |
|
|
24 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
27 |
|
|
28 |
|
* Tree.dis (replaceChild): Method implementations are added. |
29 |
|
|
30 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
31 |
|
|
32 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
35 |
|
definitions. |
36 |
|
|
37 |
|
* XDoctype.dis (insertBefore): New method implementation. |
38 |
|
|
39 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DOMXML.dis (insertBefore): Method implementations |
42 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
43 |
|
|
44 |
|
* Tree.dis (insertBefore): Method implementation |
45 |
|
for |CharacterData| nodes is added. |
46 |
|
|
47 |
|
* XDoctype.dis (insertBefore): Method implementation |
48 |
|
for |ElementTypeDefinition| nodes is added. |
49 |
|
|
50 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* XDoctype.dis (appendChild): New method implementation. |
53 |
|
|
54 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
57 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
58 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
59 |
|
|
60 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
61 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
62 |
|
Notation.appendChild): New method implementation. |
63 |
|
|
64 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
65 |
|
|
66 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
67 |
|
|
68 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
71 |
|
|
72 |
|
* Tree.dis (createAttribute, createAttributeNS, |
73 |
|
setAttribute, setAttributeNS): They now supports |
74 |
|
the |cfg:xml-id| configuration parameter. |
75 |
|
(cfg:xml-id): New configuration parameter. |
76 |
|
|
77 |
|
* XDoctype.dis (createAttributeDefinition): It now |
78 |
|
supports the |cfg:xml-id| configuration parameter. |
79 |
|
|
80 |
|
* XMLParser.dis (parse): It now supports |
81 |
|
the |cfg:xml-id| configuration parameter. |
82 |
|
|
83 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
* XMLParser.dis (parse): Sets |Document.documentURI| |
* XMLParser.dis (parse): Sets |Document.documentURI| |