/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by wakaba, Mon Oct 18 12:23:51 2004 UTC revision 1.98 by wakaba, Thu Dec 29 10:21:40 2005 UTC
# Line 1  Line 1 
1    2005-12-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XMLParser.dis (shiftChar): Checks characters are legal
4            or not.  Normalize end-of-lines.
5            (rule _XMLDeclaration_): Implemented.
6            (WFErrDef): Well-formedness error |wf-syntax-error|,
7            |wf-pi-target-is-xml|, |wf-no-end-tag|,
8            |wf-unsupported-xml-version|, |wf-malformed-enc-name|,
9            |wf-malformed-xml-standalone|, |wf-legal-literal-character|,
10            |wf-element-type-match|, |wf-unique-att-spec|,
11            |wf-legal-character| added.
12            (%character-code-point): New formatter rule.
13    
14            * Tree.dis (Document.xmlEncoding): It is now read-write attribute.
15    
16            * DOMCore.dis (DOMError.stringify): Added.
17            (error-handler.default): Returns |false| (don't continue)
18            when the error severity is |SEVERITY_FATAL_ERROR|.
19    
20    2005-12-28  Wakaba  <wakaba@suika.fam.cx>
21    
22            * XMLParser.dis (DocumentEntity): Typos fixed.
23            (|lexmode|s): New |?default-token| statements are used
24            so that tokenizer description has been simplified
25            and CDATA sections now can be parsed.
26    
27    2005-12-28  Wakaba  <wakaba@suika.fam.cx>
28    
29            * XMLParser.dis: Some modifications made.
30    
31    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
32    
33            * DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a
34            global named resource.
35    
36            * Makefile: Rules to make |XMLParser.pm| is added.
37    
38            * XMLParser.dis: New file.
39    
40    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
41    
42            * DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error
43            message formatter can now vary by error types.
44            (DOMLocator.utf32Offset): New (manakai extended) attribute.
45    
46    2005-12-23  Wakaba  <wakaba@suika.fam.cx>
47    
48            * DOMCore.dis (DOMLocator): Implemented.
49    
50    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
51    
52            * DOMCore.dis (DOMConfigurationParameterApplication,
53            domConfigurationParameter): New resources.
54    
55    2005-11-25  Wakaba  <wakaba@suika.fam.cx>
56    
57            * Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error):
58            New methods.
59    
60    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
61    
62            * DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__|
63            blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks.
64    
65            * DOMMain.dis (___report_error): Throws the error unkess
66            it is a |DOMCore:DOMError| object.
67            
68    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
69    
70            * DOMCore.dis (severity, type): Getters return value from
71            the definition of the current error (i.e. |-def| hash).
72            (___error_def): New method.
73            (errorType): |dis:dataType| changed to |DISCore:TFQNames|
74            to ease natural reference to constant value.
75            (error-handler.default): Prints the error message by |warn|.
76    
77            * Tree.dis (nodeValue.set): Reimplemented so that it
78            warns as setting has no effect.
79            (___report_error): New method.  (It had been only implemented
80            in superclass.)
81            (setting-node-value-no-effect): New error type.
82    
83    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
84    
85            * DOMCore.dis: Error codes added.
86    
87            * Tree.dis (destroyNodeStem): New method implementation.
88    
89    2005-11-22  Wakaba  <wakaba@suika.fam.cx>
90    
91            * Tree.dis (cloneNode): User data handlers implemented.
92            (adoptNode): User data handlers implemented.
93            
94    2005-11-21  Wakaba  <wakaba@suika.fam.cx>
95    
96            * DOMCore.dis (UserDataHandler): A constraint for Perl binding
97            added.
98    
99            * Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented.
100            (getUserData, setUserData): Implemented.
101    
102    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
103    
104            * DOMCore.dis (UserDataHandler): Implemented.
105            (DOMErrorHandler): Blessed package name bug fixed.
106    
107            * ManakaiDOMLS2003.dis: Reference to |Node| subclasses
108            changed to |Tree.dis|.
109            
110    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
111    
112            * DOMMain.dis: Unused declarations and definitions removed.
113    
114            * DOMCore.dis: DOM document tree related interfaces removed.
115    
116            * Tree.dis: New module separated from |DOMCore.dis|.
117    
118            * DOMXML.dis: Some referent changed to |Tree.dis|.
119    
120            * Makefile: |Tree.dis| added.
121    
122    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
123    
124            * .cvsignore: Revised.
125            
126    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
127    
128            * ManakaiDOMLS2003.dis: Tests added.
129            (domConfig): Method name in the code fixed to |flag|.
130    
131            * DOMMain.dis (findOffset32): Missing |^| in regular expressions
132            added.
133    
134            * DOMCore.dis (hasChildNodes): Returns |false| if the node type
135            is defined not to have any children.
136            (CharacterData): Typos in element type names and function names fixed.
137    
138    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
139    
140            * DOMFeature.dis (MinimumImplementation.eq): Added.
141    
142            * DOMMain.dis: |DISPerl:ISA| reference fixed.
143    
144            * Generic.dis: Implements new |DOMLS:Generic| feature.
145    
146    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
147    
148            * DOMFeature.dis (stringifyFeatures): Don't double |SPACE|
149            characters between feature names and versions.
150    
151    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
152    
153            * DOMFeature.dis (stringifyFeatures): A test code added.
154    
155    2005-10-26  Wakaba  <wakaba@suika.fam.cx>
156    
157            * SimpleLS.dis (writeToString): Don't stop serializing
158            when an |false| value appears in |@src|.
159    
160    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
161    
162            * DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented.
163            (ErrDef): Redefined.
164    
165            * DOMLS.dis (ErrDef): Redefined.
166    
167    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
168    
169            * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".
170    
171    2005-10-15  Wakaba  <wakaba@suika.fam.cx>
172    
173            * DOMCore.dis (Require): References "DOMLS.dis" module.
174            (CParam): Definitions for LS module added.
175    
176            * DOMLS.dis (ManakaiDOMLSInput): The input processor
177            is also an output processor now.
178            (ManakaiDOMLSResourceResolver): Implemented.
179            (CParam): Definitions updated.
180    
181    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
182    
183            * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
184            NOT_SUPPORTED_CONFIG_VALUE_ERR,
185            INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
186            (DOMConfiguration): Implemented.
187            (CParam): Definitions updated.
188    
189            * DOMMain.dis (DOMURIs): New data type.
190            
191    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
192    
193            * DOMCore.dis (setAttrValueNS): New code.
194    
195    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
196    
197            * DOMCore.dis: Don't set "infoset:prefix" internal
198            property unless it has non-null value.
199            (newObject): "refNode" parameter introduced.
200            (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
201            method if "refNode" parameter is specified.
202            (cloneNode): Don't set "read-only" flag.
203            (getNodeReference): Caches the result.
204            (selectAttributeNodeForRemove): Don't removes any other
205            non-namespace-aware attribute nodes.
206    
207    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
208    
209            * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
210            setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
211            (doStrictErrorChecking): New code.
212    
213            * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
214            supported.
215    
216            * Makefile: Rule to make "DOMFeature.pm" restored.
217    
218    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
219    
220            * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
221            (adoptNode): Implemented.
222    
223    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
224    
225            * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
226    
227            * DOMFeature.dis (DOMCore:implementation): Short name added.
228    
229            * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
230            (DOMCore:node): New error parameter.
231            (DOMCore:ownerDocument): Changed from "mn:irefnode0"
232            to "mn:xrefnode0".  For this reason, all assignments
233            to this property have been rewritten to references
234            to code "mn:setXRefNode".
235            (cloneNode): Implemented.
236            (setAttributeNode): A missing "importTree" method call added.
237            (setAttributeNodeNS): Perl code removed and changed
238            to a reference to "setAttributeNode" method code.
239    
240            * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
241            property to "mn:xrefnode0" property.
242    
243    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
244    
245            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
246            in interfaces.
247    
248    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
249    
250            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
251            (ManakaiDOMCharacterData): Methods reimplemented.
252            (splitText): Reimplemented.
253            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
254            for non-parent node types.
255    
256            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
257                    for non-parent node types.
258    
259    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
260    
261            * ManakaiDOMLS2003.dis: Revised to new format.
262    
263            * GenericLS.dis (DOMLS:ParseString): New feature.
264    
265    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
266    
267            * DOMFeature.dis: Description added and revised.  (Still more
268            work required.)
269    
270    2005-10-04  Wakaba  <wakaba@suika.fam.cx>
271    
272            * DOMMain.dis (DOMString): The "idl:perl" attribute
273            value has been changed from "DISPerl:String"
274            to "DISPerl:CharacterString" to clarify its semantics.
275    
276    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
277    
278            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
279            type properties added.
280    
281            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
282            type properties added.
283    
284    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
285    
286            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
287            properties added.
288    
289    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
290    
291            * DOMFeature.dis: Documentation added (still work in progress).
292            (MIString): New type.
293    
294            * DOMCore.dis (namespaceURI): Fixed to return the namespace
295            URI value, not a reference to it.
296    
297    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
298    
299            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
300            names where possible.
301    
302            * DOMFeature.dis: Documentation for DOM Minimum Implementation
303            added (still work in progress).
304    
305            * Makefile (feature.dae, feature-spec.dae): New rules.
306    
307    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
308    
309            * DOMCore.dis (DOMCore:nodeProp): New property.
310    
311            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
312            is removed.
313    
314    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
315    
316            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
317    
318    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
319    
320            * Makefile (DAC_SUFFIX): Changed to ".dae".
321            (DAEM_SUFFIX): New.
322    
323    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
324    
325            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
326            and "ManakaiDOM:ManakaiDOM2".
327    
328            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
329            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
330            instead of disPerl:Q for internal property hash keys.
331    
332            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
333            definitions added.
334    
335            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
336            New resources.
337            
338            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
339            resources.
340    
341    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
342    
343            * GenericLS.dis, SimpleLS.dis: New modules separated
344            from DOMLS.dis.
345    
346            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
347            moved from DOMMain to DOMFeature.  Now DOMFeature
348            has no dependency on DOMMain.
349    
350            * DOMFeature.dis (DEBUG): New variable.
351    
352    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
353    
354            * Makefile: DAC_SUFFIX changed to ".dad".
355    
356    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
357    
358            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
359            features if it is "for" ManakaiDOM:DOMXMLFeature.
360    
361            * DOMMain.pm (StringExtend): Code portions of raising
362            StringOutOfBoundsException is temporary disabled since
363            it is not a DOM-style exception supported by
364            current implementation of ManakaiNode - it will be
365            recovered in later revision.
366    
367    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
368    
369            * DOMFeature.pm: Debug output code copied
370            from Attic/DOMMetaImpl.pm (Should these code incorporated
371            to source dis file?).
372    
373    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
374    
375            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
376            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
377            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
378            (ManakaiDOMTimeStamp): Removed.
379    
380            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
381            longer in use).
382    
383    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
384    
385            * DOMMain.dis (StringOutOfBoundsException): New exception.
386    
387    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
388    
389            * DOMFeature.dis: dis:dataType and dis:multipleProperties
390            properties added to properties.
391    
392    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
393    
394            * Makefile: Rules renewaled.
395    
396    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
397    
398            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
399    
400    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
401    
402            * DOMMain.dis (DOMImplementationRegistry,
403            DOMImplementationRegistryVar): New.
404    
405            * DOMFeature.dis (DOMImplementationRegistry,
406            DOMImplementationRegistryVar): Removed.
407            (ImplementationRegistry): New class.
408    
409    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
410    
411            * DOMFeature.dis: New module.
412    
413            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
414    
415            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
416            (DOMString, DOMTimeStamp): Now they are not interfaces
417            but datatypes.
418            (DOMUserData, DOMObject, DOMUserData): Now they
419            are subtypes rather than aliases of their "real" type in IDL.
420            
421            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
422            New interfaces and classes.    
423    
424    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
425    
426            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
427            property of the new Text node.
428    
429    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
430    
431            * Makefile: Loads "NaturalLanguage.dis".
432    
433    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
434    
435            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
436            to the root element created by the method.  (It was forgotten!!)
437    
438    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
439    
440            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
441            in the code of removing the newChild from the previous
442            parent of that node is fixed.
443    
444    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
445    
446            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
447            namespace prefix of element type if it is not declared
448            but not used else.  A shift is replaced by pop:).
449    
450            * DOMCore.dis (getFeature): The getFeature method
451            for Node-derived classes implemented.
452            * DOMXML.dis (getFeature): Ditto.
453    
454    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
455    
456            * DOMCore.dis (getNodeReference): Use HTMLDocument class
457            if a document node has no document element node but
458            has support for the "HTML" feature.
459    
460    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
461    
462            * DOMMetaImpl.dis (features input normalizer): Variable name
463            typo fixed.
464            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
465            so that version specification for "+"'ed feature name does work now.
466    
467    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
468    
469            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
470            removed (now defined in DOMMetaImpl).
471    
472    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
473    
474            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
475    
476            * Makefile: Rules for DOMMetaImpl module added.
477    
478    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
479    
480            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
481    
482    2005-02-18  Wakaba  <wakaba@suika.fam.cx>
483    
484            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
485            is an instance method, not a class method.
486    
487            * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
488            ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
489            (Exception-related definitions): Removed (moved to
490            "lib/Message/Util/Error/DOMException.dis").
491            (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
492            to DISLang).
493    
494    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
495    
496            * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
497            "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
498            "lib/Message/Util/ManakaiNode.dis").
499            (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
500            "lib/manakai/DISCore.dis").
501            (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
502            ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
503            "lib/manakai/DISLang.dis").
504    
505    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
506    
507            * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
508            DISPerl module).
509    
510    2005-01-07  Wakaba  <wakaba@suika.fam.cx>
511    
512            * DOMCore.dis: Each "delete array-item" replaced to a "splice".
513    
514    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
515    
516            * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
517            XML document.
518    
519    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
520    
521            * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
522            (IntMethod[isExternallyReferred]): Rewritten.
523            (IntMethod[isExternallyReferredDownward]): Removed.
524            (Checking XML name legallity): Fix true or false mistakes.
525            (destroy, importTree, orphanate): Rewritten.
526            (destroyDownward, changeTreeIDDownward): Removed.
527            (TreeCore:urefnode property): Removed since not used.
528    
529            * DOMCore.dis: Tying array for NodeList implemented.
530    
531    2005-01-02  Wakaba  <wakaba@suika.fam.cx>
532    
533            * DOMHTML.dis (HTMLDOMImplementation): New interface.
534    
535            * DOMViews.dis: Documentation for properties are added.
536    
537    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
538    
539            * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
540    
541            * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
542    
543    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
544    
545            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
546    
547    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
548    
549            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
550    
551    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
552    
553            * .cvsignore: Ignore pod files.
554    
555    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
556    
557            * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
558    
559            * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
560            be DOMString->length.
561    
562            * DOMCore.dis (Element.getElementsByTagName,
563            Node.getElementsByTagName, Element.getElementsByTagNameNS,
564            Node.getElementsByTagNameNS): Implemented.
565            (Element.getAttributeNode, Element.getAttributeNodeNS):
566            Check whether defined.
567    
568  2004-10-18  Wakaba  <wakaba@suika.fam.cx>  2004-10-18  Wakaba  <wakaba@suika.fam.cx>
569    
570          * DOMWebForms.dis: New module.          * DOMWebForms.dis: New module.

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.98

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24