1 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
4 |
|
instead of |Message::Charset::Encode|. |
5 |
|
|
6 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
9 |
|
|
10 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
11 |
|
|
12 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
15 |
|
implemented. |
16 |
|
|
17 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
18 |
|
subclasses. |
19 |
|
|
20 |
|
* DOMImplementation.pm (DOMImplementation): Now |
21 |
|
implements the |AtomDOMImplementation| interface. |
22 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
23 |
|
|
24 |
|
* NodeList.pm (StaticNodeList): Implemented. |
25 |
|
|
26 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Atom/: New directory. |
29 |
|
|
30 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
33 |
|
|
34 |
|
* Text.pm (whole_text): Parameter index number has |
35 |
|
been changed to support new |NodeFilter| Perl binding |
36 |
|
definition. |
37 |
|
|
38 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
41 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
42 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
43 |
|
|
44 |
|
* DOMConfiguration.pm (can_set_parameter, |
45 |
|
set_parameter): Don't allow to set the value |
46 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
47 |
|
|
48 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
49 |
|
(create_tree_walker, manakai_create_serial_walker): References |
50 |
|
and prototypes are added. |
51 |
|
|
52 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
53 |
|
|
54 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
55 |
|
version |2.0|, is added. |
56 |
|
|
57 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
60 |
|
|
61 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
62 |
|
|
63 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
64 |
|
|
65 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
66 |
|
|
67 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* DOMConfiguration.pm: Support for |schema-type| |
70 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
71 |
|
|
72 |
|
* NamedNodeMap (TIEHASH): Were missing. |
73 |
|
|
74 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* AttributeDefinition.pm (node_value): Implemented. |
77 |
|
(create_attribute_definition): Implemented. |
78 |
|
|
79 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
80 |
|
get_parameter, set_parameter, can_set_parameter, |
81 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
82 |
|
FIRSTKEY, LASTKEY): Implemented. |
83 |
|
|
84 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
85 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
86 |
|
|
87 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
88 |
|
Implemented. |
89 |
|
|
90 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
91 |
|
are added. |
92 |
|
|
93 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
94 |
|
class. |
95 |
|
|
96 |
|
* DocumentType.pm (get_element_type_definition_node, |
97 |
|
get_general_entity_node, get_notation_node, |
98 |
|
set_element_type_definition_node, set_general_entity_node, |
99 |
|
set_notation_node, create_document_type_definition): Implemented. |
100 |
|
|
101 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
102 |
|
set_attribute_definition_node, create_element_type_definition): |
103 |
|
Implemented. |
104 |
|
|
105 |
|
* Entity.pm (create_general_entity): Implemented. |
106 |
|
|
107 |
|
* Node.pm: Constants in |OperationType| definition |
108 |
|
group are added. |
109 |
|
(manakai_language): Implemented. |
110 |
|
|
111 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
112 |
|
class. |
113 |
|
|
114 |
|
* Notation.pm (create_notation): Implemented. |
115 |
|
|
116 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* TypeInfo.pm: New Perl module. |
119 |
|
|
120 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
121 |
|
to avoid HTML5 case normalization. |
122 |
|
(is_id): Implemented. |
123 |
|
(manakai_name): New attribute. |
124 |
|
(schema_type_info): Implemented. |
125 |
|
(create_attribute_ns): Empty string as namespace URI |
126 |
|
was not supported. |
127 |
|
|
128 |
|
* DOMElement.pm (clone_node): Removed since now it is |
129 |
|
defined in |Node.pm|. |
130 |
|
(schema_type_info): Implemented. |
131 |
|
(manakai_tag_name): New attribute. |
132 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
133 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
134 |
|
remove_attribute, remove_attribute_ns, |
135 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
136 |
|
set_id_attribute, set_id_attribute_node, |
137 |
|
set_id_attribute_ns): Implemented. |
138 |
|
(create_element_ns): Empty string as namespace URI |
139 |
|
was not supported. |
140 |
|
|
141 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
144 |
|
|
145 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
146 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
147 |
|
by empty strings for compatibility with Web browsers. |
148 |
|
(create_document_type): Initialize |internal_subset| |
149 |
|
attribute by an empty string for compatibility with |
150 |
|
Web browsers. |
151 |
|
|
152 |
|
* ElementTypeDefinition.pm, Entity.pm, |
153 |
|
Notation.pm (owner_document_type_definition): Implemented. |
154 |
|
|
155 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
158 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
159 |
|
|
160 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* Attr.pm (value, node_value): Now it is defined |
163 |
|
as |text_content| itself. |
164 |
|
|
165 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
166 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
167 |
|
|
168 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
169 |
|
|
170 |
|
* DocumentType.pm (internal_subset): Implemented. |
171 |
|
|
172 |
|
* Entity.pm (is_externally_declared, input_encoding, |
173 |
|
xml_version): Implemented. |
174 |
|
|
175 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
176 |
|
|
177 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
180 |
|
(data): Reimplemented. |
181 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
182 |
|
a number of bugs. |
183 |
|
|
184 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
185 |
|
|
186 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* StringExtended.pm: New Perl module. |
189 |
|
|
190 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
191 |
|
insert_data, replace_data, substring_data): Implemented. |
192 |
|
|
193 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
194 |
|
|
195 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
196 |
|
split_text): Implemented. |
197 |
|
|
198 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* DOMElement.pm (attributes): Implemented. |
201 |
|
|
202 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
203 |
|
|
204 |
|
* DocumentType.pm (entities, general_entities, |
205 |
|
notations, element_types): Implemented. |
206 |
|
|
207 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
208 |
|
|
209 |
|
* NamedNodeMap.pm: New Perl module. |
210 |
|
|
211 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
214 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
215 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
216 |
|
insert_before, replace_child): Implemented. |
217 |
|
|
218 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
219 |
|
|
220 |
|
* Node.pm (remove_child): Implemented. |
221 |
|
|
222 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* Node.pm (==, is_equal_node): Implemented. |
225 |
|
(is_same_node): Implemented. |
226 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
227 |
|
(is_supported): Implemented. |
228 |
|
|
229 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
232 |
|
(create_document): Implemented. |
233 |
|
|
234 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
235 |
|
errors. |
236 |
|
(QNAME_NULLNS_ERR): New errors. |
237 |
|
|
238 |
|
* DocumenType.pm (create_document_type): Implemented. |
239 |
|
|
240 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
243 |
|
|
244 |
|
* DOMElement.pm (has_attribute): Alpha version. |
245 |
|
(create_element, create_element_ns): Implemented. |
246 |
|
|
247 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
248 |
|
|
249 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
250 |
|
|
251 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
252 |
|
|
253 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
255 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
256 |
|
|
257 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
258 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
259 |
|
when |{manakai_compat_mode}| is |undef|. |
260 |
|
|
261 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
262 |
|
|
263 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
264 |
|
Statements to set |$Error::Depth| are removed since they |
265 |
|
are result in "uninitialized" warnings unless |
266 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
267 |
|
Usually methods invoked in these methods does not |
268 |
|
raise any exception so that it makes no difference. |
269 |
|
|
270 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
272 |
|
* DOMDocument.pm (adopt_node): Implemented. |
273 |
|
(doctype): Implemented. |
274 |
|
|
275 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
276 |
|
|
277 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
278 |
|
error type. |
279 |
|
|
280 |
|
* Node.pm (set_user_data): Implemented. |
281 |
|
|
282 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
285 |
|
It will be defined in the DOM Perl Binding specification |
286 |
|
as part of |DOMImplementation| interface. |
287 |
|
($HasFeature): Defined for features support. |
288 |
|
(has_feature, get_feature): Implemented. |
289 |
|
|
290 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
291 |
|
module unless necessary. |
292 |
|
(___report_error): Removed since it is not used in fact. |
293 |
|
|
294 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
295 |
|
DOMImplementationRegistry.pm: New modules. |
296 |
|
|
297 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
298 |
|
|
299 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
300 |
|
|
301 |
|
* DOMStringList.pm: New Perl module. |
302 |
|
|
303 |
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
* DOMElement.pm (clone_node): Alpha version. It did not work |
* DOMElement.pm (clone_node): Alpha version. It did not work |