1 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
4 |
|
statement was broken. |
5 |
|
|
6 |
|
* DOMFeature.dis (getImplementationList): Argument |
7 |
|
is not passed to the |getImplementation| method. |
8 |
|
|
9 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
10 |
|
did not |f:implements| the |TSFeature30| feature. |
11 |
|
|
12 |
|
* XMLParser.dis: Use |create_uri_reference| |
13 |
|
method instead of internal |_new| method |
14 |
|
to create a URI reference object. |
15 |
|
|
16 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
19 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
20 |
|
the |f:ManakaiMinimumImplementation| class inherited |
21 |
|
by it). The |f:Minimum| feature is ever implemented |
22 |
|
for compatibility (but is expected to be removed). |
23 |
|
Internal methods such as |___report_error| are copied from |
24 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
25 |
|
methods |hasFeature| and |getFeature| are also |
26 |
|
moved from that class, but they now support no |
27 |
|
foreign classes. |
28 |
|
|
29 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
30 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
31 |
|
The class no longer support classes |
32 |
|
other than |ManakaiDOMImplementation|. Note |
33 |
|
that the |ImplementationRegistry| object does continue |
34 |
|
to support foreign classes via foreign classes |
35 |
|
implementing |ImplementationSource| |
36 |
|
or |DOMImplementationSource| interface. |
37 |
|
(MinimumImplementation): Removed. |
38 |
|
|
39 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
40 |
|
longer inherit the |ManakaiDOMImplementation|; it |
41 |
|
is now expected to be implemented by |DOMImplementation| |
42 |
|
objects. |
43 |
|
|
44 |
|
* DOMMain.dis (null): Removed. |
45 |
|
|
46 |
|
* Document.dis (___create_node_ref): It no |
47 |
|
longer support foreign classes other |
48 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
49 |
|
Note that document format specific DOM |
50 |
|
interfaces, if supported, should be |
51 |
|
all instances of the |Document| interface |
52 |
|
in the implementation, as defined |
53 |
|
in the Web Applications 1.0 specification (where |
54 |
|
the |HTMLDocument| interface must be implemented |
55 |
|
by all |Document| objects, even if the |Document| |
56 |
|
contains no HTML element). |
57 |
|
|
58 |
|
* GenericLS.dis (GLSImplementation): It no |
59 |
|
longer inherit the |MinimumImplementation|; it |
60 |
|
is now expected to be implemented by |DOMImplementation| |
61 |
|
objects. |
62 |
|
(createGLSParser, createGLSSerializer): Load |
63 |
|
module implementing parser or serializer |
64 |
|
if necessary. |
65 |
|
|
66 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
67 |
|
longer inherits the |ManakaiDOMDocument|; it |
68 |
|
is now expected to be implemented by |Document| |
69 |
|
objects. |
70 |
|
|
71 |
|
* XDP.dis (XDPDocument): It no longer |
72 |
|
inherits the |Document|; it is now expected |
73 |
|
to be implemented by all |Document| objects. |
74 |
|
|
75 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
76 |
|
longer inherits the |ManakaiDOMDocument|; it |
77 |
|
is now expected to be implemented by |Document| |
78 |
|
objects. |
79 |
|
|
80 |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
* DOMCore.dis (ManakaiDOMImplementation): No longer |
* DOMCore.dis (ManakaiDOMImplementation): No longer |