1 |
|
2006-01-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (ManakaiDOMDTDTypeInfo): New class. |
4 |
|
|
5 |
|
* Tree.dis (STORESIZE): Index bound bug fixed. |
6 |
|
(Attr.value): Redefined to consist with |AttributeDefinition.nodeValue|. |
7 |
|
(schemaTypeInfo): Implemented for XML DTD. |
8 |
|
(isId): Returns |true| if [attribute type] is |ID|. |
9 |
|
(setAttribute, setAttributeNS): Sets [attribute type] |
10 |
|
of the newly created |Attr| node (if any) when attribute |
11 |
|
definition is available. |
12 |
|
(doctype, documentElement): Reimplemented with tests. |
13 |
|
|
14 |
|
* XMLParser.dis: Sets [attribute type] information |
15 |
|
to created |Attr| nodes. Normalize namespace URIs |
16 |
|
when such information are available (unlikely but legal). |
17 |
|
(_HexadecimalCharacterReference): Number to character |
18 |
|
convertion bug fixed. |
19 |
|
(_DocumentTypeDeclaration): Sets |schema-type| |
20 |
|
configuration parameter to XML DTD URI. |
21 |
|
|
22 |
|
2006-01-26 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* XMLParser.dis (_AttlistDeclaration): Now it can generate |
25 |
|
attribute definition nodes. |
26 |
|
|
27 |
|
* XDoctype.dis: |UNKNOWN_ATTR| is renamed as |NO_TYPE_ATTR| |
28 |
|
and another |UNKNOWN_ATTR| constant is introduced |
29 |
|
for consistency with XML Infoset. |
30 |
|
|
31 |
|
* DOMCore.dis (TypeInfo): Documentation updated. |
32 |
|
|
33 |
|
2006-01-26 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* XDoctype.dis: A bug in test code fixed. |
36 |
|
|
37 |
|
* Tree.dis (NamedNodeMap): Element type or attribute |
38 |
|
definition named node maps now can be dereferenced |
39 |
|
as if they are array or hash references. |
40 |
|
(removeNamedItem, item, ___report_error): Implemented for element type |
41 |
|
or attribute definitions. |
42 |
|
(length): Tests added. |
43 |
|
(NamedNodeMapArray): New classes. |
44 |
|
|
45 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* XDoctype.dis (setElementTypeDefinitionNode, |
48 |
|
setAttributeDefinitionNode): Throws |c:INUSE_DEFINITION_ERR| |
49 |
|
if the new node is already used for another definition. |
50 |
|
(DocumentTypeDefinition, ElementTypeDefinition): Node |
51 |
|
property name was incorrect. |
52 |
|
(elementTypes, attributeDefinitions): Checks to |
53 |
|
ensure the collection is empty added. |
54 |
|
|
55 |
|
* Tree.dis: Property name typos fixed. |
56 |
|
(setNamedItem, setAttributeNode): Don't return any node |
57 |
|
if it replace itself. |
58 |
|
(c:userDeterminedId): Missing definition added. |
59 |
|
|
60 |
|
* DOMXML.dis (Notation): Missing property specification |
61 |
|
of|c:ownerDocument| as |mn:xrefnode0| is added. |
62 |
|
|
63 |
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
* DOMCore.dis (Test): Missing argument added. |
* DOMCore.dis (Test): Missing argument added. |