1 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDoctype.dis (setElementTypeDefinitionNode, |
4 |
|
setAttributeDefinitionNode): Throws |c:INUSE_DEFINITION_ERR| |
5 |
|
if the new node is already used for another definition. |
6 |
|
(DocumentTypeDefinition, ElementTypeDefinition): Node |
7 |
|
property name was incorrect. |
8 |
|
(elementTypes, attributeDefinitions): Checks to |
9 |
|
ensure the collection is empty added. |
10 |
|
|
11 |
|
* Tree.dis: Property name typos fixed. |
12 |
|
(setNamedItem, setAttributeNode): Don't return any node |
13 |
|
if it replace itself. |
14 |
|
(c:userDeterminedId): Missing definition added. |
15 |
|
|
16 |
|
* DOMXML.dis (Notation): Missing property specification |
17 |
|
of|c:ownerDocument| as |mn:xrefnode0| is added. |
18 |
|
|
19 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DOMCore.dis (Test): Missing argument added. |
22 |
|
(setNamedItem): If |DocumentType| with no |ownerDocument|, |
23 |
|
addition always fails with |WRONG_DOCUMENT_ERR|. Some |
24 |
|
error conditions were incorrect. |
25 |
|
|
26 |
|
* .cvsignore: Dummy files added. |
27 |
|
|
28 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR, |
31 |
|
INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes. |
32 |
|
|
33 |
|
* DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION| |
34 |
|
to avoid uninitialized value warning. |
35 |
|
|
36 |
|
* Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New |
37 |
|
classes (work in progress). |
38 |
|
|
39 |
|
* XDoctype.dis (elementTypes, attributeDefinitions): New attributes. |
40 |
|
|
41 |
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* Tree.dis (getAttribute): Returns |null| if there |
* Tree.dis (getAttribute): Returns |null| if there |