1 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR, |
4 |
|
INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes. |
5 |
|
|
6 |
|
* DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION| |
7 |
|
to avoid uninitialized value warning. |
8 |
|
|
9 |
|
* Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New |
10 |
|
classes (work in progress). |
11 |
|
|
12 |
|
* XDoctype.dis (elementTypes, attributeDefinitions): New attributes. |
13 |
|
|
14 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Tree.dis (getAttribute): Returns |null| if there |
17 |
|
is no attribute in |ManakaiDOM:DOMLatest| for compatibility |
18 |
|
with Web browser implementations. |
19 |
|
(getAttributeNS): It returned |null| if there |
20 |
|
is no attribute in any |For| unintentionally. It now |
21 |
|
returns an empty string in DOM levels less than or equals |
22 |
|
to three. |
23 |
|
|
24 |
|
* XMLParser.dis (shiftChar): Fixed not to be warned as |
25 |
|
uninitialized value or substring out of range. |
26 |
|
|
27 |
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
* DOMXML.dis (DocumentType.childNodes): Removed |
* DOMXML.dis (DocumentType.childNodes): Removed |