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> |
24 |
|
|
25 |
|
* Tree.dis (getAttribute): Returns |null| if there |
26 |
|
is no attribute in |ManakaiDOM:DOMLatest| for compatibility |
27 |
|
with Web browser implementations. |
28 |
|
(getAttributeNS): It returned |null| if there |
29 |
|
is no attribute in any |For| unintentionally. It now |
30 |
|
returns an empty string in DOM levels less than or equals |
31 |
|
to three. |
32 |
|
|
33 |
|
* XMLParser.dis (shiftChar): Fixed not to be warned as |
34 |
|
uninitialized value or substring out of range. |
35 |
|
|
36 |
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
* DOMXML.dis (DocumentType.childNodes): Removed |
* DOMXML.dis (DocumentType.childNodes): Removed |