1 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDoctype.dis (setElementTypeDefinitionNode, |
4 |
|
setAttributeDefinitionNode): Throws |c:INUSE_DEFINITION_ERR| |
5 |
|
if the new node is already used for another definition. |
6 |
|
(DocumentTypeDefinition, ElementTypeDefinition): Node |
7 |
|
property name was incorrect. |
8 |
|
(elementTypes, attributeDefinitions): Checks to |
9 |
|
ensure the collection is empty added. |
10 |
|
|
11 |
|
* Tree.dis: Property name typos fixed. |
12 |
|
(setNamedItem, setAttributeNode): Don't return any node |
13 |
|
if it replace itself. |
14 |
|
(c:userDeterminedId): Missing definition added. |
15 |
|
|
16 |
|
* DOMXML.dis (Notation): Missing property specification |
17 |
|
of|c:ownerDocument| as |mn:xrefnode0| is added. |
18 |
|
|
19 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DOMCore.dis (Test): Missing argument added. |
22 |
|
(setNamedItem): If |DocumentType| with no |ownerDocument|, |
23 |
|
addition always fails with |WRONG_DOCUMENT_ERR|. Some |
24 |
|
error conditions were incorrect. |
25 |
|
|
26 |
|
* .cvsignore: Dummy files added. |
27 |
|
|
28 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR, |
31 |
|
INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes. |
32 |
|
|
33 |
|
* DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION| |
34 |
|
to avoid uninitialized value warning. |
35 |
|
|
36 |
|
* Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New |
37 |
|
classes (work in progress). |
38 |
|
|
39 |
|
* XDoctype.dis (elementTypes, attributeDefinitions): New attributes. |
40 |
|
|
41 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Tree.dis (getAttribute): Returns |null| if there |
44 |
|
is no attribute in |ManakaiDOM:DOMLatest| for compatibility |
45 |
|
with Web browser implementations. |
46 |
|
(getAttributeNS): It returned |null| if there |
47 |
|
is no attribute in any |For| unintentionally. It now |
48 |
|
returns an empty string in DOM levels less than or equals |
49 |
|
to three. |
50 |
|
|
51 |
|
* XMLParser.dis (shiftChar): Fixed not to be warned as |
52 |
|
uninitialized value or substring out of range. |
53 |
|
|
54 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMXML.dis (DocumentType.childNodes): Removed |
57 |
|
from |ManakaiDOM:ManakaiDOMLatest| variant. |
58 |
|
|
59 |
|
* XMLParser.dis: Parsing of general internal entities implemented. |
60 |
|
(_DocumentTypeDeclaration): Appends a document type definition |
61 |
|
node to the document. |
62 |
|
(_ProcessingInstructionDTD): Appends a processing |
63 |
|
instruction node to the document type definition. |
64 |
|
(Element_): Document element could not be an |EmptyElemTag|. |
65 |
|
|
66 |
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
* DOMFeature.dis (featuresParamToFeaturesHash): New block |
* DOMFeature.dis (featuresParamToFeaturesHash): New block |