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> |
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
* TreeCore.dis (Document): Most methods are reimplemented (untested). |