1 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (Test): Don't invoke |DESTROY| method |
4 |
|
because it does not work with dummy object used in the test code. |
5 |
|
|
6 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMMain.dis (checkXMLNamesQName): Checks whether |
9 |
|
namespace URI is defined for not being warned. |
10 |
|
|
11 |
|
* XDoctype.dis: New module. |
12 |
|
|
13 |
|
* DOMCore.dis (DOMStringList): Test added. |
14 |
|
|
15 |
|
* Makefile: |XDoctype.pm| added. |
16 |
|
|
17 |
|
* Tree.dis (Require): Requires |XDoctype.dis|. |
18 |
|
(ManakaiDOMNodeObjectNode.eq): Added. |
19 |
|
(Test): |DOMError.location| must return a |DOMLocator| |
20 |
|
object (it was incorrectly tested to return |null|). |
21 |
|
(EmptyNodeList.DESTROY): Removed. |
22 |
|
|
23 |
|
2006-01-04 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |
26 |
|
|ATTRIBUTE_DEFINITION_NODE| node types added. |
27 |
|
(appendChild, insertBefore, replaceChild): New |
28 |
|
two node types added and processing instruction nodes |
29 |
|
as document type definition node child is allowed |
30 |
|
in |ManakaiDOM:ManakaiDOMLatest| mode. |
31 |
|
(getNodeReference): New |interface| parameter |
32 |
|
to filter classes by interface is added. |
33 |
|
(ElementTypeDefinitionRole): New role. |
34 |
|
(AttributeDefinitionRole): New role. |
35 |
|
|
36 |
|
2006-01-02 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DOMCore.dis (DOMStringList): Reimplemented as tied array. |
39 |
|
|
40 |
|
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
43 |
|
if it is not provided. |
44 |
|
|
45 |
|
* XMLParser.dis: Parsing methods to skip document |
46 |
|
type declaration is added. |
47 |
|
|
48 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
51 |
|
or not. Normalize end-of-lines. |
52 |
|
(rule _XMLDeclaration_): Implemented. |
53 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
54 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
55 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
56 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
57 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
58 |
|
|wf-legal-character| added. |
59 |
|
(%character-code-point): New formatter rule. |
60 |
|
|
61 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
62 |
|
|
63 |
|
* DOMCore.dis (DOMError.stringify): Added. |
64 |
|
(error-handler.default): Returns |false| (don't continue) |
65 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
66 |
|
|
67 |
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
* XMLParser.dis (DocumentEntity): Typos fixed. |
* XMLParser.dis (DocumentEntity): Typos fixed. |