1 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* GenericLS.dis (GLSException): New interface. |
4 |
|
|
5 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* |InputProcessor|s and |OutputProcessor|s are |
8 |
|
named so that |report| statements in Perl |
9 |
|
module outputs can be identified by name. |dis:dataType|s |
10 |
|
of |DISCore:TFQNames| are all replaced |
11 |
|
by |DISCore:QName|. |
12 |
|
|
13 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Element.dis (createElementNS): If an array reference |
16 |
|
is specified as the |qualifiedName| parameter, |
17 |
|
don't set the first item as the local name |
18 |
|
even if the second item is not specified (or |
19 |
|
specified as |undef|). |
20 |
|
(createElementNS, setAttribute, setAttributeNS, |
21 |
|
removeAttribute, removeAttributeNS, |
22 |
|
setAttributeNode, setAttributeNodeNS, |
23 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
24 |
|
or removes the |tc:contentAttributeList| value. |
25 |
|
|
26 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
27 |
|
of sorting of content attribute names. |
28 |
|
(getAttrMap, getElementTypeDefNodeMap, |
29 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
30 |
|
(tc:contentAttributeList): New property. |
31 |
|
|
32 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* DOMFeature.dis (ForDef): Removed. |
35 |
|
(f:provides, f:through): Removed. |
36 |
|
(Version): Removed. |
37 |
|
(implementFeature): Removed. |
38 |
|
|
39 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
42 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
43 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
44 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
45 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications |
46 |
|
are removed. |
47 |
|
|
48 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
51 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
52 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
53 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
54 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications |
55 |
|
and |DefaultFor|s are removed. |
56 |
|
|
57 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
60 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
61 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
62 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
63 |
|
SimpleLS.dis, DOMMain.dis: References |
64 |
|
to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |
65 |
|
|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| |
66 |
|
modes are removed. |
67 |
|
|
68 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* CharacterData.dis, TreeCore.dis (Require): References |
71 |
|
to the |Grove.dis| module are removed. |
72 |
|
|
73 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* DOMFeature.dis (f:implementation, f:revImplementation): Removed. |
76 |
|
(Require): Reference to the |Grove.dis| module is removed. |
77 |
|
|
78 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DOMCore.dis (ManakaiDOMImplementation): The |
81 |
|
class is no longer plays the role of |
82 |
|
a |mg:NodeRefRole|. Redundant |f:provides| |
83 |
|
properties are removed. |
84 |
|
|
85 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
88 |
|
Element.dis, CharacterData.dis, XML.dis, |
89 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
90 |
|
XMLParser.dis: Use Perl native |
91 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
92 |
|
for DOM nodes. See |
93 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
94 |
|
|
95 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
98 |
|
|
99 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* DOMString.dis: New module. |
102 |
|
|
103 |
|
* DOMString.pm: New file. |
104 |
|
|
105 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
106 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
107 |
|
Now it references the |DOMImplementationRegistry| object. |
108 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
109 |
|
(DOMImplementationRegistry): New interface and |
110 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
111 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
112 |
|
that the class no longer support |get_implementation| |
113 |
|
and |get_implementation_list| methods from |
114 |
|
the |ImplementationRegistry| interface. |
115 |
|
(DOMImplementationList): Class implemented; no |
116 |
|
longer inherits from |ImplementationList|. |
117 |
|
(DOMImplementationSource): Class implemented; no |
118 |
|
longer inherits from |ImplementationSource|. Note that |
119 |
|
the class no longer support |get_implementation| |
120 |
|
and |get_implementation_list| methods from |
121 |
|
the |ImplementationSource| interface. |
122 |
|
(DOMStringList): Removed. |
123 |
|
|
124 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
125 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
126 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
127 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
128 |
|
module, obsolete property name aliases, |
129 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
130 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
131 |
|
ManakaiDOM:implID): Removed. |
132 |
|
|
133 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
134 |
|
(DOMString): Removed. |
135 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
136 |
|
|
137 |
|
* Makefile: |DOMString.pm| is added. |
138 |
|
|
139 |
|
* TreeCore.dis (is_default_namespace): |null| was |
140 |
|
returned where a false is expected (|null| is |
141 |
|
a false in Perl, but real |false| is appropriate here). |
142 |
|
|
143 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
146 |
|
|
147 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
148 |
|
|
149 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
150 |
|
|
151 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
154 |
|
ImplementationRegistry): Parameters |features| |
155 |
|
now allow |null| (equivalent to an empty string). |
156 |
|
|
157 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
160 |
|
class. Factory methods |createTextNode| and |createComment| |
161 |
|
are moved from |ManakaiDOMDocument|. |
162 |
|
|
163 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
164 |
|
are removed. |
165 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
166 |
|
(DOMImplementation.___create_node_ref): Support |
167 |
|
for the |mg:nodeRefClass| option is removed. |
168 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
169 |
|
from |ManakaiDOMObject| class. |
170 |
|
|
171 |
|
* DOMFeature.dis (domidl:extends): New property. |
172 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
173 |
|
|
174 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
175 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
176 |
|
(DOMDataType): Removed. |
177 |
|
|
178 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
179 |
|
The |createDocument| method is moved from |
180 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
181 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
182 |
|
(createElement, createElementNS, createAttribute, |
183 |
|
createAttributeNS, createTextNode, createComment, |
184 |
|
createCDATASection, createEntityReference, |
185 |
|
createProcessingInstruction): Class implementations |
186 |
|
are moved to each module. |
187 |
|
|
188 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
189 |
|
methods are moved from |Document.dis|. |
190 |
|
(ManakaiDOMElement.___create_node_ref): Support |
191 |
|
for old class registry is removed. |
192 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
193 |
|
(Attr.baseURI): Implementation |
194 |
|
for |xml:base| attribute is merged. |
195 |
|
(Attr.nodeValue, Attr.value): Implementation |
196 |
|
for |xml:id| attribute is merged. |
197 |
|
|
198 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
199 |
|
|
200 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
201 |
|
definition for |createDocumentType| method |
202 |
|
is moved from |TreeCore.dis|. |
203 |
|
|
204 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
205 |
|
methods are moved from |Document.dis|. |
206 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
207 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
208 |
|
|
209 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
212 |
|
statement was broken. |
213 |
|
|
214 |
|
* DOMFeature.dis (getImplementationList): Argument |
215 |
|
is not passed to the |getImplementation| method. |
216 |
|
|
217 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
218 |
|
did not |f:implements| the |TSFeature30| feature. |
219 |
|
|
220 |
|
* XMLParser.dis: Use |create_uri_reference| |
221 |
|
method instead of internal |_new| method |
222 |
|
to create a URI reference object. |
223 |
|
|
224 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
227 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
228 |
|
the |f:ManakaiMinimumImplementation| class inherited |
229 |
|
by it). The |f:Minimum| feature is ever implemented |
230 |
|
for compatibility (but is expected to be removed). |
231 |
|
Internal methods such as |___report_error| are copied from |
232 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
233 |
|
methods |hasFeature| and |getFeature| are also |
234 |
|
moved from that class, but they now support no |
235 |
|
foreign classes. |
236 |
|
|
237 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
238 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
239 |
|
The class no longer support classes |
240 |
|
other than |ManakaiDOMImplementation|. Note |
241 |
|
that the |ImplementationRegistry| object does continue |
242 |
|
to support foreign classes via foreign classes |
243 |
|
implementing |ImplementationSource| |
244 |
|
or |DOMImplementationSource| interface. |
245 |
|
(MinimumImplementation): Removed. |
246 |
|
|
247 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
248 |
|
longer inherit the |ManakaiDOMImplementation|; it |
249 |
|
is now expected to be implemented by |DOMImplementation| |
250 |
|
objects. |
251 |
|
|
252 |
|
* DOMMain.dis (null): Removed. |
253 |
|
|
254 |
|
* Document.dis (___create_node_ref): It no |
255 |
|
longer support foreign classes other |
256 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
257 |
|
Note that document format specific DOM |
258 |
|
interfaces, if supported, should be |
259 |
|
all instances of the |Document| interface |
260 |
|
in the implementation, as defined |
261 |
|
in the Web Applications 1.0 specification (where |
262 |
|
the |HTMLDocument| interface must be implemented |
263 |
|
by all |Document| objects, even if the |Document| |
264 |
|
contains no HTML element). |
265 |
|
|
266 |
|
* GenericLS.dis (GLSImplementation): It no |
267 |
|
longer inherit the |MinimumImplementation|; it |
268 |
|
is now expected to be implemented by |DOMImplementation| |
269 |
|
objects. |
270 |
|
(createGLSParser, createGLSSerializer): Load |
271 |
|
module implementing parser or serializer |
272 |
|
if necessary. |
273 |
|
|
274 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
275 |
|
longer inherits the |ManakaiDOMDocument|; it |
276 |
|
is now expected to be implemented by |Document| |
277 |
|
objects. |
278 |
|
|
279 |
|
* XDP.dis (XDPDocument): It no longer |
280 |
|
inherits the |Document|; it is now expected |
281 |
|
to be implemented by all |Document| objects. |
282 |
|
|
283 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
284 |
|
longer inherits the |ManakaiDOMDocument|; it |
285 |
|
is now expected to be implemented by |Document| |
286 |
|
objects. |
287 |
|
|
288 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
289 |
|
|
290 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
291 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
292 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
293 |
|
|
294 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
295 |
|
the |ManakaiDOMImplementation| class. |
296 |
|
|
297 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
298 |
|
|
299 |
|
* DOMFeature.dis: Definitions for various concepts |
300 |
|
are added. |
301 |
|
|
302 |
|
* GenericLS.dis (GLSImplementation): It no |
303 |
|
longer inherits the |MinimumImplementation|; rather, |
304 |
|
any |ManakaiMinimumImplementation| object also |
305 |
|
implements |GLSImplementation| methods. |
306 |
|
|
307 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
308 |
|
longer inherits the |DOMImplementation|; rather, |
309 |
|
any |ManakaiDOMImplementation| object also |
310 |
|
implements |DOMImplementationTreeStore| methods. |
311 |
|
|
312 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* TreeStore.pm: Added to the CVS repository |
315 |
|
to enable for the dis database to contain XML |
316 |
|
fragments. |
317 |
|
|
318 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
319 |
|
|
320 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
321 |
|
|
322 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
323 |
|
|
324 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
325 |
|
|
326 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
327 |
|
|
328 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
329 |
|
|
330 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
331 |
|
|
332 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
333 |
|
any |%|s in |xdp:attr-definition| children. |
334 |
|
|
335 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
336 |
|
|
337 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
338 |
|
name property is added. |
339 |
|
|
340 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
341 |
|
|
342 |
|
* XDP.dis (createXDPIf): New method. |
343 |
|
(XDPIfElement): New interface. |
344 |
|
|
345 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
346 |
|
|
347 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
348 |
|
New methods. |
349 |
|
|
350 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
351 |
|
|
352 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
353 |
|
are added. |
354 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
355 |
|
|
356 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
358 |
|
* Traversal.dis (SerialWalker): New interface. |
359 |
|
(manakaiCreateSerialWalker): New method. |
360 |
|
|
361 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
362 |
|
|
363 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
364 |
|
rather than |&{}| dereferencing. |
365 |
|
(acceptNode): Implemented. |
366 |
|
|
367 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
368 |
|
|
369 |
|
* XDP.dis: New module. |
370 |
|
|
371 |
|
* Makefile: |XDP.dis| is added. |
372 |
|
|
373 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
374 |
|
and |OutputProcessor| are added. |
375 |
|
|
376 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
377 |
|
|
378 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
379 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
380 |
|
is added. The |FILTER_REJECT| value is treated |
381 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
382 |
|
rejected subtree as specified in the spec. |
383 |
|
|
384 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
385 |
|
|
386 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
387 |
|
|
388 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
389 |
|
|
390 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
391 |
|
|
392 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
|
* .cvsignore: Updated. |
395 |
|
|
396 |
|
* Traversal.dis: Unused declarations are removed. |
397 |
|
|
398 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
399 |
|
|
400 |
|
* CharacterData.dis (Require): A reference to |
401 |
|
the |MDOM:Traversal| module is added. |
402 |
|
(wholeText): Implemented. |
403 |
|
|
404 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
405 |
|
|
406 |
|
* Makefile: |Traversal.dis| is added. |
407 |
|
|
408 |
|
* Traversal.dis: New module. |
409 |
|
|
410 |
|
* TreeCore.dis (___report_error): Return value was |
411 |
|
not propagated. |
412 |
|
|
413 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
414 |
|
|
415 |
|
* Element.dis (removeAttributeNS): A runtime error |
416 |
|
was occurred if there was no specified attribute node. |
417 |
|
|
418 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
419 |
|
|
420 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
421 |
|
|
422 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
423 |
|
New attributes. |
424 |
|
|
425 |
|
(StaticNodeList): New interface. |
426 |
|
|
427 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
428 |
|
|
429 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
430 |
|
|
431 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
432 |
|
|
433 |
|
* SimpleLS.dis: Reimplemented. |
434 |
|
|
435 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
436 |
|
|
437 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
438 |
|
a qualified name. |
439 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
440 |
|
|
441 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
442 |
|
(normalize): Implemented. |
443 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
444 |
|
class. |
445 |
|
|
446 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
447 |
|
|
448 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
449 |
|
|
450 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
451 |
|
|
452 |
|
* CharacterData.dis (length, insertData, substringData, |
453 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
454 |
|
|
455 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
456 |
|
(c:index): The definition was missing. |
457 |
|
(c:length): New property. |
458 |
|
|
459 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
460 |
|
|
461 |
|
* XMLParser.dis (close): Invoke |close| method |
462 |
|
rather than |close| function. |
463 |
|
|
464 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
465 |
|
|
466 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
467 |
|
|
468 |
|
* CharacterData.pm: Added to the CVS repository. |
469 |
|
|
470 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
471 |
|
interfaces are removed. |
472 |
|
(Require): A reference to the |MDOM:CharacterData| module |
473 |
|
is added. |
474 |
|
|
475 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
476 |
|
|
477 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
478 |
|
|
479 |
|
* Makefile: |CharacterData.pm| is added. |
480 |
|
|
481 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
482 |
|
|
483 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
484 |
|
module. |
485 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
486 |
|
object. |
487 |
|
(resolveLSInput default implementation): The |byteStream| |
488 |
|
and |encoding| attributes of the |LSInput| interface |
489 |
|
are now supported. |
490 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
491 |
|
(InputFile.inputEncoding): New attribute. |
492 |
|
|
493 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
494 |
|
|
495 |
|
* Document.dis (adoptNode test): Documents were |
496 |
|
made by different documents. |
497 |
|
|
498 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
499 |
|
|
500 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
501 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
502 |
|
|
503 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
504 |
|
|
505 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
506 |
|
are replaced by |disPerl:EXCEPTION|s. |
507 |
|
|
508 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
509 |
|
|
510 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
511 |
|
|
512 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
513 |
|
parameter |cfg:dtd-default-attributes| is renamed |
514 |
|
as |cfg:dtd-default-attribute|. |
515 |
|
(Roles): Definitions are changed so that classes |
516 |
|
that implement those classes MUST implement the |Node| |
517 |
|
and its subinterfaces. |
518 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
519 |
|
|
520 |
|
* Document.dis (adoptNode): Don't throw exception |
521 |
|
if |strictErrorChecking| is |false|. |
522 |
|
|
523 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
524 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
525 |
|
configuration parameter is set to |false|. |
526 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
527 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
528 |
|
configuration parameter is set to |false|. |
529 |
|
|
530 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
531 |
|
|
532 |
|
* TreeStore.dis: New module. |
533 |
|
|
534 |
|
* Makefile: |TreeStore.dis| is added. |
535 |
|
|
536 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
537 |
|
|
538 |
|
* XMLParser.dis: Updated so that it can be used |
539 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
540 |
|
and |XML.pm|. Set the read-only flag to |
541 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
542 |
|
|
543 |
|
* Node.dis (textContent): It did not handle descendant |
544 |
|
element and entity reference nodes. |
545 |
|
|
546 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
547 |
|
definition has been changed to return only explicit |
548 |
|
base URI specification. |
549 |
|
|
550 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
551 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
552 |
|
|
553 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
554 |
|
|
555 |
|
* Tree.pm, DOMXML.pm: Removed. |
556 |
|
|
557 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
558 |
|
to the CVS repository since they are necessary to |
559 |
|
build the dis library. |
560 |
|
|
561 |
|
* Makefile: Sync'ed to new modules disposition. |
562 |
|
|
563 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
564 |
|
|
565 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
566 |
|
removed. For |Element.pm| and |Document.pm| are added. |
567 |
|
|
568 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
569 |
|
|
570 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
571 |
|
|
572 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
573 |
|
|
574 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
575 |
|
for new class information variables. |
576 |
|
(DOMLS:Generic): This old feature name is removed. |
577 |
|
|
578 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
579 |
|
for new class information variables. |
580 |
|
|
581 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
582 |
|
(Document, Element.___create_node_ref): New method |
583 |
|
implementations. |
584 |
|
|
585 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
586 |
|
|
587 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
588 |
|
Reimplemented. |
589 |
|
(isId): Setter is added. |
590 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
591 |
|
module. |
592 |
|
|
593 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
594 |
|
|
595 |
|
* Makefile (clean-db): New rule. |
596 |
|
|
597 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
598 |
|
the user data handler when the node is removed |
599 |
|
from the memory. |
600 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
601 |
|
if DTD attribute definition is available. |
602 |
|
(CharacterData members): Definitions copied from |
603 |
|
the |MDOM:Tree| module. |
604 |
|
|
605 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
606 |
|
|
607 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
608 |
|
|
609 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
610 |
|
class did not implement the |GetFeature| interface. |
611 |
|
(hasFeature): The |+| prefix was not taken into account. |
612 |
|
|
613 |
|
* TreeCore.dis (Node): The class now inherits |
614 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
615 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
616 |
|
interfaces. |
617 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
618 |
|
is supported. |
619 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
620 |
|
(manakaiParentElement): New attribute. |
621 |
|
|
622 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
623 |
|
is removed. |
624 |
|
(lookupPrefix): Old method implementation is removed. |
625 |
|
|
626 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
627 |
|
missing because of the |DISCore:stopISARecursive| property. |
628 |
|
|
629 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
630 |
|
They now pass all tests included in those modules! |
631 |
|
|
632 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
633 |
|
|
634 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
635 |
|
module is added. |
636 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
637 |
|
(ManakaiDOMImplementation): It now inherits |
638 |
|
the |urigen:ManakaiURIImplementation| class and |
639 |
|
implements the |ecore:MUErrorTarget| interface. It no |
640 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
641 |
|
(ManakaiDOMImplementation.___report_error): New method. |
642 |
|
|
643 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
644 |
|
module instead of |Util:ManakaiNode| module. |
645 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
646 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
647 |
|
(ManakaiMinimumImplementation): Now it is built |
648 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
649 |
|
module. |
650 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
651 |
|
(c:implementation): Removed. |
652 |
|
(f:implementation, f:revImplementation): New properties. |
653 |
|
|
654 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
655 |
|
|
656 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
657 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
658 |
|
cfg:strict-document-children): Removed (moved |
659 |
|
to the |MDOM:TreeCore| module). |
660 |
|
|
661 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
662 |
|
module is removed. |
663 |
|
(ManakaiDOMImplementationTC): Some members are removed |
664 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
665 |
|
or the |f:ManakaiMinimumImplementation|. |
666 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
667 |
|
(replaceChildImpl1): A typo on the removing the parent node |
668 |
|
of the old child node is fixed. |
669 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
670 |
|
module). |
671 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
672 |
|
to the |MDOM:DOMFeature| module). |
673 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
674 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
675 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
676 |
|
when the new value is |null|. |
677 |
|
(Attr.___create_node_ref): Attribute name and |
678 |
|
owner element type specific classes are supported (it |
679 |
|
was partially implemented but was incorrect). |
680 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
681 |
|
a node if the |index| is negative. |
682 |
|
(setNamedItem): Various typos are fixed. |
683 |
|
(removeNamedItem): The node was not removed orz |
684 |
|
(cfg:clone-entity-reference-subtree, |
685 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
686 |
|
cfg:strict-document-children): Definitions are moved |
687 |
|
from the |MDOM:Tree| module. Note that the tests for default |
688 |
|
attributes still fail. |
689 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
690 |
|
(Attr): Role name was incorrect. |
691 |
|
|
692 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
693 |
|
not set. |
694 |
|
(AttributeDefinition): Role name was incorrect. |
695 |
|
|
696 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
697 |
|
module is added. |
698 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
699 |
|
implementations. |
700 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
701 |
|
implementations. |
702 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
703 |
|
they are defined as copies of ones in the |Entity| class. |
704 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
705 |
|
namespace unaware attributes. |
706 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
707 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
708 |
|
to namespace aware attributes are added. |
709 |
|
|
710 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
711 |
|
|
712 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
713 |
|
|
714 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
715 |
|
untested). |
716 |
|
(___report_error): Reimplemented (untested). |
717 |
|
(manakaiSetReadOnly): New method. |
718 |
|
(Attr.___create_node_ref): New method (untested). |
719 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
720 |
|
(createEntityReference, cloneNode): Support for |
721 |
|
the |cfg:entity-reference-read-only| configuration |
722 |
|
parameter is removed; newly created entity references |
723 |
|
are always read-only and use the |manakaiSetReadOnly| method |
724 |
|
if desired. |
725 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
726 |
|
|
727 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
728 |
|
the |MDOM:XML| Perl module. |
729 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
730 |
|
the |tc:implementation| internal property if its value |
731 |
|
is provided. The |infoset:content| internal property name |
732 |
|
was incorrect. |
733 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
734 |
|
read-only |NodeList| and |DOMStringList| are added |
735 |
|
for clarification. |
736 |
|
|
737 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
738 |
|
|
739 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
740 |
|
module is added. |
741 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
742 |
|
implementation (untested). |
743 |
|
|
744 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
745 |
|
(Roles): Definitions added. |
746 |
|
|
747 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
748 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
749 |
|
module is removed. |
750 |
|
(DocumentXDoctype): Reimplemented (untested). |
751 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
752 |
|
Reimlemented (untested). |
753 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
754 |
|
|
755 |
|
* XML.dis (FeatureDef): New features (definitions copied |
756 |
|
from the |MDOM:DOMXML| module). |
757 |
|
(DocumentType): New interface (definition copied from |
758 |
|
the |MDOM:DOMXML| module). |
759 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
760 |
|
Reimplemented (untested). |
761 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
762 |
|
|
763 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
764 |
|
|
765 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
766 |
|
|
767 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
768 |
|
|
769 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
770 |
|
(Text, DocumentFragment, Comment): Most members are |
771 |
|
reimplemented (untested). |
772 |
|
|
773 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
774 |
|
|
775 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
776 |
|
removed to sync with DOM Level 3 Core specification. |
777 |
|
|
778 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
779 |
|
(GetElementsNodeList): Reimplemented (untested). |
780 |
|
|
781 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
782 |
|
|
783 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
784 |
|
parameter must also affect on |manakaiAppendText| |
785 |
|
and |textContent| on |Document| nodes. |
786 |
|
|
787 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
788 |
|
parameter changes the class to |bless|. |
789 |
|
(Node): Most methods are reimplemented. (Untested) |
790 |
|
(CharacterData, Attr): Most methods and attributes are |
791 |
|
reimplemented. (Untested) |
792 |
|
|
793 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
794 |
|
reimplemented (untested). |
795 |
|
|
796 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
797 |
|
|
798 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
799 |
|
(untested). |
800 |
|
|
801 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
802 |
|
|
803 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
804 |
|
a qualified name. |
805 |
|
|
806 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
807 |
|
the prefix if it is an empty string. (Note that |
808 |
|
it is defined as implementation dependent in |
809 |
|
DOM Level 3 Core specification). |
810 |
|
|
811 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
812 |
|
module. |
813 |
|
(Node): Attributes are reimplemented (untested). |
814 |
|
|
815 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
816 |
|
module. |
817 |
|
(Node): Attributes are reimplemented (untested). |
818 |
|
(Entity, Notation): New interfaces. |
819 |
|
|
820 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
821 |
|
|
822 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
823 |
|
|
824 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
825 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
826 |
|
replaceChild, removeChild, createDocumentFragment, |
827 |
|
createEntityReference, createProcessingInstruction, |
828 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
829 |
|
(NodeList, DocumentFragment): New interfaces. |
830 |
|
|
831 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
832 |
|
|
833 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
834 |
|
|
835 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
836 |
|
(createAttributeNS, createTextNode, createComment, |
837 |
|
createCDATASection): New methods. |
838 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
839 |
|
|
840 |
|
* Makefile: |XML.dis| is added. |
841 |
|
|
842 |
|
* XML.dis: New module. |
843 |
|
|
844 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
845 |
|
|
846 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
847 |
|
|
848 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
849 |
|
|
850 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
851 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
852 |
|
(Element): New interface. |
853 |
|
(createElementNS): New method. |
854 |
|
(strictErrorChecking): New. |
855 |
|
|
856 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
857 |
|
|
858 |
|
* Makefile: |TreeCore.dis| is added. |
859 |
|
|
860 |
|
* TreeCore.dis: New module. |
861 |
|
|
862 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
863 |
|
|
864 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
865 |
|
parameter. |
866 |
|
|
867 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
868 |
|
|
869 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
870 |
|
data types added to configuration parameters. |
871 |
|
|
872 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
873 |
|
|
874 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
875 |
|
a |DISSource:ResourceProperty|. |
876 |
|
(c:anyDOMConfigurationParameter): New property. |
877 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
878 |
|
the |c:anyDOMConfigurationParameter| property. |
879 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
880 |
|
|
881 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
882 |
|
|
883 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
884 |
|
|
885 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
886 |
|
are removed. |
887 |
|
|
888 |
|
* GenericLS.pm: Added to the CVS repository since |
889 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
890 |
|
|
891 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
892 |
|
|
893 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
894 |
|
method. |
895 |
|
|
896 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
897 |
|
|
898 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
899 |
|
|
900 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
901 |
|
|
902 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
903 |
|
implementations are added. |
904 |
|
|
905 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
906 |
|
implementations are added. |
907 |
|
|
908 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
909 |
|
implementations are added. |
910 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
911 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
912 |
|
(cfg:strict-document-children): New configuration parameter. |
913 |
|
|
914 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
915 |
|
|
916 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
917 |
|
|
918 |
|
* Tree.dis (replaceChild): Method implementations are added. |
919 |
|
|
920 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
921 |
|
|
922 |
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
923 |
|
|
924 |
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |