1 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
4 |
|
|
5 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
8 |
|
(Text, DocumentFragment, Comment): Most members are |
9 |
|
reimplemented (untested). |
10 |
|
|
11 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
14 |
|
removed to sync with DOM Level 3 Core specification. |
15 |
|
|
16 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
17 |
|
(GetElementsNodeList): Reimplemented (untested). |
18 |
|
|
19 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
22 |
|
parameter must also affect on |manakaiAppendText| |
23 |
|
and |textContent| on |Document| nodes. |
24 |
|
|
25 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
26 |
|
parameter changes the class to |bless|. |
27 |
|
(Node): Most methods are reimplemented. (Untested) |
28 |
|
(CharacterData, Attr): Most methods and attributes are |
29 |
|
reimplemented. (Untested) |
30 |
|
|
31 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
32 |
|
reimplemented (untested). |
33 |
|
|
34 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
37 |
|
(untested). |
38 |
|
|
39 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
42 |
|
a qualified name. |
43 |
|
|
44 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
45 |
|
the prefix if it is an empty string. (Note that |
46 |
|
it is defined as implementation dependent in |
47 |
|
DOM Level 3 Core specification). |
48 |
|
|
49 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
50 |
|
module. |
51 |
|
(Node): Attributes are reimplemented (untested). |
52 |
|
|
53 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
54 |
|
module. |
55 |
|
(Node): Attributes are reimplemented (untested). |
56 |
|
(Entity, Notation): New interfaces. |
57 |
|
|
58 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
59 |
|
|
60 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
63 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
64 |
|
replaceChild, removeChild, createDocumentFragment, |
65 |
|
createEntityReference, createProcessingInstruction, |
66 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
67 |
|
(NodeList, DocumentFragment): New interfaces. |
68 |
|
|
69 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
70 |
|
|
71 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
74 |
|
(createAttributeNS, createTextNode, createComment, |
75 |
|
createCDATASection): New methods. |
76 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
77 |
|
|
78 |
|
* Makefile: |XML.dis| is added. |
79 |
|
|
80 |
|
* XML.dis: New module. |
81 |
|
|
82 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
85 |
|
|
86 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
89 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
90 |
|
(Element): New interface. |
91 |
|
(createElementNS): New method. |
92 |
|
(strictErrorChecking): New. |
93 |
|
|
94 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* Makefile: |TreeCore.dis| is added. |
97 |
|
|
98 |
|
* TreeCore.dis: New module. |
99 |
|
|
100 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
103 |
|
parameter. |
104 |
|
|
105 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
106 |
|
|
107 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
108 |
|
data types added to configuration parameters. |
109 |
|
|
110 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
113 |
|
a |DISSource:ResourceProperty|. |
114 |
|
(c:anyDOMConfigurationParameter): New property. |
115 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
116 |
|
the |c:anyDOMConfigurationParameter| property. |
117 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
118 |
|
|
119 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
120 |
|
|
121 |
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |