1 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSRule.pm (@import css_text): Implemented. |
4 |
|
|
5 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* CSSStyleSheet.pm (manakai_input_encoding): New. |
8 |
|
|
9 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CSSRule.pm (@media, @import ____new): Bless media object |
12 |
|
with the appropriate class. |
13 |
|
(@media css_text): Getter implemented. |
14 |
|
|
15 |
|
* MediaList.pm (media_text): Getter implemented. |
16 |
|
|
17 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* CSSStyleDeclaration.pm ($serialize_value): Support |
20 |
|
for new value types. |
21 |
|
|
22 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* CSSStyleDeclaration.pm ($serialize_value): New (was |
25 |
|
part of Whatpm::CSS::Parser as $default_serializer). |
26 |
|
Use it instead of old 'serialize' parameter of CSS |
27 |
|
property definition. |
28 |
|
|
29 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* CSSStyleDeclaration.pm (css_text): Prepend | ! | before |
32 |
|
the priority token if any. |
33 |
|
(get_property_priority): Shorthand case implemented. |
34 |
|
|
35 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
38 |
|
and |serialize_multiple| to serialize shorthand properties |
39 |
|
in reflecting attributes. Return value of |
40 |
|
the |serialzie_multiple| function has been changed. |
41 |
|
(non-computed css_text): Sort by property names. |
42 |
|
|
43 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Window.pm (manakai_get_computed_style): Renamed |
46 |
|
from |get_computed_style|. |
47 |
|
|
48 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
49 |
|
|
50 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
53 |
|
shorthand properties did croak (fixed but still they does not |
54 |
|
return correct result - they need to be fixed later). |
55 |
|
|
56 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
57 |
|
were missing. |
58 |
|
|
59 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* Window.pm (___reset_css): Typo fixed. |
62 |
|
|
63 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
66 |
|
the |CSS2Properties| interface. |
67 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
68 |
|
|
69 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
72 |
|
Return an empty string if no value is assigned to the property. Insert |
73 |
|
a SPACE before '!' for compatibility with Firefox. |
74 |
|
|
75 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
78 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
79 |
|
(selector_text): Namespace support is fixed. |
80 |
|
|
81 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
82 |
|
|
83 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
86 |
|
to get better result. |
87 |
|
|
88 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* Window.pm: New Perl module. |
91 |
|
|
92 |
|
* Document.pm (default_view): Implemented. |
93 |
|
|
94 |
|
* Element.pm (current_style): Implemented. |
95 |
|
|
96 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
99 |
|
set of longhand properties. |
100 |
|
(get_property_priority): Implemented. |
101 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
102 |
|
attributes. |
103 |
|
|
104 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
107 |
|
as well as |{compute}| as a way to filter out longhand |
108 |
|
properties. Sort properties by names for readability. |
109 |
|
|
110 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
113 |
|
information for debugging. |
114 |
|
|
115 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
116 |
|
|
117 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
120 |
|
|
121 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
124 |
|
method. |
125 |
|
|
126 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
129 |
|
an independent function. |
130 |
|
|
131 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
134 |
|
reflecting CSS property is implemented. |
135 |
|
(css_text): Getter is implemented. |
136 |
|
|
137 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
140 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
141 |
|
|
142 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
143 |
|
manakai_lookup_namespace_prefix): New methods. |
144 |
|
|
145 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
148 |
|
|
149 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
152 |
|
(____new): s/_selector/_selectors/g; |
153 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
154 |
|
|
155 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
156 |
|
|
157 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
158 |
|
(css_text): New attribute. |
159 |
|
|
160 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
163 |
|
|
164 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
165 |
|
setting of owner* and parent* attributes; support |
166 |
|
for the |delete_rule| method. |
167 |
|
|
168 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
171 |
|
First version of CSSOM implementation. |
172 |
|
|
173 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
176 |
|
manakai_charset): New attributes. |
177 |
|
|
178 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
181 |
|
for getter. |
182 |
|
|
183 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
186 |
|
The |namespaceURI| attribute was not set correctly. |
187 |
|
|
188 |
|
* DOMEvents.dis: Removed. |
189 |
|
|
190 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
193 |
|
EventException.pm: Implemented (but not tested!). |
194 |
|
|
195 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
196 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
197 |
|
error subtypes. |
198 |
|
|
199 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
200 |
|
version |3.0|, is added. |
201 |
|
|
202 |
|
* Document.pm, Node.pm: Event attributes and |
203 |
|
methods are implemented. |
204 |
|
|
205 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
208 |
|
an additional argument for "current element". |
209 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
210 |
|
pseudo-classes. |
211 |
|
|
212 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
215 |
|
|
216 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
219 |
|
|
220 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
223 |
|
|
224 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
227 |
|
from most part of |query_selector_all|. |
228 |
|
|
229 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
232 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
233 |
|
|
234 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
235 |
|
interface. |
236 |
|
|
237 |
|
* Element.pm (Element): Implements the |ElementSelector| |
238 |
|
interface. |
239 |
|
|
240 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
241 |
|
|
242 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
243 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
244 |
|
with limited selectors syntax support, though). |
245 |
|
|
246 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
249 |
|
are supported. |
250 |
|
|
251 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* SelectorsAPI.pm: New Perl module. |
254 |
|
|
255 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
258 |
|
of the |owner_document|, if any, as defined in the spec. |
259 |
|
|
260 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* Makefile: Relative path was wrong. |
263 |
|
|
264 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* HTML/: New directory. |
267 |
|
|
268 |
|
* Element.pm (create_element_ns): Return object implementing |
269 |
|
the |HTMLElement| interface for HTML elements. |
270 |
|
|
271 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
273 |
|
* DOMImplementation.pod: New documentation. |
274 |
|
|
275 |
|
* Makefile: Make HTML document. |
276 |
|
|
277 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
278 |
|
|
279 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
280 |
|
|
281 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
282 |
|
|
283 |
|
* Document.pm: Renamed from DOMDocument.pm. |
284 |
|
|
285 |
|
* Element.pm: Renamed from DOMElement.pm |
286 |
|
|
287 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
288 |
|
|
289 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
290 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
291 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
292 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
293 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
294 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
295 |
|
|
296 |
|
* Makefile: Rules for DIS are removed. |
297 |
|
|
298 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
299 |
|
|
300 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
301 |
|
was referenced. |
302 |
|
|
303 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
306 |
|
is implemented. |
307 |
|
|
308 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
309 |
|
|
310 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
311 |
|
is implemented. |
312 |
|
|
313 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
314 |
|
|
315 |
|
* Attr.pm (DeclaredValueType): Added. |
316 |
|
|
317 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
318 |
|
as a valid input, for |text_content| (maybe) allows it. |
319 |
|
|
320 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
321 |
|
|
322 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
323 |
|
|
324 |
|
* DOMElement.pm: Incorrect module was referenced. |
325 |
|
|
326 |
|
* DOMImplementation.pm: References to |
327 |
|
the |Message::Charset::Encode| module has been removed. |
328 |
|
|
329 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
330 |
|
|
331 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
332 |
|
instead of |Message::Charset::Encode|. |
333 |
|
|
334 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
335 |
|
|
336 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
337 |
|
|
338 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
339 |
|
|
340 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
341 |
|
|
342 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
343 |
|
implemented. |
344 |
|
|
345 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
346 |
|
subclasses. |
347 |
|
|
348 |
|
* DOMImplementation.pm (DOMImplementation): Now |
349 |
|
implements the |AtomDOMImplementation| interface. |
350 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
351 |
|
|
352 |
|
* NodeList.pm (StaticNodeList): Implemented. |
353 |
|
|
354 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
355 |
|
|
356 |
|
* Atom/: New directory. |
357 |
|
|
358 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
359 |
|
|
360 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
361 |
|
|
362 |
|
* Text.pm (whole_text): Parameter index number has |
363 |
|
been changed to support new |NodeFilter| Perl binding |
364 |
|
definition. |
365 |
|
|
366 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
367 |
|
|
368 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
369 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
370 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
371 |
|
|
372 |
|
* DOMConfiguration.pm (can_set_parameter, |
373 |
|
set_parameter): Don't allow to set the value |
374 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
375 |
|
|
376 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
377 |
|
(create_tree_walker, manakai_create_serial_walker): References |
378 |
|
and prototypes are added. |
379 |
|
|
380 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
381 |
|
|
382 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
383 |
|
version |2.0|, is added. |
384 |
|
|
385 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
386 |
|
|
387 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
388 |
|
|
389 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
390 |
|
|
391 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
392 |
|
|
393 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
394 |
|
|
395 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
396 |
|
|
397 |
|
* DOMConfiguration.pm: Support for |schema-type| |
398 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
399 |
|
|
400 |
|
* NamedNodeMap (TIEHASH): Were missing. |
401 |
|
|
402 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
403 |
|
|
404 |
|
* AttributeDefinition.pm (node_value): Implemented. |
405 |
|
(create_attribute_definition): Implemented. |
406 |
|
|
407 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
408 |
|
get_parameter, set_parameter, can_set_parameter, |
409 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
410 |
|
FIRSTKEY, LASTKEY): Implemented. |
411 |
|
|
412 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
413 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
414 |
|
|
415 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
416 |
|
Implemented. |
417 |
|
|
418 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
419 |
|
are added. |
420 |
|
|
421 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
422 |
|
class. |
423 |
|
|
424 |
|
* DocumentType.pm (get_element_type_definition_node, |
425 |
|
get_general_entity_node, get_notation_node, |
426 |
|
set_element_type_definition_node, set_general_entity_node, |
427 |
|
set_notation_node, create_document_type_definition): Implemented. |
428 |
|
|
429 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
430 |
|
set_attribute_definition_node, create_element_type_definition): |
431 |
|
Implemented. |
432 |
|
|
433 |
|
* Entity.pm (create_general_entity): Implemented. |
434 |
|
|
435 |
|
* Node.pm: Constants in |OperationType| definition |
436 |
|
group are added. |
437 |
|
(manakai_language): Implemented. |
438 |
|
|
439 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
440 |
|
class. |
441 |
|
|
442 |
|
* Notation.pm (create_notation): Implemented. |
443 |
|
|
444 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
445 |
|
|
446 |
|
* TypeInfo.pm: New Perl module. |
447 |
|
|
448 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
449 |
|
to avoid HTML5 case normalization. |
450 |
|
(is_id): Implemented. |
451 |
|
(manakai_name): New attribute. |
452 |
|
(schema_type_info): Implemented. |
453 |
|
(create_attribute_ns): Empty string as namespace URI |
454 |
|
was not supported. |
455 |
|
|
456 |
|
* DOMElement.pm (clone_node): Removed since now it is |
457 |
|
defined in |Node.pm|. |
458 |
|
(schema_type_info): Implemented. |
459 |
|
(manakai_tag_name): New attribute. |
460 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
461 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
462 |
|
remove_attribute, remove_attribute_ns, |
463 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
464 |
|
set_id_attribute, set_id_attribute_node, |
465 |
|
set_id_attribute_ns): Implemented. |
466 |
|
(create_element_ns): Empty string as namespace URI |
467 |
|
was not supported. |
468 |
|
|
469 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
470 |
|
|
471 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
472 |
|
|
473 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
474 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
475 |
|
by empty strings for compatibility with Web browsers. |
476 |
|
(create_document_type): Initialize |internal_subset| |
477 |
|
attribute by an empty string for compatibility with |
478 |
|
Web browsers. |
479 |
|
|
480 |
|
* ElementTypeDefinition.pm, Entity.pm, |
481 |
|
Notation.pm (owner_document_type_definition): Implemented. |
482 |
|
|
483 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
484 |
|
|
485 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
486 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
487 |
|
|
488 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
489 |
|
|
490 |
|
* Attr.pm (value, node_value): Now it is defined |
491 |
|
as |text_content| itself. |
492 |
|
|
493 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
494 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
495 |
|
|
496 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
497 |
|
|
498 |
|
* DocumentType.pm (internal_subset): Implemented. |
499 |
|
|
500 |
|
* Entity.pm (is_externally_declared, input_encoding, |
501 |
|
xml_version): Implemented. |
502 |
|
|
503 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
504 |
|
|
505 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
506 |
|
|
507 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
508 |
|
(data): Reimplemented. |
509 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
510 |
|
a number of bugs. |
511 |
|
|
512 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
513 |
|
|
514 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
515 |
|
|
516 |
|
* StringExtended.pm: New Perl module. |
517 |
|
|
518 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
519 |
|
insert_data, replace_data, substring_data): Implemented. |
520 |
|
|
521 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
522 |
|
|
523 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
524 |
|
split_text): Implemented. |
525 |
|
|
526 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
527 |
|
|
528 |
|
* DOMElement.pm (attributes): Implemented. |
529 |
|
|
530 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
531 |
|
|
532 |
|
* DocumentType.pm (entities, general_entities, |
533 |
|
notations, element_types): Implemented. |
534 |
|
|
535 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
536 |
|
|
537 |
|
* NamedNodeMap.pm: New Perl module. |
538 |
|
|
539 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
540 |
|
|
541 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
542 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
543 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
544 |
|
insert_before, replace_child): Implemented. |
545 |
|
|
546 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
547 |
|
|
548 |
|
* Node.pm (remove_child): Implemented. |
549 |
|
|
550 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
551 |
|
|
552 |
|
* Node.pm (==, is_equal_node): Implemented. |
553 |
|
(is_same_node): Implemented. |
554 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
555 |
|
(is_supported): Implemented. |
556 |
|
|
557 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
558 |
|
|
559 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
560 |
|
(create_document): Implemented. |
561 |
|
|
562 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
563 |
|
errors. |
564 |
|
(QNAME_NULLNS_ERR): New errors. |
565 |
|
|
566 |
|
* DocumenType.pm (create_document_type): Implemented. |
567 |
|
|
568 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
569 |
|
|
570 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
571 |
|
|
572 |
|
* DOMElement.pm (has_attribute): Alpha version. |
573 |
|
(create_element, create_element_ns): Implemented. |
574 |
|
|
575 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
576 |
|
|
577 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
578 |
|
|
579 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
580 |
|
|
581 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
582 |
|
|
583 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
584 |
|
|
585 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
586 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
587 |
|
when |{manakai_compat_mode}| is |undef|. |
588 |
|
|
589 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
590 |
|
|
591 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
592 |
|
Statements to set |$Error::Depth| are removed since they |
593 |
|
are result in "uninitialized" warnings unless |
594 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
595 |
|
Usually methods invoked in these methods does not |
596 |
|
raise any exception so that it makes no difference. |
597 |
|
|
598 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
599 |
|
|
600 |
|
* DOMDocument.pm (adopt_node): Implemented. |
601 |
|
(doctype): Implemented. |
602 |
|
|
603 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
604 |
|
|
605 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
606 |
|
error type. |
607 |
|
|
608 |
|
* Node.pm (set_user_data): Implemented. |
609 |
|
|
610 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
611 |
|
|
612 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
613 |
|
It will be defined in the DOM Perl Binding specification |
614 |
|
as part of |DOMImplementation| interface. |
615 |
|
($HasFeature): Defined for features support. |
616 |
|
(has_feature, get_feature): Implemented. |
617 |
|
|
618 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
619 |
|
module unless necessary. |
620 |
|
(___report_error): Removed since it is not used in fact. |
621 |
|
|
622 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
623 |
|
DOMImplementationRegistry.pm: New modules. |
624 |
|
|
625 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
626 |
|
|
627 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
628 |
|
|
629 |
|
* DOMStringList.pm: New Perl module. |
630 |
|
|
631 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
632 |
|
|
633 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
634 |
|
at all. |
635 |
|
|
636 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
637 |
|
|
638 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
639 |
|
|
640 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
641 |
|
|
642 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
643 |
|
(manakai_is_html): Revised. |
644 |
|
(Document): Now it implements the |HTMLDocument| interface. |
645 |
|
(adopt_node): Alpha version. |
646 |
|
|
647 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
648 |
|
not |allowed_token|! |
649 |
|
|
650 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
651 |
|
return an |undef| even if its |attribute_definitions| |
652 |
|
list is not created. |
653 |
|
|
654 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
655 |
|
|
656 |
|
* Comment.pm (node_type): Node type was incorrect! |
657 |
|
|
658 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
659 |
|
|
660 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
661 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
662 |
|
New autoload configuration. Note that the Message::Charset::Encode |
663 |
|
module is subject to change. |
664 |
|
|
665 |
|
* XMLParserTemp.pm: Now it can be used with new version |
666 |
|
of DOM implementation. Current plan is to replace it by |
667 |
|
an XML5 parser someday. |
668 |
|
|
669 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
670 |
|
|
671 |
|
* DOMLocator.pm: New module. |
672 |
|
|
673 |
|
* DOMError.pm: New module. |
674 |
|
|
675 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
676 |
|
|
677 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
678 |
|
clone_node, compare_document_position, has_attributes, |
679 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
680 |
|
lookup_prefix, normalize): Implemented. |
681 |
|
|
682 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
683 |
|
|
684 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
685 |
|
|
686 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
687 |
|
|
688 |
|
* AttributeDefinition.pm (____new): Set an empty list |
689 |
|
to the |allowed_tokens| attribute. |
690 |
|
(allowed_token): Alpha version. |
691 |
|
|
692 |
|
* DocumentType.pm (get_element_type_definition_node, |
693 |
|
get_notation_node): ALpha version. |
694 |
|
|
695 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
696 |
|
version. |
697 |
|
|
698 |
|
* Entity.pm (notation_name): Implemented. |
699 |
|
|
700 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
701 |
|
|
702 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
703 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
704 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
705 |
|
(value): Call |text_content| for now. |
706 |
|
|
707 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
708 |
|
(declared_type, default_type): Implemented. |
709 |
|
|
710 |
|
* CharacterData.pm (____new): Allow a scalar reference |
711 |
|
as an input for the |data| attribute. |
712 |
|
(base_uri, manakai_append_text): Implemented. |
713 |
|
|
714 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
715 |
|
|
716 |
|
* DOMDocument.pm (____new): Set default values to |
717 |
|
configuration parameter whose default is true. |
718 |
|
(document_uri, input_encoding): Implemented. |
719 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
720 |
|
(base_uri, manakai_append_text, |
721 |
|
manakai_entity_base_uri, strict_error_checking, |
722 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
723 |
|
|
724 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
725 |
|
(get_attribute, get_attribute_node): Alpha version. |
726 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
727 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
728 |
|
|
729 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
730 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
731 |
|
|
732 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
733 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
734 |
|
manakai_append_text): Implemented. |
735 |
|
(element_types, general_entities, notations, |
736 |
|
set_element_type_definition_node, set_general_entity_node, |
737 |
|
set_notation_node): Alpha version. |
738 |
|
|
739 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
740 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
741 |
|
|
742 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
743 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
744 |
|
manakai_entity_uri): Implemented. |
745 |
|
|
746 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
747 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
748 |
|
|
749 |
|
* Node.pm (base_uri): Implemented. |
750 |
|
(text_content): Don't check read-only or not |
751 |
|
unless |strict_error_checking|. |
752 |
|
(manakai_append_text): Implemented. |
753 |
|
(get_feature): Alpha. |
754 |
|
(manakai_set_read_only): Implemented. |
755 |
|
|
756 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
757 |
|
manakai_declaration_base_uri): Implemented. |
758 |
|
|
759 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
760 |
|
base_uri, manakai_append_text): Implemented. |
761 |
|
|
762 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
763 |
|
|
764 |
|
* DOMConfiguration.pm: New module. |
765 |
|
|
766 |
|
* Attr.pm (trivial accessor for read-write attributes): Throw |
767 |
|
an exception if the node is read-only. Delete the property |
768 |
|
if undef is specified. |
769 |
|
(prefix): Implemented. |
770 |
|
|
771 |
|
* DOMElement.pm (trivial accessor for read-write attributes): Throw |
772 |
|
an exception if the node is read-only. Delete the property |
773 |
|
if undef is specified. |
774 |
|
(prefix): Implemented. |
775 |
|
(text_content, manakai_append_text): Old implementations are removed. |
776 |
|
|
777 |
|
* DOMCharacterData.pm (text_content): Implemented. |
778 |
|
|
779 |
|
* DOMDocument.pm (____new): Initialize the strict-document-children |
780 |
|
parameter by true. |
781 |
|
(text_content): Reimplemented. |
782 |
|
(dom_config): New. |
783 |
|
|
784 |
|
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype. |
785 |
|
|
786 |
|
* DocumentType.pm (text_content): Implemented. |
787 |
|
|
788 |
|
* ElementTypeDefinition.pm (text_content): Implemented. |
789 |
|
|
790 |
|
* Node.pm (___report_error): New method. |
791 |
|
(text_content): Implemented. |
792 |
|
(manakai_append_text): Copied from |DOMElement.pm|. |
793 |
|
|
794 |
|
* Notation.pm (text_content): Implemented. |
795 |
|
|
796 |
|
* ProcessingInstruction.pm (text_content): Implemented. |
797 |
|
|
798 |
|
* Text.pm (is_element_content_whitespace): Alpha version. |
799 |
|
|
800 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
801 |
|
|
802 |
|
* DOMException.pm (Message::IF::DOMException): Extends |
803 |
|
the |Message::Util::Error| class. |
804 |
|
|
805 |
|
* NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class. |
806 |
|
(CLEAR): Not all items were removed. |
807 |
|
|
808 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
809 |
|
|
810 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
811 |
|
DocumentType.pm, Entity.pm, |
812 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
813 |
|
|
814 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
815 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
816 |
|
|
817 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
818 |
|
|
819 |
|
* Node.pm (==, !=): Implemented. |
820 |
|
(manakai_read_only): Implemented. |
821 |
|
(is_same_node): Implemented. |
822 |
|
(is_equal_node): Alpha version. |
823 |
|
(manakai_set_read_only): Alpha version. |
824 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
825 |
|
definitions are removed. |
826 |
|
|
827 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
828 |
|
|
829 |
|
* Node.pm: First alpha version of implementation of attributes. |
830 |
|
|
831 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
832 |
|
|
833 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
834 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
835 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
836 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
837 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
838 |
|
node_value, node_type): Implemented. |
839 |
|
|
840 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
841 |
|
|
842 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
843 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
844 |
|
AttributeDefinition.pm: New modules. |
845 |
|
|
846 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
847 |
|
(create_attribute_definition, create_element_type_definition, |
848 |
|
create_document_type_definition, create_cdata_section, |
849 |
|
create_processing_instruction, create_entity_reference, |
850 |
|
create_general_entity, create_notation): Prototypes added. |
851 |
|
|
852 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
853 |
|
|
854 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
855 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
856 |
|
(create_document_type, create_document_type_definition): |
857 |
|
New methods. |
858 |
|
|
859 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
860 |
|
|
861 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
862 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
863 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
864 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
865 |
|
|
866 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
867 |
|
|
868 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
869 |
|
specifies unknown value and trys to recover from the error. |
870 |
|
|
871 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
872 |
|
|
873 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
874 |
|
|
875 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
876 |
|
|
877 |
|
* GenericLS.dis (GLSException): New interface. |
878 |
|
|
879 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
880 |
|
|
881 |
|
* |InputProcessor|s and |OutputProcessor|s are |
882 |
|
named so that |report| statements in Perl |
883 |
|
module outputs can be identified by name. |dis:dataType|s |
884 |
|
of |DISCore:TFQNames| are all replaced |
885 |
|
by |DISCore:QName|. |
886 |
|
|
887 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
888 |
|
|
889 |
|
* Element.dis (createElementNS): If an array reference |
890 |
|
is specified as the |qualifiedName| parameter, |
891 |
|
don't set the first item as the local name |
892 |
|
even if the second item is not specified (or |
893 |
|
specified as |undef|). |
894 |
|
(createElementNS, setAttribute, setAttributeNS, |
895 |
|
removeAttribute, removeAttributeNS, |
896 |
|
setAttributeNode, setAttributeNodeNS, |
897 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
898 |
|
or removes the |tc:contentAttributeList| value. |
899 |
|
|
900 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
901 |
|
of sorting of content attribute names. |
902 |
|
(getAttrMap, getElementTypeDefNodeMap, |
903 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
904 |
|
(tc:contentAttributeList): New property. |
905 |
|
|
906 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
907 |
|
|
908 |
|
* DOMFeature.dis (ForDef): Removed. |
909 |
|
(f:provides, f:through): Removed. |
910 |
|
(Version): Removed. |
911 |
|
(implementFeature): Removed. |
912 |
|
|
913 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
914 |
|
|
915 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
916 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
917 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
918 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
919 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications |
920 |
|
are removed. |
921 |
|
|
922 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
923 |
|
|
924 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
925 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
926 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
927 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
928 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications |
929 |
|
and |DefaultFor|s are removed. |
930 |
|
|
931 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
932 |
|
|
933 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
934 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
935 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
936 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
937 |
|
SimpleLS.dis, DOMMain.dis: References |
938 |
|
to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |
939 |
|
|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| |
940 |
|
modes are removed. |
941 |
|
|
942 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
943 |
|
|
944 |
|
* CharacterData.dis, TreeCore.dis (Require): References |
945 |
|
to the |Grove.dis| module are removed. |
946 |
|
|
947 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
948 |
|
|
949 |
|
* DOMFeature.dis (f:implementation, f:revImplementation): Removed. |
950 |
|
(Require): Reference to the |Grove.dis| module is removed. |
951 |
|
|
952 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
953 |
|
|
954 |
|
* DOMCore.dis (ManakaiDOMImplementation): The |
955 |
|
class is no longer plays the role of |
956 |
|
a |mg:NodeRefRole|. Redundant |f:provides| |
957 |
|
properties are removed. |
958 |
|
|
959 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
960 |
|
|
961 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
962 |
|
Element.dis, CharacterData.dis, XML.dis, |
963 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
964 |
|
XMLParser.dis: Use Perl native |
965 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
966 |
|
for DOM nodes. See |
967 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
968 |
|
|
969 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
970 |
|
|
971 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
972 |
|
|
973 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
974 |
|
|
975 |
|
* DOMString.dis: New module. |
976 |
|
|
977 |
|
* DOMString.pm: New file. |
978 |
|
|
979 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
980 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
981 |
|
Now it references the |DOMImplementationRegistry| object. |
982 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
983 |
|
(DOMImplementationRegistry): New interface and |
984 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
985 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
986 |
|
that the class no longer support |get_implementation| |
987 |
|
and |get_implementation_list| methods from |
988 |
|
the |ImplementationRegistry| interface. |
989 |
|
(DOMImplementationList): Class implemented; no |
990 |
|
longer inherits from |ImplementationList|. |
991 |
|
(DOMImplementationSource): Class implemented; no |
992 |
|
longer inherits from |ImplementationSource|. Note that |
993 |
|
the class no longer support |get_implementation| |
994 |
|
and |get_implementation_list| methods from |
995 |
|
the |ImplementationSource| interface. |
996 |
|
(DOMStringList): Removed. |
997 |
|
|
998 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
999 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
1000 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
1001 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
1002 |
|
module, obsolete property name aliases, |
1003 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
1004 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
1005 |
|
ManakaiDOM:implID): Removed. |
1006 |
|
|
1007 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
1008 |
|
(DOMString): Removed. |
1009 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
1010 |
|
|
1011 |
|
* Makefile: |DOMString.pm| is added. |
1012 |
|
|
1013 |
|
* TreeCore.dis (is_default_namespace): |null| was |
1014 |
|
returned where a false is expected (|null| is |
1015 |
|
a false in Perl, but real |false| is appropriate here). |
1016 |
|
|
1017 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
1018 |
|
|
1019 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
1020 |
|
|
1021 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
1022 |
|
|
1023 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
1024 |
|
|
1025 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
1026 |
|
|
1027 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
1028 |
|
ImplementationRegistry): Parameters |features| |
1029 |
|
now allow |null| (equivalent to an empty string). |
1030 |
|
|
1031 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
1032 |
|
|
1033 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
1034 |
|
class. Factory methods |createTextNode| and |createComment| |
1035 |
|
are moved from |ManakaiDOMDocument|. |
1036 |
|
|
1037 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
1038 |
|
are removed. |
1039 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
1040 |
|
(DOMImplementation.___create_node_ref): Support |
1041 |
|
for the |mg:nodeRefClass| option is removed. |
1042 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
1043 |
|
from |ManakaiDOMObject| class. |
1044 |
|
|
1045 |
|
* DOMFeature.dis (domidl:extends): New property. |
1046 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
1047 |
|
|
1048 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
1049 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
1050 |
|
(DOMDataType): Removed. |
1051 |
|
|
1052 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
1053 |
|
The |createDocument| method is moved from |
1054 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
1055 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
1056 |
|
(createElement, createElementNS, createAttribute, |
1057 |
|
createAttributeNS, createTextNode, createComment, |
1058 |
|
createCDATASection, createEntityReference, |
1059 |
|
createProcessingInstruction): Class implementations |
1060 |
|
are moved to each module. |
1061 |
|
|
1062 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
1063 |
|
methods are moved from |Document.dis|. |
1064 |
|
(ManakaiDOMElement.___create_node_ref): Support |
1065 |
|
for old class registry is removed. |
1066 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
1067 |
|
(Attr.baseURI): Implementation |
1068 |
|
for |xml:base| attribute is merged. |
1069 |
|
(Attr.nodeValue, Attr.value): Implementation |
1070 |
|
for |xml:id| attribute is merged. |
1071 |
|
|
1072 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
1073 |
|
|
1074 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
1075 |
|
definition for |createDocumentType| method |
1076 |
|
is moved from |TreeCore.dis|. |
1077 |
|
|
1078 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
1079 |
|
methods are moved from |Document.dis|. |
1080 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
1081 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
1082 |
|
|
1083 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
1084 |
|
|
1085 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
1086 |
|
statement was broken. |
1087 |
|
|
1088 |
|
* DOMFeature.dis (getImplementationList): Argument |
1089 |
|
is not passed to the |getImplementation| method. |
1090 |
|
|
1091 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
1092 |
|
did not |f:implements| the |TSFeature30| feature. |
1093 |
|
|
1094 |
|
* XMLParser.dis: Use |create_uri_reference| |
1095 |
|
method instead of internal |_new| method |
1096 |
|
to create a URI reference object. |
1097 |
|
|
1098 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
1099 |
|
|
1100 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
1101 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
1102 |
|
the |f:ManakaiMinimumImplementation| class inherited |
1103 |
|
by it). The |f:Minimum| feature is ever implemented |
1104 |
|
for compatibility (but is expected to be removed). |
1105 |
|
Internal methods such as |___report_error| are copied from |
1106 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
1107 |
|
methods |hasFeature| and |getFeature| are also |
1108 |
|
moved from that class, but they now support no |
1109 |
|
foreign classes. |
1110 |
|
|
1111 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
1112 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
1113 |
|
The class no longer support classes |
1114 |
|
other than |ManakaiDOMImplementation|. Note |
1115 |
|
that the |ImplementationRegistry| object does continue |
1116 |
|
to support foreign classes via foreign classes |
1117 |
|
implementing |ImplementationSource| |
1118 |
|
or |DOMImplementationSource| interface. |
1119 |
|
(MinimumImplementation): Removed. |
1120 |
|
|
1121 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
1122 |
|
longer inherit the |ManakaiDOMImplementation|; it |
1123 |
|
is now expected to be implemented by |DOMImplementation| |
1124 |
|
objects. |
1125 |
|
|
1126 |
|
* DOMMain.dis (null): Removed. |
1127 |
|
|
1128 |
|
* Document.dis (___create_node_ref): It no |
1129 |
|
longer support foreign classes other |
1130 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
1131 |
|
Note that document format specific DOM |
1132 |
|
interfaces, if supported, should be |
1133 |
|
all instances of the |Document| interface |
1134 |
|
in the implementation, as defined |
1135 |
|
in the Web Applications 1.0 specification (where |
1136 |
|
the |HTMLDocument| interface must be implemented |
1137 |
|
by all |Document| objects, even if the |Document| |
1138 |
|
contains no HTML element). |
1139 |
|
|
1140 |
|
* GenericLS.dis (GLSImplementation): It no |
1141 |
|
longer inherit the |MinimumImplementation|; it |
1142 |
|
is now expected to be implemented by |DOMImplementation| |
1143 |
|
objects. |
1144 |
|
(createGLSParser, createGLSSerializer): Load |
1145 |
|
module implementing parser or serializer |
1146 |
|
if necessary. |
1147 |
|
|
1148 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
1149 |
|
longer inherits the |ManakaiDOMDocument|; it |
1150 |
|
is now expected to be implemented by |Document| |
1151 |
|
objects. |
1152 |
|
|
1153 |
|
* XDP.dis (XDPDocument): It no longer |
1154 |
|
inherits the |Document|; it is now expected |
1155 |
|
to be implemented by all |Document| objects. |
1156 |
|
|
1157 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
1158 |
|
longer inherits the |ManakaiDOMDocument|; it |
1159 |
|
is now expected to be implemented by |Document| |
1160 |
|
objects. |
1161 |
|
|
1162 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
1163 |
|
|
1164 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
1165 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
1166 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
1167 |
|
|
1168 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
1169 |
|
the |ManakaiDOMImplementation| class. |
1170 |
|
|
1171 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
1172 |
|
|
1173 |
|
* DOMFeature.dis: Definitions for various concepts |
1174 |
|
are added. |
1175 |
|
|
1176 |
|
* GenericLS.dis (GLSImplementation): It no |
1177 |
|
longer inherits the |MinimumImplementation|; rather, |
1178 |
|
any |ManakaiMinimumImplementation| object also |
1179 |
|
implements |GLSImplementation| methods. |
1180 |
|
|
1181 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
1182 |
|
longer inherits the |DOMImplementation|; rather, |
1183 |
|
any |ManakaiDOMImplementation| object also |
1184 |
|
implements |DOMImplementationTreeStore| methods. |
1185 |
|
|
1186 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
1187 |
|
|
1188 |
|
* TreeStore.pm: Added to the CVS repository |
1189 |
|
to enable for the dis database to contain XML |
1190 |
|
fragments. |
1191 |
|
|
1192 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
1193 |
|
|
1194 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
1195 |
|
|
1196 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
1197 |
|
|
1198 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
1199 |
|
|
1200 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
1201 |
|
|
1202 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
1203 |
|
|
1204 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
1205 |
|
|
1206 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
1207 |
|
any |%|s in |xdp:attr-definition| children. |
1208 |
|
|
1209 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
1210 |
|
|
1211 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
1212 |
|
name property is added. |
1213 |
|
|
1214 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
1215 |
|
|
1216 |
|
* XDP.dis (createXDPIf): New method. |
1217 |
|
(XDPIfElement): New interface. |
1218 |
|
|
1219 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
1220 |
|
|
1221 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
1222 |
|
New methods. |
1223 |
|
|
1224 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
1225 |
|
|
1226 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
1227 |
|
are added. |
1228 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
1229 |
|
|
1230 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
1231 |
|
|
1232 |
|
* Traversal.dis (SerialWalker): New interface. |
1233 |
|
(manakaiCreateSerialWalker): New method. |
1234 |
|
|
1235 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
1236 |
|
|
1237 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
1238 |
|
rather than |&{}| dereferencing. |
1239 |
|
(acceptNode): Implemented. |
1240 |
|
|
1241 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
1242 |
|
|
1243 |
|
* XDP.dis: New module. |
1244 |
|
|
1245 |
|
* Makefile: |XDP.dis| is added. |
1246 |
|
|
1247 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
1248 |
|
and |OutputProcessor| are added. |
1249 |
|
|
1250 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
1251 |
|
|
1252 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
1253 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
1254 |
|
is added. The |FILTER_REJECT| value is treated |
1255 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
1256 |
|
rejected subtree as specified in the spec. |
1257 |
|
|
1258 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
1259 |
|
|
1260 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
1261 |
|
|
1262 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
1263 |
|
|
1264 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
1265 |
|
|
1266 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
1267 |
|
|
1268 |
|
* .cvsignore: Updated. |
1269 |
|
|
1270 |
|
* Traversal.dis: Unused declarations are removed. |
1271 |
|
|
1272 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
1273 |
|
|
1274 |
|
* CharacterData.dis (Require): A reference to |
1275 |
|
the |MDOM:Traversal| module is added. |
1276 |
|
(wholeText): Implemented. |
1277 |
|
|
1278 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
1279 |
|
|
1280 |
|
* Makefile: |Traversal.dis| is added. |
1281 |
|
|
1282 |
|
* Traversal.dis: New module. |
1283 |
|
|
1284 |
|
* TreeCore.dis (___report_error): Return value was |
1285 |
|
not propagated. |
1286 |
|
|
1287 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
1288 |
|
|
1289 |
|
* Element.dis (removeAttributeNS): A runtime error |
1290 |
|
was occurred if there was no specified attribute node. |
1291 |
|
|
1292 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
1293 |
|
|
1294 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
1295 |
|
|
1296 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
1297 |
|
New attributes. |
1298 |
|
|
1299 |
|
(StaticNodeList): New interface. |
1300 |
|
|
1301 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
1302 |
|
|
1303 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
1304 |
|
|
1305 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
1306 |
|
|
1307 |
|
* SimpleLS.dis: Reimplemented. |
1308 |
|
|
1309 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
1310 |
|
|
1311 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
1312 |
|
a qualified name. |
1313 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
1314 |
|
|
1315 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
1316 |
|
(normalize): Implemented. |
1317 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
1318 |
|
class. |
1319 |
|
|
1320 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
1321 |
|
|
1322 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
1323 |
|
|
1324 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
1325 |
|
|
1326 |
|
* CharacterData.dis (length, insertData, substringData, |
1327 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
1328 |
|
|
1329 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
1330 |
|
(c:index): The definition was missing. |
1331 |
|
(c:length): New property. |
1332 |
|
|
1333 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
1334 |
|
|
1335 |
|
* XMLParser.dis (close): Invoke |close| method |
1336 |
|
rather than |close| function. |
1337 |
|
|
1338 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
1339 |
|
|
1340 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
1341 |
|
|
1342 |
|
* CharacterData.pm: Added to the CVS repository. |
1343 |
|
|
1344 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
1345 |
|
interfaces are removed. |
1346 |
|
(Require): A reference to the |MDOM:CharacterData| module |
1347 |
|
is added. |
1348 |
|
|
1349 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
1350 |
|
|
1351 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
1352 |
|
|
1353 |
|
* Makefile: |CharacterData.pm| is added. |
1354 |
|
|
1355 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
1356 |
|
|
1357 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
1358 |
|
module. |
1359 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
1360 |
|
object. |
1361 |
|
(resolveLSInput default implementation): The |byteStream| |
1362 |
|
and |encoding| attributes of the |LSInput| interface |
1363 |
|
are now supported. |
1364 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
1365 |
|
(InputFile.inputEncoding): New attribute. |
1366 |
|
|
1367 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
1368 |
|
|
1369 |
|
* Document.dis (adoptNode test): Documents were |
1370 |
|
made by different documents. |
1371 |
|
|
1372 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
1373 |
|
|
1374 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
1375 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
1376 |
|
|
1377 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
1378 |
|
|
1379 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
1380 |
|
are replaced by |disPerl:EXCEPTION|s. |
1381 |
|
|
1382 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
1383 |
|
|
1384 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
1385 |
|
|
1386 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
1387 |
|
parameter |cfg:dtd-default-attributes| is renamed |
1388 |
|
as |cfg:dtd-default-attribute|. |
1389 |
|
(Roles): Definitions are changed so that classes |
1390 |
|
that implement those classes MUST implement the |Node| |
1391 |
|
and its subinterfaces. |
1392 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
1393 |
|
|
1394 |
|
* Document.dis (adoptNode): Don't throw exception |
1395 |
|
if |strictErrorChecking| is |false|. |
1396 |
|
|
1397 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
1398 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
1399 |
|
configuration parameter is set to |false|. |
1400 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
1401 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
1402 |
|
configuration parameter is set to |false|. |
1403 |
|
|
1404 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
1405 |
|
|
1406 |
|
* TreeStore.dis: New module. |
1407 |
|
|
1408 |
|
* Makefile: |TreeStore.dis| is added. |
1409 |
|
|
1410 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
1411 |
|
|
1412 |
|
* XMLParser.dis: Updated so that it can be used |
1413 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
1414 |
|
and |XML.pm|. Set the read-only flag to |
1415 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
1416 |
|
|
1417 |
|
* Node.dis (textContent): It did not handle descendant |
1418 |
|
element and entity reference nodes. |
1419 |
|
|
1420 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
1421 |
|
definition has been changed to return only explicit |
1422 |
|
base URI specification. |
1423 |
|
|
1424 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
1425 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
1426 |
|
|
1427 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
1428 |
|
|
1429 |
|
* Tree.pm, DOMXML.pm: Removed. |
1430 |
|
|
1431 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
1432 |
|
to the CVS repository since they are necessary to |
1433 |
|
build the dis library. |
1434 |
|
|
1435 |
|
* Makefile: Sync'ed to new modules disposition. |
1436 |
|
|
1437 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
1438 |
|
|
1439 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
1440 |
|
removed. For |Element.pm| and |Document.pm| are added. |
1441 |
|
|
1442 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
1443 |
|
|
1444 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
1445 |
|
|
1446 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
1447 |
|
|
1448 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
1449 |
|
for new class information variables. |
1450 |
|
(DOMLS:Generic): This old feature name is removed. |
1451 |
|
|
1452 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
1453 |
|
for new class information variables. |
1454 |
|
|
1455 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
1456 |
|
(Document, Element.___create_node_ref): New method |
1457 |
|
implementations. |
1458 |
|
|
1459 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
1460 |
|
|
1461 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
1462 |
|
Reimplemented. |
1463 |
|
(isId): Setter is added. |
1464 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
1465 |
|
module. |
1466 |
|
|
1467 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
1468 |
|
|
1469 |
|
* Makefile (clean-db): New rule. |
1470 |
|
|
1471 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
1472 |
|
the user data handler when the node is removed |
1473 |
|
from the memory. |
1474 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
1475 |
|
if DTD attribute definition is available. |
1476 |
|
(CharacterData members): Definitions copied from |
1477 |
|
the |MDOM:Tree| module. |
1478 |
|
|
1479 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
1480 |
|
|
1481 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
1482 |
|
|
1483 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
1484 |
|
class did not implement the |GetFeature| interface. |
1485 |
|
(hasFeature): The |+| prefix was not taken into account. |
1486 |
|
|
1487 |
|
* TreeCore.dis (Node): The class now inherits |
1488 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
1489 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
1490 |
|
interfaces. |
1491 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
1492 |
|
is supported. |
1493 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
1494 |
|
(manakaiParentElement): New attribute. |
1495 |
|
|
1496 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
1497 |
|
is removed. |
1498 |
|
(lookupPrefix): Old method implementation is removed. |
1499 |
|
|
1500 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
1501 |
|
missing because of the |DISCore:stopISARecursive| property. |
1502 |
|
|
1503 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
1504 |
|
They now pass all tests included in those modules! |
1505 |
|
|
1506 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
1507 |
|
|
1508 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
1509 |
|
module is added. |
1510 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
1511 |
|
(ManakaiDOMImplementation): It now inherits |
1512 |
|
the |urigen:ManakaiURIImplementation| class and |
1513 |
|
implements the |ecore:MUErrorTarget| interface. It no |
1514 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
1515 |
|
(ManakaiDOMImplementation.___report_error): New method. |
1516 |
|
|
1517 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
1518 |
|
module instead of |Util:ManakaiNode| module. |
1519 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
1520 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
1521 |
|
(ManakaiMinimumImplementation): Now it is built |
1522 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
1523 |
|
module. |
1524 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
1525 |
|
(c:implementation): Removed. |
1526 |
|
(f:implementation, f:revImplementation): New properties. |
1527 |
|
|
1528 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
1529 |
|
|
1530 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
1531 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
1532 |
|
cfg:strict-document-children): Removed (moved |
1533 |
|
to the |MDOM:TreeCore| module). |
1534 |
|
|
1535 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
1536 |
|
module is removed. |
1537 |
|
(ManakaiDOMImplementationTC): Some members are removed |
1538 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
1539 |
|
or the |f:ManakaiMinimumImplementation|. |
1540 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
1541 |
|
(replaceChildImpl1): A typo on the removing the parent node |
1542 |
|
of the old child node is fixed. |
1543 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
1544 |
|
module). |
1545 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
1546 |
|
to the |MDOM:DOMFeature| module). |
1547 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
1548 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
1549 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
1550 |
|
when the new value is |null|. |
1551 |
|
(Attr.___create_node_ref): Attribute name and |
1552 |
|
owner element type specific classes are supported (it |
1553 |
|
was partially implemented but was incorrect). |
1554 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
1555 |
|
a node if the |index| is negative. |
1556 |
|
(setNamedItem): Various typos are fixed. |
1557 |
|
(removeNamedItem): The node was not removed orz |
1558 |
|
(cfg:clone-entity-reference-subtree, |
1559 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
1560 |
|
cfg:strict-document-children): Definitions are moved |
1561 |
|
from the |MDOM:Tree| module. Note that the tests for default |
1562 |
|
attributes still fail. |
1563 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
1564 |
|
(Attr): Role name was incorrect. |
1565 |
|
|
1566 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
1567 |
|
not set. |
1568 |
|
(AttributeDefinition): Role name was incorrect. |
1569 |
|
|
1570 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
1571 |
|
module is added. |
1572 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
1573 |
|
implementations. |
1574 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
1575 |
|
implementations. |
1576 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
1577 |
|
they are defined as copies of ones in the |Entity| class. |
1578 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
1579 |
|
namespace unaware attributes. |
1580 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
1581 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
1582 |
|
to namespace aware attributes are added. |
1583 |
|
|
1584 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
1585 |
|
|
1586 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
1587 |
|
|
1588 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
1589 |
|
untested). |
1590 |
|
(___report_error): Reimplemented (untested). |
1591 |
|
(manakaiSetReadOnly): New method. |
1592 |
|
(Attr.___create_node_ref): New method (untested). |
1593 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
1594 |
|
(createEntityReference, cloneNode): Support for |
1595 |
|
the |cfg:entity-reference-read-only| configuration |
1596 |
|
parameter is removed; newly created entity references |
1597 |
|
are always read-only and use the |manakaiSetReadOnly| method |
1598 |
|
if desired. |
1599 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
1600 |
|
|
1601 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
1602 |
|
the |MDOM:XML| Perl module. |
1603 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
1604 |
|
the |tc:implementation| internal property if its value |
1605 |
|
is provided. The |infoset:content| internal property name |
1606 |
|
was incorrect. |
1607 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
1608 |
|
read-only |NodeList| and |DOMStringList| are added |
1609 |
|
for clarification. |
1610 |
|
|
1611 |
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
1612 |
|
|
1613 |
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |