| 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> |
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
| 29 |
|
|
| 30 |
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |