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