1 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMConfiguration.pm: New module. |
4 |
|
|
5 |
|
* Attr.pm (trivial accessor for read-write attributes): Throw |
6 |
|
an exception if the node is read-only. Delete the property |
7 |
|
if undef is specified. |
8 |
|
(prefix): Implemented. |
9 |
|
|
10 |
|
* DOMElement.pm (trivial accessor for read-write attributes): Throw |
11 |
|
an exception if the node is read-only. Delete the property |
12 |
|
if undef is specified. |
13 |
|
(prefix): Implemented. |
14 |
|
(text_content, manakai_append_text): Old implementations are removed. |
15 |
|
|
16 |
|
* DOMCharacterData.pm (text_content): Implemented. |
17 |
|
|
18 |
|
* DOMDocument.pm (____new): Initialize the strict-document-children |
19 |
|
parameter by true. |
20 |
|
(text_content): Reimplemented. |
21 |
|
(dom_config): New. |
22 |
|
|
23 |
|
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype. |
24 |
|
|
25 |
|
* DocumentType.pm (text_content): Implemented. |
26 |
|
|
27 |
|
* ElementTypeDefinition.pm (text_content): Implemented. |
28 |
|
|
29 |
|
* Node.pm (___report_error): New method. |
30 |
|
(text_content): Implemented. |
31 |
|
(manakai_append_text): Copied from |DOMElement.pm|. |
32 |
|
|
33 |
|
* Notation.pm (text_content): Implemented. |
34 |
|
|
35 |
|
* ProcessingInstruction.pm (text_content): Implemented. |
36 |
|
|
37 |
|
* Text.pm (is_element_content_whitespace): Alpha version. |
38 |
|
|
39 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DOMException.pm (Message::IF::DOMException): Extends |
42 |
|
the |Message::Util::Error| class. |
43 |
|
|
44 |
|
* NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class. |
45 |
|
(CLEAR): Not all items were removed. |
46 |
|
|
47 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
50 |
|
DocumentType.pm, Entity.pm, |
51 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
52 |
|
|
53 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
54 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
55 |
|
|
56 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
57 |
|
|
58 |
|
* Node.pm (==, !=): Implemented. |
59 |
|
(manakai_read_only): Implemented. |
60 |
|
(is_same_node): Implemented. |
61 |
|
(is_equal_node): Alpha version. |
62 |
|
(manakai_set_read_only): Alpha version. |
63 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
64 |
|
definitions are removed. |
65 |
|
|
66 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* Node.pm: First alpha version of implementation of attributes. |
69 |
|
|
70 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
73 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
74 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
75 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
76 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
77 |
|
node_value, node_type): Implemented. |
78 |
|
|
79 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
82 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
83 |
|
AttributeDefinition.pm: New modules. |
84 |
|
|
85 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
86 |
|
(create_attribute_definition, create_element_type_definition, |
87 |
|
create_document_type_definition, create_cdata_section, |
88 |
|
create_processing_instruction, create_entity_reference, |
89 |
|
create_general_entity, create_notation): Prototypes added. |
90 |
|
|
91 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
92 |
|
|
93 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
94 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
95 |
|
(create_document_type, create_document_type_definition): |
96 |
|
New methods. |
97 |
|
|
98 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
101 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
102 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
103 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
104 |
|
|
105 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
108 |
|
specifies unknown value and trys to recover from the error. |
109 |
|
|
110 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
113 |
|
|
114 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* GenericLS.dis (GLSException): New interface. |
117 |
|
|
118 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* |InputProcessor|s and |OutputProcessor|s are |
121 |
|
named so that |report| statements in Perl |
122 |
|
module outputs can be identified by name. |dis:dataType|s |
123 |
|
of |DISCore:TFQNames| are all replaced |
124 |
|
by |DISCore:QName|. |
125 |
|
|
126 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* Element.dis (createElementNS): If an array reference |
129 |
|
is specified as the |qualifiedName| parameter, |
130 |
|
don't set the first item as the local name |
131 |
|
even if the second item is not specified (or |
132 |
|
specified as |undef|). |
133 |
|
(createElementNS, setAttribute, setAttributeNS, |
134 |
|
removeAttribute, removeAttributeNS, |
135 |
|
setAttributeNode, setAttributeNodeNS, |
136 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
137 |
|
or removes the |tc:contentAttributeList| value. |
138 |
|
|
139 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
140 |
|
of sorting of content attribute names. |
141 |
|
(getAttrMap, getElementTypeDefNodeMap, |
142 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
143 |
|
(tc:contentAttributeList): New property. |
144 |
|
|
145 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* DOMFeature.dis (ForDef): Removed. |
148 |
|
(f:provides, f:through): Removed. |
149 |
|
(Version): Removed. |
150 |
|
(implementFeature): Removed. |
151 |
|
|
152 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
155 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
156 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
157 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
158 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications |
159 |
|
are removed. |
160 |
|
|
161 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
164 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
165 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
166 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
167 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications |
168 |
|
and |DefaultFor|s are removed. |
169 |
|
|
170 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
173 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
174 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
175 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
176 |
|
SimpleLS.dis, DOMMain.dis: References |
177 |
|
to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |
178 |
|
|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| |
179 |
|
modes are removed. |
180 |
|
|
181 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* CharacterData.dis, TreeCore.dis (Require): References |
184 |
|
to the |Grove.dis| module are removed. |
185 |
|
|
186 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* DOMFeature.dis (f:implementation, f:revImplementation): Removed. |
189 |
|
(Require): Reference to the |Grove.dis| module is removed. |
190 |
|
|
191 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* DOMCore.dis (ManakaiDOMImplementation): The |
194 |
|
class is no longer plays the role of |
195 |
|
a |mg:NodeRefRole|. Redundant |f:provides| |
196 |
|
properties are removed. |
197 |
|
|
198 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
201 |
|
Element.dis, CharacterData.dis, XML.dis, |
202 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
203 |
|
XMLParser.dis: Use Perl native |
204 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
205 |
|
for DOM nodes. See |
206 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
207 |
|
|
208 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
211 |
|
|
212 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* DOMString.dis: New module. |
215 |
|
|
216 |
|
* DOMString.pm: New file. |
217 |
|
|
218 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
219 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
220 |
|
Now it references the |DOMImplementationRegistry| object. |
221 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
222 |
|
(DOMImplementationRegistry): New interface and |
223 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
224 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
225 |
|
that the class no longer support |get_implementation| |
226 |
|
and |get_implementation_list| methods from |
227 |
|
the |ImplementationRegistry| interface. |
228 |
|
(DOMImplementationList): Class implemented; no |
229 |
|
longer inherits from |ImplementationList|. |
230 |
|
(DOMImplementationSource): Class implemented; no |
231 |
|
longer inherits from |ImplementationSource|. Note that |
232 |
|
the class no longer support |get_implementation| |
233 |
|
and |get_implementation_list| methods from |
234 |
|
the |ImplementationSource| interface. |
235 |
|
(DOMStringList): Removed. |
236 |
|
|
237 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
238 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
239 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
240 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
241 |
|
module, obsolete property name aliases, |
242 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
243 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
244 |
|
ManakaiDOM:implID): Removed. |
245 |
|
|
246 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
247 |
|
(DOMString): Removed. |
248 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
249 |
|
|
250 |
|
* Makefile: |DOMString.pm| is added. |
251 |
|
|
252 |
|
* TreeCore.dis (is_default_namespace): |null| was |
253 |
|
returned where a false is expected (|null| is |
254 |
|
a false in Perl, but real |false| is appropriate here). |
255 |
|
|
256 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
259 |
|
|
260 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
261 |
|
|
262 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
263 |
|
|
264 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
267 |
|
ImplementationRegistry): Parameters |features| |
268 |
|
now allow |null| (equivalent to an empty string). |
269 |
|
|
270 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
272 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
273 |
|
class. Factory methods |createTextNode| and |createComment| |
274 |
|
are moved from |ManakaiDOMDocument|. |
275 |
|
|
276 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
277 |
|
are removed. |
278 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
279 |
|
(DOMImplementation.___create_node_ref): Support |
280 |
|
for the |mg:nodeRefClass| option is removed. |
281 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
282 |
|
from |ManakaiDOMObject| class. |
283 |
|
|
284 |
|
* DOMFeature.dis (domidl:extends): New property. |
285 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
286 |
|
|
287 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
288 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
289 |
|
(DOMDataType): Removed. |
290 |
|
|
291 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
292 |
|
The |createDocument| method is moved from |
293 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
294 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
295 |
|
(createElement, createElementNS, createAttribute, |
296 |
|
createAttributeNS, createTextNode, createComment, |
297 |
|
createCDATASection, createEntityReference, |
298 |
|
createProcessingInstruction): Class implementations |
299 |
|
are moved to each module. |
300 |
|
|
301 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
302 |
|
methods are moved from |Document.dis|. |
303 |
|
(ManakaiDOMElement.___create_node_ref): Support |
304 |
|
for old class registry is removed. |
305 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
306 |
|
(Attr.baseURI): Implementation |
307 |
|
for |xml:base| attribute is merged. |
308 |
|
(Attr.nodeValue, Attr.value): Implementation |
309 |
|
for |xml:id| attribute is merged. |
310 |
|
|
311 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
312 |
|
|
313 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
314 |
|
definition for |createDocumentType| method |
315 |
|
is moved from |TreeCore.dis|. |
316 |
|
|
317 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
318 |
|
methods are moved from |Document.dis|. |
319 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
320 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
321 |
|
|
322 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
323 |
|
|
324 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
325 |
|
statement was broken. |
326 |
|
|
327 |
|
* DOMFeature.dis (getImplementationList): Argument |
328 |
|
is not passed to the |getImplementation| method. |
329 |
|
|
330 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
331 |
|
did not |f:implements| the |TSFeature30| feature. |
332 |
|
|
333 |
|
* XMLParser.dis: Use |create_uri_reference| |
334 |
|
method instead of internal |_new| method |
335 |
|
to create a URI reference object. |
336 |
|
|
337 |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
* DOMCore.dis (ManakaiDOMImplementation): No longer |
* DOMCore.dis (ManakaiDOMImplementation): No longer |