1 |
|
2006-01-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDoctype.dis: A bug in test code fixed. |
4 |
|
|
5 |
|
* Tree.dis (NamedNodeMap): Element type or attribute |
6 |
|
definition named node maps now can be dereferenced |
7 |
|
as if they are array or hash references. |
8 |
|
(removeNamedItem, item, ___report_error): Implemented for element type |
9 |
|
or attribute definitions. |
10 |
|
(length): Tests added. |
11 |
|
(NamedNodeMapArray): New classes. |
12 |
|
|
13 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* XDoctype.dis (setElementTypeDefinitionNode, |
16 |
|
setAttributeDefinitionNode): Throws |c:INUSE_DEFINITION_ERR| |
17 |
|
if the new node is already used for another definition. |
18 |
|
(DocumentTypeDefinition, ElementTypeDefinition): Node |
19 |
|
property name was incorrect. |
20 |
|
(elementTypes, attributeDefinitions): Checks to |
21 |
|
ensure the collection is empty added. |
22 |
|
|
23 |
|
* Tree.dis: Property name typos fixed. |
24 |
|
(setNamedItem, setAttributeNode): Don't return any node |
25 |
|
if it replace itself. |
26 |
|
(c:userDeterminedId): Missing definition added. |
27 |
|
|
28 |
|
* DOMXML.dis (Notation): Missing property specification |
29 |
|
of|c:ownerDocument| as |mn:xrefnode0| is added. |
30 |
|
|
31 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DOMCore.dis (Test): Missing argument added. |
34 |
|
(setNamedItem): If |DocumentType| with no |ownerDocument|, |
35 |
|
addition always fails with |WRONG_DOCUMENT_ERR|. Some |
36 |
|
error conditions were incorrect. |
37 |
|
|
38 |
|
* .cvsignore: Dummy files added. |
39 |
|
|
40 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR, |
43 |
|
INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes. |
44 |
|
|
45 |
|
* DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION| |
46 |
|
to avoid uninitialized value warning. |
47 |
|
|
48 |
|
* Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New |
49 |
|
classes (work in progress). |
50 |
|
|
51 |
|
* XDoctype.dis (elementTypes, attributeDefinitions): New attributes. |
52 |
|
|
53 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Tree.dis (getAttribute): Returns |null| if there |
56 |
|
is no attribute in |ManakaiDOM:DOMLatest| for compatibility |
57 |
|
with Web browser implementations. |
58 |
|
(getAttributeNS): It returned |null| if there |
59 |
|
is no attribute in any |For| unintentionally. It now |
60 |
|
returns an empty string in DOM levels less than or equals |
61 |
|
to three. |
62 |
|
|
63 |
|
* XMLParser.dis (shiftChar): Fixed not to be warned as |
64 |
|
uninitialized value or substring out of range. |
65 |
|
|
66 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* DOMXML.dis (DocumentType.childNodes): Removed |
69 |
|
from |ManakaiDOM:ManakaiDOMLatest| variant. |
70 |
|
|
71 |
|
* XMLParser.dis: Parsing of general internal entities implemented. |
72 |
|
(_DocumentTypeDeclaration): Appends a document type definition |
73 |
|
node to the document. |
74 |
|
(_ProcessingInstructionDTD): Appends a processing |
75 |
|
instruction node to the document type definition. |
76 |
|
(Element_): Document element could not be an |EmptyElemTag|. |
77 |
|
|
78 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DOMFeature.dis (featuresParamToFeaturesHash): New block |
81 |
|
code (seprated from |InputProcessor|). Now |
82 |
|
a |features| parameter's version can be specified by |
83 |
|
an array reference that contains a set of version |
84 |
|
numbers. A test added. |
85 |
|
|
86 |
|
* XMLParser.dis: A test added. |
87 |
|
|
88 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMCore.dis (Test): Don't invoke |DESTROY| method |
91 |
|
because it does not work with dummy object used in the test code. |
92 |
|
|
93 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* DOMMain.dis (checkXMLNamesQName): Checks whether |
96 |
|
namespace URI is defined for not being warned. |
97 |
|
|
98 |
|
* XDoctype.dis: New module. |
99 |
|
|
100 |
|
* DOMCore.dis (DOMStringList): Test added. |
101 |
|
|
102 |
|
* Makefile: |XDoctype.pm| added. |
103 |
|
|
104 |
|
* Tree.dis (Require): Requires |XDoctype.dis|. |
105 |
|
(ManakaiDOMNodeObjectNode.eq): Added. |
106 |
|
(Test): |DOMError.location| must return a |DOMLocator| |
107 |
|
object (it was incorrectly tested to return |null|). |
108 |
|
(EmptyNodeList.DESTROY): Removed. |
109 |
|
|
110 |
|
2006-01-04 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |
113 |
|
|ATTRIBUTE_DEFINITION_NODE| node types added. |
114 |
|
(appendChild, insertBefore, replaceChild): New |
115 |
|
two node types added and processing instruction nodes |
116 |
|
as document type definition node child is allowed |
117 |
|
in |ManakaiDOM:ManakaiDOMLatest| mode. |
118 |
|
(getNodeReference): New |interface| parameter |
119 |
|
to filter classes by interface is added. |
120 |
|
(ElementTypeDefinitionRole): New role. |
121 |
|
(AttributeDefinitionRole): New role. |
122 |
|
|
123 |
|
2006-01-02 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* DOMCore.dis (DOMStringList): Reimplemented as tied array. |
126 |
|
|
127 |
|
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
130 |
|
if it is not provided. |
131 |
|
|
132 |
|
* XMLParser.dis: Parsing methods to skip document |
133 |
|
type declaration is added. |
134 |
|
|
135 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
138 |
|
or not. Normalize end-of-lines. |
139 |
|
(rule _XMLDeclaration_): Implemented. |
140 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
141 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
142 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
143 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
144 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
145 |
|
|wf-legal-character| added. |
146 |
|
(%character-code-point): New formatter rule. |
147 |
|
|
148 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
149 |
|
|
150 |
|
* DOMCore.dis (DOMError.stringify): Added. |
151 |
|
(error-handler.default): Returns |false| (don't continue) |
152 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
153 |
|
|
154 |
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
* XMLParser.dis (DocumentEntity): Typos fixed. |
* XMLParser.dis (DocumentEntity): Typos fixed. |