1 |
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
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 |
* Tree.dis (getAttribute): Returns |null| if there |
17 |
is no attribute in |ManakaiDOM:DOMLatest| for compatibility |
is no attribute in |ManakaiDOM:DOMLatest| for compatibility |
18 |
with Web browser implementations. |
with Web browser implementations. |