1 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |
4 |
|
characters between feature names and versions. |
5 |
|
|
6 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMFeature.dis (stringifyFeatures): A test code added. |
9 |
|
|
10 |
|
2005-10-26 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* SimpleLS.dis (writeToString): Don't stop serializing |
13 |
|
when an |false| value appears in |@src|. |
14 |
|
|
15 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. |
18 |
|
(ErrDef): Redefined. |
19 |
|
|
20 |
|
* DOMLS.dis (ErrDef): Redefined. |
21 |
|
|
22 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". |
25 |
|
|
26 |
|
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DOMCore.dis (Require): References "DOMLS.dis" module. |
29 |
|
(CParam): Definitions for LS module added. |
30 |
|
|
31 |
|
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
32 |
|
is also an output processor now. |
33 |
|
(ManakaiDOMLSResourceResolver): Implemented. |
34 |
|
(CParam): Definitions updated. |
35 |
|
|
36 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
39 |
|
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
40 |
|
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
41 |
|
(DOMConfiguration): Implemented. |
42 |
|
(CParam): Definitions updated. |
43 |
|
|
44 |
|
* DOMMain.dis (DOMURIs): New data type. |
45 |
|
|
46 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* DOMCore.dis (setAttrValueNS): New code. |
49 |
|
|
50 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
53 |
|
property unless it has non-null value. |
54 |
|
(newObject): "refNode" parameter introduced. |
55 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
56 |
|
method if "refNode" parameter is specified. |
57 |
|
(cloneNode): Don't set "read-only" flag. |
58 |
|
(getNodeReference): Caches the result. |
59 |
|
(selectAttributeNodeForRemove): Don't removes any other |
60 |
|
non-namespace-aware attribute nodes. |
61 |
|
|
62 |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |