1 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
4 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
5 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
6 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
7 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
8 |
|
node_value, node_type): Implemented. |
9 |
|
|
10 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
13 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
14 |
|
AttributeDefinition.pm: New modules. |
15 |
|
|
16 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
17 |
|
(create_attribute_definition, create_element_type_definition, |
18 |
|
create_document_type_definition, create_cdata_section, |
19 |
|
create_processing_instruction, create_entity_reference, |
20 |
|
create_general_entity, create_notation): Prototypes added. |
21 |
|
|
22 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
23 |
|
|
24 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
25 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
26 |
|
(create_document_type, create_document_type_definition): |
27 |
|
New methods. |
28 |
|
|
29 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
32 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
33 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
34 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
35 |
|
|
36 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
39 |
|
specifies unknown value and trys to recover from the error. |
40 |
|
|
41 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
44 |
|
|
45 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* GenericLS.dis (GLSException): New interface. |
48 |
|
|
49 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* |InputProcessor|s and |OutputProcessor|s are |
52 |
|
named so that |report| statements in Perl |
53 |
|
module outputs can be identified by name. |dis:dataType|s |
54 |
|
of |DISCore:TFQNames| are all replaced |
55 |
|
by |DISCore:QName|. |
56 |
|
|
57 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* Element.dis (createElementNS): If an array reference |
60 |
|
is specified as the |qualifiedName| parameter, |
61 |
|
don't set the first item as the local name |
62 |
|
even if the second item is not specified (or |
63 |
|
specified as |undef|). |
64 |
|
(createElementNS, setAttribute, setAttributeNS, |
65 |
|
removeAttribute, removeAttributeNS, |
66 |
|
setAttributeNode, setAttributeNodeNS, |
67 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
68 |
|
or removes the |tc:contentAttributeList| value. |
69 |
|
|
70 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
71 |
|
of sorting of content attribute names. |
72 |
|
(getAttrMap, getElementTypeDefNodeMap, |
73 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
74 |
|
(tc:contentAttributeList): New property. |
75 |
|
|
76 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DOMFeature.dis (ForDef): Removed. |
79 |
|
(f:provides, f:through): Removed. |
80 |
|
(Version): Removed. |
81 |
|
(implementFeature): Removed. |
82 |
|
|
83 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
86 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
87 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
88 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
89 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications |
90 |
|
are removed. |
91 |
|
|
92 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
95 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
96 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
97 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
98 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications |
99 |
|
and |DefaultFor|s are removed. |
100 |
|
|
101 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
104 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
105 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
106 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
107 |
|
SimpleLS.dis, DOMMain.dis: References |
108 |
|
to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |
109 |
|
|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| |
110 |
|
modes are removed. |
111 |
|
|
112 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* CharacterData.dis, TreeCore.dis (Require): References |
115 |
|
to the |Grove.dis| module are removed. |
116 |
|
|
117 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* DOMFeature.dis (f:implementation, f:revImplementation): Removed. |
120 |
|
(Require): Reference to the |Grove.dis| module is removed. |
121 |
|
|
122 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* DOMCore.dis (ManakaiDOMImplementation): The |
125 |
|
class is no longer plays the role of |
126 |
|
a |mg:NodeRefRole|. Redundant |f:provides| |
127 |
|
properties are removed. |
128 |
|
|
129 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
132 |
|
Element.dis, CharacterData.dis, XML.dis, |
133 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
134 |
|
XMLParser.dis: Use Perl native |
135 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
136 |
|
for DOM nodes. See |
137 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
138 |
|
|
139 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
142 |
|
|
143 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* DOMString.dis: New module. |
146 |
|
|
147 |
|
* DOMString.pm: New file. |
148 |
|
|
149 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
150 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
151 |
|
Now it references the |DOMImplementationRegistry| object. |
152 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
153 |
|
(DOMImplementationRegistry): New interface and |
154 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
155 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
156 |
|
that the class no longer support |get_implementation| |
157 |
|
and |get_implementation_list| methods from |
158 |
|
the |ImplementationRegistry| interface. |
159 |
|
(DOMImplementationList): Class implemented; no |
160 |
|
longer inherits from |ImplementationList|. |
161 |
|
(DOMImplementationSource): Class implemented; no |
162 |
|
longer inherits from |ImplementationSource|. Note that |
163 |
|
the class no longer support |get_implementation| |
164 |
|
and |get_implementation_list| methods from |
165 |
|
the |ImplementationSource| interface. |
166 |
|
(DOMStringList): Removed. |
167 |
|
|
168 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
169 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
170 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
171 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
172 |
|
module, obsolete property name aliases, |
173 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
174 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
175 |
|
ManakaiDOM:implID): Removed. |
176 |
|
|
177 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
178 |
|
(DOMString): Removed. |
179 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
180 |
|
|
181 |
|
* Makefile: |DOMString.pm| is added. |
182 |
|
|
183 |
|
* TreeCore.dis (is_default_namespace): |null| was |
184 |
|
returned where a false is expected (|null| is |
185 |
|
a false in Perl, but real |false| is appropriate here). |
186 |
|
|
187 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
190 |
|
|
191 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
192 |
|
|
193 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
194 |
|
|
195 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
198 |
|
ImplementationRegistry): Parameters |features| |
199 |
|
now allow |null| (equivalent to an empty string). |
200 |
|
|
201 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
204 |
|
class. Factory methods |createTextNode| and |createComment| |
205 |
|
are moved from |ManakaiDOMDocument|. |
206 |
|
|
207 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
208 |
|
are removed. |
209 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
210 |
|
(DOMImplementation.___create_node_ref): Support |
211 |
|
for the |mg:nodeRefClass| option is removed. |
212 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
213 |
|
from |ManakaiDOMObject| class. |
214 |
|
|
215 |
|
* DOMFeature.dis (domidl:extends): New property. |
216 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
217 |
|
|
218 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
219 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
220 |
|
(DOMDataType): Removed. |
221 |
|
|
222 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
223 |
|
The |createDocument| method is moved from |
224 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
225 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
226 |
|
(createElement, createElementNS, createAttribute, |
227 |
|
createAttributeNS, createTextNode, createComment, |
228 |
|
createCDATASection, createEntityReference, |
229 |
|
createProcessingInstruction): Class implementations |
230 |
|
are moved to each module. |
231 |
|
|
232 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
233 |
|
methods are moved from |Document.dis|. |
234 |
|
(ManakaiDOMElement.___create_node_ref): Support |
235 |
|
for old class registry is removed. |
236 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
237 |
|
(Attr.baseURI): Implementation |
238 |
|
for |xml:base| attribute is merged. |
239 |
|
(Attr.nodeValue, Attr.value): Implementation |
240 |
|
for |xml:id| attribute is merged. |
241 |
|
|
242 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
243 |
|
|
244 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
245 |
|
definition for |createDocumentType| method |
246 |
|
is moved from |TreeCore.dis|. |
247 |
|
|
248 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
249 |
|
methods are moved from |Document.dis|. |
250 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
251 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
252 |
|
|
253 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
255 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
256 |
|
statement was broken. |
257 |
|
|
258 |
|
* DOMFeature.dis (getImplementationList): Argument |
259 |
|
is not passed to the |getImplementation| method. |
260 |
|
|
261 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
262 |
|
did not |f:implements| the |TSFeature30| feature. |
263 |
|
|
264 |
|
* XMLParser.dis: Use |create_uri_reference| |
265 |
|
method instead of internal |_new| method |
266 |
|
to create a URI reference object. |
267 |
|
|
268 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
271 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
272 |
|
the |f:ManakaiMinimumImplementation| class inherited |
273 |
|
by it). The |f:Minimum| feature is ever implemented |
274 |
|
for compatibility (but is expected to be removed). |
275 |
|
Internal methods such as |___report_error| are copied from |
276 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
277 |
|
methods |hasFeature| and |getFeature| are also |
278 |
|
moved from that class, but they now support no |
279 |
|
foreign classes. |
280 |
|
|
281 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
282 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
283 |
|
The class no longer support classes |
284 |
|
other than |ManakaiDOMImplementation|. Note |
285 |
|
that the |ImplementationRegistry| object does continue |
286 |
|
to support foreign classes via foreign classes |
287 |
|
implementing |ImplementationSource| |
288 |
|
or |DOMImplementationSource| interface. |
289 |
|
(MinimumImplementation): Removed. |
290 |
|
|
291 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
292 |
|
longer inherit the |ManakaiDOMImplementation|; it |
293 |
|
is now expected to be implemented by |DOMImplementation| |
294 |
|
objects. |
295 |
|
|
296 |
|
* DOMMain.dis (null): Removed. |
297 |
|
|
298 |
|
* Document.dis (___create_node_ref): It no |
299 |
|
longer support foreign classes other |
300 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
301 |
|
Note that document format specific DOM |
302 |
|
interfaces, if supported, should be |
303 |
|
all instances of the |Document| interface |
304 |
|
in the implementation, as defined |
305 |
|
in the Web Applications 1.0 specification (where |
306 |
|
the |HTMLDocument| interface must be implemented |
307 |
|
by all |Document| objects, even if the |Document| |
308 |
|
contains no HTML element). |
309 |
|
|
310 |
|
* GenericLS.dis (GLSImplementation): It no |
311 |
|
longer inherit the |MinimumImplementation|; it |
312 |
|
is now expected to be implemented by |DOMImplementation| |
313 |
|
objects. |
314 |
|
(createGLSParser, createGLSSerializer): Load |
315 |
|
module implementing parser or serializer |
316 |
|
if necessary. |
317 |
|
|
318 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
319 |
|
longer inherits the |ManakaiDOMDocument|; it |
320 |
|
is now expected to be implemented by |Document| |
321 |
|
objects. |
322 |
|
|
323 |
|
* XDP.dis (XDPDocument): It no longer |
324 |
|
inherits the |Document|; it is now expected |
325 |
|
to be implemented by all |Document| objects. |
326 |
|
|
327 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
328 |
|
longer inherits the |ManakaiDOMDocument|; it |
329 |
|
is now expected to be implemented by |Document| |
330 |
|
objects. |
331 |
|
|
332 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
333 |
|
|
334 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
335 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
336 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
337 |
|
|
338 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
339 |
|
the |ManakaiDOMImplementation| class. |
340 |
|
|
341 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
342 |
|
|
343 |
|
* DOMFeature.dis: Definitions for various concepts |
344 |
|
are added. |
345 |
|
|
346 |
|
* GenericLS.dis (GLSImplementation): It no |
347 |
|
longer inherits the |MinimumImplementation|; rather, |
348 |
|
any |ManakaiMinimumImplementation| object also |
349 |
|
implements |GLSImplementation| methods. |
350 |
|
|
351 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
352 |
|
longer inherits the |DOMImplementation|; rather, |
353 |
|
any |ManakaiDOMImplementation| object also |
354 |
|
implements |DOMImplementationTreeStore| methods. |
355 |
|
|
356 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
358 |
|
* TreeStore.pm: Added to the CVS repository |
359 |
|
to enable for the dis database to contain XML |
360 |
|
fragments. |
361 |
|
|
362 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
363 |
|
|
364 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
365 |
|
|
366 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
367 |
|
|
368 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
369 |
|
|
370 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
371 |
|
|
372 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
373 |
|
|
374 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
375 |
|
|
376 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
377 |
|
any |%|s in |xdp:attr-definition| children. |
378 |
|
|
379 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
380 |
|
|
381 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
382 |
|
name property is added. |
383 |
|
|
384 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
385 |
|
|
386 |
|
* XDP.dis (createXDPIf): New method. |
387 |
|
(XDPIfElement): New interface. |
388 |
|
|
389 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
390 |
|
|
391 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
392 |
|
New methods. |
393 |
|
|
394 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
395 |
|
|
396 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
397 |
|
are added. |
398 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
399 |
|
|
400 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
401 |
|
|
402 |
|
* Traversal.dis (SerialWalker): New interface. |
403 |
|
(manakaiCreateSerialWalker): New method. |
404 |
|
|
405 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
406 |
|
|
407 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
408 |
|
rather than |&{}| dereferencing. |
409 |
|
(acceptNode): Implemented. |
410 |
|
|
411 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
412 |
|
|
413 |
|
* XDP.dis: New module. |
414 |
|
|
415 |
|
* Makefile: |XDP.dis| is added. |
416 |
|
|
417 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
418 |
|
and |OutputProcessor| are added. |
419 |
|
|
420 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
421 |
|
|
422 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
423 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
424 |
|
is added. The |FILTER_REJECT| value is treated |
425 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
426 |
|
rejected subtree as specified in the spec. |
427 |
|
|
428 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
429 |
|
|
430 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
431 |
|
|
432 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
433 |
|
|
434 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
435 |
|
|
436 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
437 |
|
|
438 |
|
* .cvsignore: Updated. |
439 |
|
|
440 |
|
* Traversal.dis: Unused declarations are removed. |
441 |
|
|
442 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
444 |
|
* CharacterData.dis (Require): A reference to |
445 |
|
the |MDOM:Traversal| module is added. |
446 |
|
(wholeText): Implemented. |
447 |
|
|
448 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
449 |
|
|
450 |
|
* Makefile: |Traversal.dis| is added. |
451 |
|
|
452 |
|
* Traversal.dis: New module. |
453 |
|
|
454 |
|
* TreeCore.dis (___report_error): Return value was |
455 |
|
not propagated. |
456 |
|
|
457 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
458 |
|
|
459 |
|
* Element.dis (removeAttributeNS): A runtime error |
460 |
|
was occurred if there was no specified attribute node. |
461 |
|
|
462 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
463 |
|
|
464 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
465 |
|
|
466 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
467 |
|
New attributes. |
468 |
|
|
469 |
|
(StaticNodeList): New interface. |
470 |
|
|
471 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
472 |
|
|
473 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
474 |
|
|
475 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
476 |
|
|
477 |
|
* SimpleLS.dis: Reimplemented. |
478 |
|
|
479 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
480 |
|
|
481 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
482 |
|
a qualified name. |
483 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
484 |
|
|
485 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
486 |
|
(normalize): Implemented. |
487 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
488 |
|
class. |
489 |
|
|
490 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
491 |
|
|
492 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
493 |
|
|
494 |
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
495 |
|
|
496 |
* CharacterData.dis (length, insertData, substringData, |
* CharacterData.dis (length, insertData, substringData, |