1 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (Test): Missing argument added. |
4 |
|
(setNamedItem): If |DocumentType| with no |ownerDocument|, |
5 |
|
addition always fails with |WRONG_DOCUMENT_ERR|. Some |
6 |
|
error conditions were incorrect. |
7 |
|
|
8 |
|
* .cvsignore: Dummy files added. |
9 |
|
|
10 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR, |
13 |
|
INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes. |
14 |
|
|
15 |
|
* DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION| |
16 |
|
to avoid uninitialized value warning. |
17 |
|
|
18 |
|
* Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New |
19 |
|
classes (work in progress). |
20 |
|
|
21 |
|
* XDoctype.dis (elementTypes, attributeDefinitions): New attributes. |
22 |
|
|
23 |
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
* Tree.dis (getAttribute): Returns |null| if there |
* Tree.dis (getAttribute): Returns |null| if there |