1 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Comment.pm (node_type): Node type was incorrect! |
4 |
|
|
5 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
6 |
|
|
7 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
8 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
9 |
|
New autoload configuration. Note that the Message::Charset::Encode |
10 |
|
module is subject to change. |
11 |
|
|
12 |
|
* XMLParserTemp.pm: Now it can be used with new version |
13 |
|
of DOM implementation. Current plan is to replace it by |
14 |
|
an XML5 parser someday. |
15 |
|
|
16 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMLocator.pm: New module. |
19 |
|
|
20 |
|
* DOMError.pm: New module. |
21 |
|
|
22 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
25 |
|
clone_node, compare_document_position, has_attributes, |
26 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
27 |
|
lookup_prefix, normalize): Implemented. |
28 |
|
|
29 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
30 |
|
|
31 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
32 |
|
|
33 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* AttributeDefinition.pm (____new): Set an empty list |
36 |
|
to the |allowed_tokens| attribute. |
37 |
|
(allowed_token): Alpha version. |
38 |
|
|
39 |
|
* DocumentType.pm (get_element_type_definition_node, |
40 |
|
get_notation_node): ALpha version. |
41 |
|
|
42 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
43 |
|
version. |
44 |
|
|
45 |
|
* Entity.pm (notation_name): Implemented. |
46 |
|
|
47 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
50 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
51 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
52 |
|
(value): Call |text_content| for now. |
53 |
|
|
54 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
55 |
|
(declared_type, default_type): Implemented. |
56 |
|
|
57 |
|
* CharacterData.pm (____new): Allow a scalar reference |
58 |
|
as an input for the |data| attribute. |
59 |
|
(base_uri, manakai_append_text): Implemented. |
60 |
|
|
61 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
62 |
|
|
63 |
|
* DOMDocument.pm (____new): Set default values to |
64 |
|
configuration parameter whose default is true. |
65 |
|
(document_uri, input_encoding): Implemented. |
66 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
67 |
|
(base_uri, manakai_append_text, |
68 |
|
manakai_entity_base_uri, strict_error_checking, |
69 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
70 |
|
|
71 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
72 |
|
(get_attribute, get_attribute_node): Alpha version. |
73 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
74 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
75 |
|
|
76 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
77 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
78 |
|
|
79 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
80 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
81 |
|
manakai_append_text): Implemented. |
82 |
|
(element_types, general_entities, notations, |
83 |
|
set_element_type_definition_node, set_general_entity_node, |
84 |
|
set_notation_node): Alpha version. |
85 |
|
|
86 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
87 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
88 |
|
|
89 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
90 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
91 |
|
manakai_entity_uri): Implemented. |
92 |
|
|
93 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
94 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
95 |
|
|
96 |
|
* Node.pm (base_uri): Implemented. |
97 |
|
(text_content): Don't check read-only or not |
98 |
|
unless |strict_error_checking|. |
99 |
|
(manakai_append_text): Implemented. |
100 |
|
(get_feature): Alpha. |
101 |
|
(manakai_set_read_only): Implemented. |
102 |
|
|
103 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
104 |
|
manakai_declaration_base_uri): Implemented. |
105 |
|
|
106 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
107 |
|
base_uri, manakai_append_text): Implemented. |
108 |
|
|
109 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* DOMConfiguration.pm: New module. |
112 |
|
|
113 |
|
* Attr.pm (trivial accessor for read-write attributes): Throw |
114 |
|
an exception if the node is read-only. Delete the property |
115 |
|
if undef is specified. |
116 |
|
(prefix): Implemented. |
117 |
|
|
118 |
|
* DOMElement.pm (trivial accessor for read-write attributes): Throw |
119 |
|
an exception if the node is read-only. Delete the property |
120 |
|
if undef is specified. |
121 |
|
(prefix): Implemented. |
122 |
|
(text_content, manakai_append_text): Old implementations are removed. |
123 |
|
|
124 |
|
* DOMCharacterData.pm (text_content): Implemented. |
125 |
|
|
126 |
|
* DOMDocument.pm (____new): Initialize the strict-document-children |
127 |
|
parameter by true. |
128 |
|
(text_content): Reimplemented. |
129 |
|
(dom_config): New. |
130 |
|
|
131 |
|
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype. |
132 |
|
|
133 |
|
* DocumentType.pm (text_content): Implemented. |
134 |
|
|
135 |
|
* ElementTypeDefinition.pm (text_content): Implemented. |
136 |
|
|
137 |
|
* Node.pm (___report_error): New method. |
138 |
|
(text_content): Implemented. |
139 |
|
(manakai_append_text): Copied from |DOMElement.pm|. |
140 |
|
|
141 |
|
* Notation.pm (text_content): Implemented. |
142 |
|
|
143 |
|
* ProcessingInstruction.pm (text_content): Implemented. |
144 |
|
|
145 |
|
* Text.pm (is_element_content_whitespace): Alpha version. |
146 |
|
|
147 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* DOMException.pm (Message::IF::DOMException): Extends |
150 |
|
the |Message::Util::Error| class. |
151 |
|
|
152 |
|
* NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class. |
153 |
|
(CLEAR): Not all items were removed. |
154 |
|
|
155 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
158 |
|
DocumentType.pm, Entity.pm, |
159 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
160 |
|
|
161 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
162 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
163 |
|
|
164 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
165 |
|
|
166 |
|
* Node.pm (==, !=): Implemented. |
167 |
|
(manakai_read_only): Implemented. |
168 |
|
(is_same_node): Implemented. |
169 |
|
(is_equal_node): Alpha version. |
170 |
|
(manakai_set_read_only): Alpha version. |
171 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
172 |
|
definitions are removed. |
173 |
|
|
174 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* Node.pm: First alpha version of implementation of attributes. |
177 |
|
|
178 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
181 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
182 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
183 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
184 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
185 |
|
node_value, node_type): Implemented. |
186 |
|
|
187 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
190 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
191 |
|
AttributeDefinition.pm: New modules. |
192 |
|
|
193 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
194 |
|
(create_attribute_definition, create_element_type_definition, |
195 |
|
create_document_type_definition, create_cdata_section, |
196 |
|
create_processing_instruction, create_entity_reference, |
197 |
|
create_general_entity, create_notation): Prototypes added. |
198 |
|
|
199 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
200 |
|
|
201 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
202 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
203 |
|
(create_document_type, create_document_type_definition): |
204 |
|
New methods. |
205 |
|
|
206 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
209 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
210 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
211 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
212 |
|
|
213 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
216 |
|
specifies unknown value and trys to recover from the error. |
217 |
|
|
218 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
221 |
|
|
222 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* GenericLS.dis (GLSException): New interface. |
225 |
|
|
226 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* |InputProcessor|s and |OutputProcessor|s are |
229 |
|
named so that |report| statements in Perl |
230 |
|
module outputs can be identified by name. |dis:dataType|s |
231 |
|
of |DISCore:TFQNames| are all replaced |
232 |
|
by |DISCore:QName|. |
233 |
|
|
234 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
|
* Element.dis (createElementNS): If an array reference |
237 |
|
is specified as the |qualifiedName| parameter, |
238 |
|
don't set the first item as the local name |
239 |
|
even if the second item is not specified (or |
240 |
|
specified as |undef|). |
241 |
|
(createElementNS, setAttribute, setAttributeNS, |
242 |
|
removeAttribute, removeAttributeNS, |
243 |
|
setAttributeNode, setAttributeNodeNS, |
244 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
245 |
|
or removes the |tc:contentAttributeList| value. |
246 |
|
|
247 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
248 |
|
of sorting of content attribute names. |
249 |
|
(getAttrMap, getElementTypeDefNodeMap, |
250 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
251 |
|
(tc:contentAttributeList): New property. |
252 |
|
|
253 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
255 |
* DOMFeature.dis (ForDef): Removed. |
* DOMFeature.dis (ForDef): Removed. |