1 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
4 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
5 |
|
the |f:ManakaiMinimumImplementation| class inherited |
6 |
|
by it). The |f:Minimum| feature is ever implemented |
7 |
|
for compatibility (but is expected to be removed). |
8 |
|
Internal methods such as |___report_error| are copied from |
9 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
10 |
|
methods |hasFeature| and |getFeature| are also |
11 |
|
moved from that class, but they now support no |
12 |
|
foreign classes. |
13 |
|
|
14 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
15 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
16 |
|
The class no longer support classes |
17 |
|
other than |ManakaiDOMImplementation|. Note |
18 |
|
that the |ImplementationRegistry| object does continue |
19 |
|
to support foreign classes via foreign classes |
20 |
|
implementing |ImplementationSource| |
21 |
|
or |DOMImplementationSource| interface. |
22 |
|
(MinimumImplementation): Removed. |
23 |
|
|
24 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
25 |
|
longer inherit the |ManakaiDOMImplementation|; it |
26 |
|
is now expected to be implemented by |DOMImplementation| |
27 |
|
objects. |
28 |
|
|
29 |
|
* DOMMain.dis (null): Removed. |
30 |
|
|
31 |
|
* Document.dis (___create_node_ref): It no |
32 |
|
longer support foreign classes other |
33 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
34 |
|
Note that document format specific DOM |
35 |
|
interfaces, if supported, should be |
36 |
|
all instances of the |Document| interface |
37 |
|
in the implementation, as defined |
38 |
|
in the Web Applications 1.0 specification (where |
39 |
|
the |HTMLDocument| interface must be implemented |
40 |
|
by all |Document| objects, even if the |Document| |
41 |
|
contains no HTML element). |
42 |
|
|
43 |
|
* GenericLS.dis (GLSImplementation): It no |
44 |
|
longer inherit the |MinimumImplementation|; it |
45 |
|
is now expected to be implemented by |DOMImplementation| |
46 |
|
objects. |
47 |
|
(createGLSParser, createGLSSerializer): Load |
48 |
|
module implementing parser or serializer |
49 |
|
if necessary. |
50 |
|
|
51 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
52 |
|
longer inherits the |ManakaiDOMDocument|; it |
53 |
|
is now expected to be implemented by |Document| |
54 |
|
objects. |
55 |
|
|
56 |
|
* XDP.dis (XDPDocument): It no longer |
57 |
|
inherits the |Document|; it is now expected |
58 |
|
to be implemented by all |Document| objects. |
59 |
|
|
60 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
61 |
|
longer inherits the |ManakaiDOMDocument|; it |
62 |
|
is now expected to be implemented by |Document| |
63 |
|
objects. |
64 |
|
|
65 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
68 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
69 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
70 |
|
|
71 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
72 |
|
the |ManakaiDOMImplementation| class. |
73 |
|
|
74 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* DOMFeature.dis: Definitions for various concepts |
77 |
|
are added. |
78 |
|
|
79 |
|
* GenericLS.dis (GLSImplementation): It no |
80 |
|
longer inherits the |MinimumImplementation|; rather, |
81 |
|
any |ManakaiMinimumImplementation| object also |
82 |
|
implements |GLSImplementation| methods. |
83 |
|
|
84 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
85 |
|
longer inherits the |DOMImplementation|; rather, |
86 |
|
any |ManakaiDOMImplementation| object also |
87 |
|
implements |DOMImplementationTreeStore| methods. |
88 |
|
|
89 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* TreeStore.pm: Added to the CVS repository |
92 |
|
to enable for the dis database to contain XML |
93 |
|
fragments. |
94 |
|
|
95 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
96 |
|
|
97 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
98 |
|
|
99 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
102 |
|
|
103 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
104 |
|
|
105 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
106 |
|
|
107 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
110 |
|
any |%|s in |xdp:attr-definition| children. |
111 |
|
|
112 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
115 |
|
name property is added. |
116 |
|
|
117 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* XDP.dis (createXDPIf): New method. |
120 |
|
(XDPIfElement): New interface. |
121 |
|
|
122 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
125 |
|
New methods. |
126 |
|
|
127 |
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
* XDP.dis (XDPDocument): A number of constructor methods |
* XDP.dis (XDPDocument): A number of constructor methods |