1 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ManakaiDOMLS2003.dis: Tests added. |
4 |
|
(domConfig): Method name in the code fixed to |flag|. |
5 |
|
|
6 |
|
* DOMMain.dis (findOffset32): Missing |^| in regular expressions |
7 |
|
added. |
8 |
|
|
9 |
|
* DOMCore.dis (hasChildNodes): Returns |false| if the node type |
10 |
|
is defined not to have any children. |
11 |
|
(CharacterData): Typos in element type names and function names fixed. |
12 |
|
|
13 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DOMFeature.dis (MinimumImplementation.eq): Added. |
16 |
|
|
17 |
|
* DOMMain.dis: |DISPerl:ISA| reference fixed. |
18 |
|
|
19 |
|
* Generic.dis: Implements new |DOMLS:Generic| feature. |
20 |
|
|
21 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |
24 |
|
characters between feature names and versions. |
25 |
|
|
26 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DOMFeature.dis (stringifyFeatures): A test code added. |
29 |
|
|
30 |
|
2005-10-26 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* SimpleLS.dis (writeToString): Don't stop serializing |
33 |
|
when an |false| value appears in |@src|. |
34 |
|
|
35 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. |
38 |
|
(ErrDef): Redefined. |
39 |
|
|
40 |
|
* DOMLS.dis (ErrDef): Redefined. |
41 |
|
|
42 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". |
45 |
|
|
46 |
|
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* DOMCore.dis (Require): References "DOMLS.dis" module. |
49 |
|
(CParam): Definitions for LS module added. |
50 |
|
|
51 |
|
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
52 |
|
is also an output processor now. |
53 |
|
(ManakaiDOMLSResourceResolver): Implemented. |
54 |
|
(CParam): Definitions updated. |
55 |
|
|
56 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
59 |
|
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
60 |
|
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
61 |
|
(DOMConfiguration): Implemented. |
62 |
|
(CParam): Definitions updated. |
63 |
|
|
64 |
|
* DOMMain.dis (DOMURIs): New data type. |
65 |
|
|
66 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* DOMCore.dis (setAttrValueNS): New code. |
69 |
|
|
70 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
73 |
|
property unless it has non-null value. |
74 |
|
(newObject): "refNode" parameter introduced. |
75 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
76 |
|
method if "refNode" parameter is specified. |
77 |
|
(cloneNode): Don't set "read-only" flag. |
78 |
|
(getNodeReference): Caches the result. |
79 |
|
(selectAttributeNodeForRemove): Don't removes any other |
80 |
|
non-namespace-aware attribute nodes. |
81 |
|
|
82 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
85 |
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
86 |
|
(doStrictErrorChecking): New code. |
87 |
|
|
88 |
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
89 |
|
supported. |
90 |
|
|
91 |
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
92 |
|
|
93 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
96 |
|
(adoptNode): Implemented. |
97 |
|
|
98 |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |