1 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
4 |
|
an additional argument for "current element". |
5 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
6 |
|
pseudo-classes. |
7 |
|
|
8 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
11 |
|
|
12 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
15 |
|
|
16 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
19 |
|
|
20 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
23 |
|
from most part of |query_selector_all|. |
24 |
|
|
25 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
28 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
29 |
|
|
30 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
31 |
|
interface. |
32 |
|
|
33 |
|
* Element.pm (Element): Implements the |ElementSelector| |
34 |
|
interface. |
35 |
|
|
36 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
37 |
|
|
38 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
39 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
40 |
|
with limited selectors syntax support, though). |
41 |
|
|
42 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
45 |
|
are supported. |
46 |
|
|
47 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* SelectorsAPI.pm: New Perl module. |
50 |
|
|
51 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
54 |
|
of the |owner_document|, if any, as defined in the spec. |
55 |
|
|
56 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* Makefile: Relative path was wrong. |
59 |
|
|
60 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML/: New directory. |
63 |
|
|
64 |
|
* Element.pm (create_element_ns): Return object implementing |
65 |
|
the |HTMLElement| interface for HTML elements. |
66 |
|
|
67 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* DOMImplementation.pod: New documentation. |
70 |
|
|
71 |
|
* Makefile: Make HTML document. |
72 |
|
|
73 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
76 |
|
|
77 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
78 |
|
|
79 |
|
* Document.pm: Renamed from DOMDocument.pm. |
80 |
|
|
81 |
|
* Element.pm: Renamed from DOMElement.pm |
82 |
|
|
83 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
86 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
87 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
88 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
89 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
90 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
91 |
|
|
92 |
|
* Makefile: Rules for DIS are removed. |
93 |
|
|
94 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
97 |
|
was referenced. |
98 |
|
|
99 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
102 |
|
is implemented. |
103 |
|
|
104 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
107 |
|
is implemented. |
108 |
|
|
109 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* Attr.pm (DeclaredValueType): Added. |
112 |
|
|
113 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
114 |
|
as a valid input, for |text_content| (maybe) allows it. |
115 |
|
|
116 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
117 |
|
|
118 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* DOMElement.pm: Incorrect module was referenced. |
121 |
|
|
122 |
|
* DOMImplementation.pm: References to |
123 |
|
the |Message::Charset::Encode| module has been removed. |
124 |
|
|
125 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
128 |
|
instead of |Message::Charset::Encode|. |
129 |
|
|
130 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
133 |
|
|
134 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
135 |
|
|
136 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
139 |
|
implemented. |
140 |
|
|
141 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
142 |
|
subclasses. |
143 |
|
|
144 |
|
* DOMImplementation.pm (DOMImplementation): Now |
145 |
|
implements the |AtomDOMImplementation| interface. |
146 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
147 |
|
|
148 |
|
* NodeList.pm (StaticNodeList): Implemented. |
149 |
|
|
150 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* Atom/: New directory. |
153 |
|
|
154 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
157 |
|
|
158 |
|
* Text.pm (whole_text): Parameter index number has |
159 |
|
been changed to support new |NodeFilter| Perl binding |
160 |
|
definition. |
161 |
|
|
162 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
165 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
166 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
167 |
|
|
168 |
|
* DOMConfiguration.pm (can_set_parameter, |
169 |
|
set_parameter): Don't allow to set the value |
170 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
171 |
|
|
172 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
173 |
|
(create_tree_walker, manakai_create_serial_walker): References |
174 |
|
and prototypes are added. |
175 |
|
|
176 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
177 |
|
|
178 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
179 |
|
version |2.0|, is added. |
180 |
|
|
181 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
184 |
|
|
185 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
186 |
|
|
187 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
188 |
|
|
189 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
190 |
|
|
191 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* DOMConfiguration.pm: Support for |schema-type| |
194 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
195 |
|
|
196 |
|
* NamedNodeMap (TIEHASH): Were missing. |
197 |
|
|
198 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* AttributeDefinition.pm (node_value): Implemented. |
201 |
|
(create_attribute_definition): Implemented. |
202 |
|
|
203 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
204 |
|
get_parameter, set_parameter, can_set_parameter, |
205 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
206 |
|
FIRSTKEY, LASTKEY): Implemented. |
207 |
|
|
208 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
209 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
210 |
|
|
211 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
212 |
|
Implemented. |
213 |
|
|
214 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
215 |
|
are added. |
216 |
|
|
217 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
218 |
|
class. |
219 |
|
|
220 |
|
* DocumentType.pm (get_element_type_definition_node, |
221 |
|
get_general_entity_node, get_notation_node, |
222 |
|
set_element_type_definition_node, set_general_entity_node, |
223 |
|
set_notation_node, create_document_type_definition): Implemented. |
224 |
|
|
225 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
226 |
|
set_attribute_definition_node, create_element_type_definition): |
227 |
|
Implemented. |
228 |
|
|
229 |
|
* Entity.pm (create_general_entity): Implemented. |
230 |
|
|
231 |
|
* Node.pm: Constants in |OperationType| definition |
232 |
|
group are added. |
233 |
|
(manakai_language): Implemented. |
234 |
|
|
235 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
236 |
|
class. |
237 |
|
|
238 |
|
* Notation.pm (create_notation): Implemented. |
239 |
|
|
240 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* TypeInfo.pm: New Perl module. |
243 |
|
|
244 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
245 |
|
to avoid HTML5 case normalization. |
246 |
|
(is_id): Implemented. |
247 |
|
(manakai_name): New attribute. |
248 |
|
(schema_type_info): Implemented. |
249 |
|
(create_attribute_ns): Empty string as namespace URI |
250 |
|
was not supported. |
251 |
|
|
252 |
|
* DOMElement.pm (clone_node): Removed since now it is |
253 |
|
defined in |Node.pm|. |
254 |
|
(schema_type_info): Implemented. |
255 |
|
(manakai_tag_name): New attribute. |
256 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
257 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
258 |
|
remove_attribute, remove_attribute_ns, |
259 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
260 |
|
set_id_attribute, set_id_attribute_node, |
261 |
|
set_id_attribute_ns): Implemented. |
262 |
|
(create_element_ns): Empty string as namespace URI |
263 |
|
was not supported. |
264 |
|
|
265 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
266 |
|
|
267 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
268 |
|
|
269 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
270 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
271 |
|
by empty strings for compatibility with Web browsers. |
272 |
|
(create_document_type): Initialize |internal_subset| |
273 |
|
attribute by an empty string for compatibility with |
274 |
|
Web browsers. |
275 |
|
|
276 |
|
* ElementTypeDefinition.pm, Entity.pm, |
277 |
|
Notation.pm (owner_document_type_definition): Implemented. |
278 |
|
|
279 |
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
281 |
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |