1 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
4 |
|
(Text, DocumentFragment, Comment): Most members are |
5 |
|
reimplemented (untested). |
6 |
|
|
7 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
10 |
|
removed to sync with DOM Level 3 Core specification. |
11 |
|
|
12 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
13 |
|
(GetElementsNodeList): Reimplemented (untested). |
14 |
|
|
15 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
18 |
|
parameter must also affect on |manakaiAppendText| |
19 |
|
and |textContent| on |Document| nodes. |
20 |
|
|
21 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
22 |
|
parameter changes the class to |bless|. |
23 |
|
(Node): Most methods are reimplemented. (Untested) |
24 |
|
(CharacterData, Attr): Most methods and attributes are |
25 |
|
reimplemented. (Untested) |
26 |
|
|
27 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
28 |
|
reimplemented (untested). |
29 |
|
|
30 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
33 |
|
(untested). |
34 |
|
|
35 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
38 |
|
a qualified name. |
39 |
|
|
40 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
41 |
|
the prefix if it is an empty string. (Note that |
42 |
|
it is defined as implementation dependent in |
43 |
|
DOM Level 3 Core specification). |
44 |
|
|
45 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
46 |
|
module. |
47 |
|
(Node): Attributes are reimplemented (untested). |
48 |
|
|
49 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
50 |
|
module. |
51 |
|
(Node): Attributes are reimplemented (untested). |
52 |
|
(Entity, Notation): New interfaces. |
53 |
|
|
54 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
55 |
|
|
56 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
59 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
60 |
|
replaceChild, removeChild, createDocumentFragment, |
61 |
|
createEntityReference, createProcessingInstruction, |
62 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
63 |
|
(NodeList, DocumentFragment): New interfaces. |
64 |
|
|
65 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
66 |
|
|
67 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
70 |
|
(createAttributeNS, createTextNode, createComment, |
71 |
|
createCDATASection): New methods. |
72 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
73 |
|
|
74 |
|
* Makefile: |XML.dis| is added. |
75 |
|
|
76 |
|
* XML.dis: New module. |
77 |
|
|
78 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
81 |
|
|
82 |
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |