1 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
4 |
|
|
5 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
6 |
|
untested). |
7 |
|
(___report_error): Reimplemented (untested). |
8 |
|
(manakaiSetReadOnly): New method. |
9 |
|
(Attr.___create_node_ref): New method (untested). |
10 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
11 |
|
(createEntityReference, cloneNode): Support for |
12 |
|
the |cfg:entity-reference-read-only| configuration |
13 |
|
parameter is removed; newly created entity references |
14 |
|
are always read-only and use the |manakaiSetReadOnly| method |
15 |
|
if desired. |
16 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
17 |
|
|
18 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
19 |
|
the |MDOM:XML| Perl module. |
20 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
21 |
|
the |tc:implementation| internal property if its value |
22 |
|
is provided. The |infoset:content| internal property name |
23 |
|
was incorrect. |
24 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
25 |
|
read-only |NodeList| and |DOMStringList| are added |
26 |
|
for clarification. |
27 |
|
|
28 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
31 |
|
module is added. |
32 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
33 |
|
implementation (untested). |
34 |
|
|
35 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
36 |
|
(Roles): Definitions added. |
37 |
|
|
38 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
39 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
40 |
|
module is removed. |
41 |
|
(DocumentXDoctype): Reimplemented (untested). |
42 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
43 |
|
Reimlemented (untested). |
44 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
45 |
|
|
46 |
|
* XML.dis (FeatureDef): New features (definitions copied |
47 |
|
from the |MDOM:DOMXML| module). |
48 |
|
(DocumentType): New interface (definition copied from |
49 |
|
the |MDOM:DOMXML| module). |
50 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
51 |
|
Reimplemented (untested). |
52 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
53 |
|
|
54 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
57 |
|
|
58 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
61 |
|
(Text, DocumentFragment, Comment): Most members are |
62 |
|
reimplemented (untested). |
63 |
|
|
64 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
67 |
|
removed to sync with DOM Level 3 Core specification. |
68 |
|
|
69 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
70 |
|
(GetElementsNodeList): Reimplemented (untested). |
71 |
|
|
72 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
75 |
|
parameter must also affect on |manakaiAppendText| |
76 |
|
and |textContent| on |Document| nodes. |
77 |
|
|
78 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
79 |
|
parameter changes the class to |bless|. |
80 |
|
(Node): Most methods are reimplemented. (Untested) |
81 |
|
(CharacterData, Attr): Most methods and attributes are |
82 |
|
reimplemented. (Untested) |
83 |
|
|
84 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
85 |
|
reimplemented (untested). |
86 |
|
|
87 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
90 |
|
(untested). |
91 |
|
|
92 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
95 |
|
a qualified name. |
96 |
|
|
97 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
98 |
|
the prefix if it is an empty string. (Note that |
99 |
|
it is defined as implementation dependent in |
100 |
|
DOM Level 3 Core specification). |
101 |
|
|
102 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
103 |
|
module. |
104 |
|
(Node): Attributes are reimplemented (untested). |
105 |
|
|
106 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
107 |
|
module. |
108 |
|
(Node): Attributes are reimplemented (untested). |
109 |
|
(Entity, Notation): New interfaces. |
110 |
|
|
111 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
112 |
|
|
113 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
116 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
117 |
|
replaceChild, removeChild, createDocumentFragment, |
118 |
|
createEntityReference, createProcessingInstruction, |
119 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
120 |
|
(NodeList, DocumentFragment): New interfaces. |
121 |
|
|
122 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
123 |
|
|
124 |
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
* TreeCore.dis (Require): The |MDOM:XML| module is added. |