1 |
|
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Element.pm (inner_html): Setter for HTML element nodes |
4 |
|
implemented. |
5 |
|
|
6 |
|
2008-10-21 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Document.pm (inner_html): Use Whatpm::XML::Parser for XML |
9 |
|
parsing. |
10 |
|
|
11 |
|
* Node.pm (manakai_html_language): New attribute. |
12 |
|
|
13 |
|
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* ElementTypeDefinition.pm (content_model_text): New attribute. |
16 |
|
|
17 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Element.pm (create_element, create_element_ns): Inputs |
20 |
|
were not normalized into a string. |
21 |
|
|
22 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Document.pm (manakai_html, manakai_head): New methods. |
25 |
|
|
26 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* CSSRule.pm (@import css_text): Implemented. |
29 |
|
|
30 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* CSSStyleSheet.pm (manakai_input_encoding): New. |
33 |
|
|
34 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* CSSRule.pm (@media, @import ____new): Bless media object |
37 |
|
with the appropriate class. |
38 |
|
(@media css_text): Getter implemented. |
39 |
|
|
40 |
|
* MediaList.pm (media_text): Getter implemented. |
41 |
|
|
42 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* CSSStyleDeclaration.pm ($serialize_value): Support |
45 |
|
for new value types. |
46 |
|
|
47 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* CSSStyleDeclaration.pm ($serialize_value): New (was |
50 |
|
part of Whatpm::CSS::Parser as $default_serializer). |
51 |
|
Use it instead of old 'serialize' parameter of CSS |
52 |
|
property definition. |
53 |
|
|
54 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* CSSStyleDeclaration.pm (css_text): Prepend | ! | before |
57 |
|
the priority token if any. |
58 |
|
(get_property_priority): Shorthand case implemented. |
59 |
|
|
60 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
63 |
|
and |serialize_multiple| to serialize shorthand properties |
64 |
|
in reflecting attributes. Return value of |
65 |
|
the |serialzie_multiple| function has been changed. |
66 |
|
(non-computed css_text): Sort by property names. |
67 |
|
|
68 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* Window.pm (manakai_get_computed_style): Renamed |
71 |
|
from |get_computed_style|. |
72 |
|
|
73 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
74 |
|
|
75 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
78 |
|
shorthand properties did croak (fixed but still they does not |
79 |
|
return correct result - they need to be fixed later). |
80 |
|
|
81 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
82 |
|
were missing. |
83 |
|
|
84 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Window.pm (___reset_css): Typo fixed. |
87 |
|
|
88 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
91 |
|
the |CSS2Properties| interface. |
92 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
93 |
|
|
94 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
97 |
|
Return an empty string if no value is assigned to the property. Insert |
98 |
|
a SPACE before '!' for compatibility with Firefox. |
99 |
|
|
100 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
103 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
104 |
|
(selector_text): Namespace support is fixed. |
105 |
|
|
106 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
107 |
|
|
108 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
111 |
|
to get better result. |
112 |
|
|
113 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* Window.pm: New Perl module. |
116 |
|
|
117 |
|
* Document.pm (default_view): Implemented. |
118 |
|
|
119 |
|
* Element.pm (current_style): Implemented. |
120 |
|
|
121 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
124 |
|
set of longhand properties. |
125 |
|
(get_property_priority): Implemented. |
126 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
127 |
|
attributes. |
128 |
|
|
129 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
132 |
|
as well as |{compute}| as a way to filter out longhand |
133 |
|
properties. Sort properties by names for readability. |
134 |
|
|
135 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
138 |
|
information for debugging. |
139 |
|
|
140 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
141 |
|
|
142 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
145 |
|
|
146 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
149 |
|
method. |
150 |
|
|
151 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
154 |
|
an independent function. |
155 |
|
|
156 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
159 |
|
reflecting CSS property is implemented. |
160 |
|
(css_text): Getter is implemented. |
161 |
|
|
162 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
165 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
166 |
|
|
167 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
168 |
|
manakai_lookup_namespace_prefix): New methods. |
169 |
|
|
170 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
173 |
|
|
174 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
177 |
|
(____new): s/_selector/_selectors/g; |
178 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
179 |
|
|
180 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
181 |
|
|
182 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
183 |
|
(css_text): New attribute. |
184 |
|
|
185 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
188 |
|
|
189 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
190 |
|
setting of owner* and parent* attributes; support |
191 |
|
for the |delete_rule| method. |
192 |
|
|
193 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
196 |
|
First version of CSSOM implementation. |
197 |
|
|
198 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
201 |
|
manakai_charset): New attributes. |
202 |
|
|
203 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
206 |
|
for getter. |
207 |
|
|
208 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
211 |
|
The |namespaceURI| attribute was not set correctly. |
212 |
|
|
213 |
|
* DOMEvents.dis: Removed. |
214 |
|
|
215 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
218 |
|
EventException.pm: Implemented (but not tested!). |
219 |
|
|
220 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
221 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
222 |
|
error subtypes. |
223 |
|
|
224 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
225 |
|
version |3.0|, is added. |
226 |
|
|
227 |
|
* Document.pm, Node.pm: Event attributes and |
228 |
|
methods are implemented. |
229 |
|
|
230 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
233 |
|
an additional argument for "current element". |
234 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
235 |
|
pseudo-classes. |
236 |
|
|
237 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
240 |
|
|
241 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
244 |
|
|
245 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
248 |
|
|
249 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
250 |
|
|
251 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
252 |
|
from most part of |query_selector_all|. |
253 |
|
|
254 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
255 |
|
|
256 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
257 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
258 |
|
|
259 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
260 |
|
interface. |
261 |
|
|
262 |
|
* Element.pm (Element): Implements the |ElementSelector| |
263 |
|
interface. |
264 |
|
|
265 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
266 |
|
|
267 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
268 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
269 |
|
with limited selectors syntax support, though). |
270 |
|
|
271 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
273 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
274 |
|
are supported. |
275 |
|
|
276 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* SelectorsAPI.pm: New Perl module. |
279 |
|
|
280 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
283 |
|
of the |owner_document|, if any, as defined in the spec. |
284 |
|
|
285 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* Makefile: Relative path was wrong. |
288 |
|
|
289 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* HTML/: New directory. |
292 |
|
|
293 |
|
* Element.pm (create_element_ns): Return object implementing |
294 |
|
the |HTMLElement| interface for HTML elements. |
295 |
|
|
296 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
297 |
|
|
298 |
|
* DOMImplementation.pod: New documentation. |
299 |
|
|
300 |
|
* Makefile: Make HTML document. |
301 |
|
|
302 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
303 |
|
|
304 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
305 |
|
|
306 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
307 |
|
|
308 |
|
* Document.pm: Renamed from DOMDocument.pm. |
309 |
|
|
310 |
|
* Element.pm: Renamed from DOMElement.pm |
311 |
|
|
312 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
315 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
316 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
317 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
318 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
319 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
320 |
|
|
321 |
|
* Makefile: Rules for DIS are removed. |
322 |
|
|
323 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
324 |
|
|
325 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
326 |
|
was referenced. |
327 |
|
|
328 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
329 |
|
|
330 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
331 |
|
is implemented. |
332 |
|
|
333 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
334 |
|
|
335 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
336 |
|
is implemented. |
337 |
|
|
338 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
339 |
|
|
340 |
|
* Attr.pm (DeclaredValueType): Added. |
341 |
|
|
342 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
343 |
|
as a valid input, for |text_content| (maybe) allows it. |
344 |
|
|
345 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
346 |
|
|
347 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
349 |
|
* DOMElement.pm: Incorrect module was referenced. |
350 |
|
|
351 |
|
* DOMImplementation.pm: References to |
352 |
|
the |Message::Charset::Encode| module has been removed. |
353 |
|
|
354 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
355 |
|
|
356 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
357 |
|
instead of |Message::Charset::Encode|. |
358 |
|
|
359 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
360 |
|
|
361 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
362 |
|
|
363 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
364 |
|
|
365 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
367 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
368 |
|
implemented. |
369 |
|
|
370 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
371 |
|
subclasses. |
372 |
|
|
373 |
|
* DOMImplementation.pm (DOMImplementation): Now |
374 |
|
implements the |AtomDOMImplementation| interface. |
375 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
376 |
|
|
377 |
|
* NodeList.pm (StaticNodeList): Implemented. |
378 |
|
|
379 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
380 |
|
|
381 |
|
* Atom/: New directory. |
382 |
|
|
383 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
384 |
|
|
385 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
386 |
|
|
387 |
|
* Text.pm (whole_text): Parameter index number has |
388 |
|
been changed to support new |NodeFilter| Perl binding |
389 |
|
definition. |
390 |
|
|
391 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
392 |
|
|
393 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
394 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
395 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
396 |
|
|
397 |
|
* DOMConfiguration.pm (can_set_parameter, |
398 |
|
set_parameter): Don't allow to set the value |
399 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
400 |
|
|
401 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
402 |
|
(create_tree_walker, manakai_create_serial_walker): References |
403 |
|
and prototypes are added. |
404 |
|
|
405 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
406 |
|
|
407 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
408 |
|
version |2.0|, is added. |
409 |
|
|
410 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
411 |
|
|
412 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
413 |
|
|
414 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
415 |
|
|
416 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
417 |
|
|
418 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
419 |
|
|
420 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
421 |
|
|
422 |
|
* DOMConfiguration.pm: Support for |schema-type| |
423 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
424 |
|
|
425 |
|
* NamedNodeMap (TIEHASH): Were missing. |
426 |
|
|
427 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
428 |
|
|
429 |
|
* AttributeDefinition.pm (node_value): Implemented. |
430 |
|
(create_attribute_definition): Implemented. |
431 |
|
|
432 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
433 |
|
get_parameter, set_parameter, can_set_parameter, |
434 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
435 |
|
FIRSTKEY, LASTKEY): Implemented. |
436 |
|
|
437 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
438 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
439 |
|
|
440 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
441 |
|
Implemented. |
442 |
|
|
443 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
444 |
|
are added. |
445 |
|
|
446 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
447 |
|
class. |
448 |
|
|
449 |
|
* DocumentType.pm (get_element_type_definition_node, |
450 |
|
get_general_entity_node, get_notation_node, |
451 |
|
set_element_type_definition_node, set_general_entity_node, |
452 |
|
set_notation_node, create_document_type_definition): Implemented. |
453 |
|
|
454 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
455 |
|
set_attribute_definition_node, create_element_type_definition): |
456 |
|
Implemented. |
457 |
|
|
458 |
|
* Entity.pm (create_general_entity): Implemented. |
459 |
|
|
460 |
|
* Node.pm: Constants in |OperationType| definition |
461 |
|
group are added. |
462 |
|
(manakai_language): Implemented. |
463 |
|
|
464 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
465 |
|
class. |
466 |
|
|
467 |
|
* Notation.pm (create_notation): Implemented. |
468 |
|
|
469 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
470 |
|
|
471 |
|
* TypeInfo.pm: New Perl module. |
472 |
|
|
473 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
474 |
|
to avoid HTML5 case normalization. |
475 |
|
(is_id): Implemented. |
476 |
|
(manakai_name): New attribute. |
477 |
|
(schema_type_info): Implemented. |
478 |
|
(create_attribute_ns): Empty string as namespace URI |
479 |
|
was not supported. |
480 |
|
|
481 |
|
* DOMElement.pm (clone_node): Removed since now it is |
482 |
|
defined in |Node.pm|. |
483 |
|
(schema_type_info): Implemented. |
484 |
|
(manakai_tag_name): New attribute. |
485 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
486 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
487 |
|
remove_attribute, remove_attribute_ns, |
488 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
489 |
|
set_id_attribute, set_id_attribute_node, |
490 |
|
set_id_attribute_ns): Implemented. |
491 |
|
(create_element_ns): Empty string as namespace URI |
492 |
|
was not supported. |
493 |
|
|
494 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
495 |
|
|
496 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
497 |
|
|
498 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
499 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
500 |
|
by empty strings for compatibility with Web browsers. |
501 |
|
(create_document_type): Initialize |internal_subset| |
502 |
|
attribute by an empty string for compatibility with |
503 |
|
Web browsers. |
504 |
|
|
505 |
|
* ElementTypeDefinition.pm, Entity.pm, |
506 |
|
Notation.pm (owner_document_type_definition): Implemented. |
507 |
|
|
508 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
509 |
|
|
510 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
511 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
512 |
|
|
513 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
514 |
|
|
515 |
|
* Attr.pm (value, node_value): Now it is defined |
516 |
|
as |text_content| itself. |
517 |
|
|
518 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
519 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
520 |
|
|
521 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
522 |
|
|
523 |
|
* DocumentType.pm (internal_subset): Implemented. |
524 |
|
|
525 |
|
* Entity.pm (is_externally_declared, input_encoding, |
526 |
|
xml_version): Implemented. |
527 |
|
|
528 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
529 |
|
|
530 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
531 |
|
|
532 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
533 |
|
(data): Reimplemented. |
534 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
535 |
|
a number of bugs. |
536 |
|
|
537 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
538 |
|
|
539 |
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
540 |
|
|
541 |
* StringExtended.pm: New Perl module. |
* StringExtended.pm: New Perl module. |