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> |
37 |
|
|
38 |
|
* DOMXML.dis (DocumentType.childNodes): Removed |
39 |
|
from |ManakaiDOM:ManakaiDOMLatest| variant. |
40 |
|
|
41 |
|
* XMLParser.dis: Parsing of general internal entities implemented. |
42 |
|
(_DocumentTypeDeclaration): Appends a document type definition |
43 |
|
node to the document. |
44 |
|
(_ProcessingInstructionDTD): Appends a processing |
45 |
|
instruction node to the document type definition. |
46 |
|
(Element_): Document element could not be an |EmptyElemTag|. |
47 |
|
|
48 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* DOMFeature.dis (featuresParamToFeaturesHash): New block |
51 |
|
code (seprated from |InputProcessor|). Now |
52 |
|
a |features| parameter's version can be specified by |
53 |
|
an array reference that contains a set of version |
54 |
|
numbers. A test added. |
55 |
|
|
56 |
|
* XMLParser.dis: A test added. |
57 |
|
|
58 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMCore.dis (Test): Don't invoke |DESTROY| method |
61 |
|
because it does not work with dummy object used in the test code. |
62 |
|
|
63 |
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
* DOMMain.dis (checkXMLNamesQName): Checks whether |
* DOMMain.dis (checkXMLNamesQName): Checks whether |