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> |
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |