1 |
|
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (Require): References "DOMLS.dis" module. |
4 |
|
(CParam): Definitions for LS module added. |
5 |
|
|
6 |
|
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
7 |
|
is also an output processor now. |
8 |
|
(ManakaiDOMLSResourceResolver): Implemented. |
9 |
|
(CParam): Definitions updated. |
10 |
|
|
11 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
14 |
|
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
15 |
|
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
16 |
|
(DOMConfiguration): Implemented. |
17 |
|
(CParam): Definitions updated. |
18 |
|
|
19 |
|
* DOMMain.dis (DOMURIs): New data type. |
20 |
|
|
21 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DOMCore.dis (setAttrValueNS): New code. |
24 |
|
|
25 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
28 |
|
property unless it has non-null value. |
29 |
|
(newObject): "refNode" parameter introduced. |
30 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
31 |
|
method if "refNode" parameter is specified. |
32 |
|
(cloneNode): Don't set "read-only" flag. |
33 |
|
(getNodeReference): Caches the result. |
34 |
|
(selectAttributeNodeForRemove): Don't removes any other |
35 |
|
non-namespace-aware attribute nodes. |
36 |
|
|
37 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
40 |
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
41 |
|
(doStrictErrorChecking): New code. |
42 |
|
|
43 |
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
44 |
|
supported. |
45 |
|
|
46 |
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
47 |
|
|
48 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
51 |
|
(adoptNode): Implemented. |
52 |
|
|
53 |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |