| 1 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
| 4 |
|
Return an empty string if no value is assigned to the property. Insert |
| 5 |
|
a SPACE before '!' for compatibility with Firefox. |
| 6 |
|
|
| 7 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
| 8 |
|
|
| 9 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
| 10 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
| 11 |
|
(selector_text): Namespace support is fixed. |
| 12 |
|
|
| 13 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
| 14 |
|
|
| 15 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
| 16 |
|
|
| 17 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
| 18 |
|
to get better result. |
| 19 |
|
|
| 20 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
| 21 |
|
|
| 22 |
|
* Window.pm: New Perl module. |
| 23 |
|
|
| 24 |
|
* Document.pm (default_view): Implemented. |
| 25 |
|
|
| 26 |
|
* Element.pm (current_style): Implemented. |
| 27 |
|
|
| 28 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
| 29 |
|
|
| 30 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
| 31 |
|
set of longhand properties. |
| 32 |
|
(get_property_priority): Implemented. |
| 33 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
| 34 |
|
attributes. |
| 35 |
|
|
| 36 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
| 37 |
|
|
| 38 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
| 39 |
|
as well as |{compute}| as a way to filter out longhand |
| 40 |
|
properties. Sort properties by names for readability. |
| 41 |
|
|
| 42 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
| 43 |
|
|
| 44 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
| 45 |
|
information for debugging. |
| 46 |
|
|
| 47 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
| 48 |
|
|
| 49 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
| 50 |
|
|
| 51 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
| 52 |
|
|
| 53 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
| 55 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
| 56 |
|
method. |
| 57 |
|
|
| 58 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
| 59 |
|
|
| 60 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
| 61 |
|
an independent function. |
| 62 |
|
|
| 63 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
| 64 |
|
|
| 65 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
| 66 |
|
reflecting CSS property is implemented. |
| 67 |
|
(css_text): Getter is implemented. |
| 68 |
|
|
| 69 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
| 70 |
|
|
| 71 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
| 72 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
| 73 |
|
|
| 74 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
| 75 |
|
manakai_lookup_namespace_prefix): New methods. |
| 76 |
|
|
| 77 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
| 78 |
|
|
| 79 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
| 80 |
|
|
| 81 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
| 82 |
|
|
| 83 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
| 84 |
|
(____new): s/_selector/_selectors/g; |
| 85 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
| 86 |
|
|
| 87 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
| 88 |
|
|
| 89 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
| 90 |
|
(css_text): New attribute. |
| 91 |
|
|
| 92 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
| 93 |
|
|
| 94 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
| 95 |
|
|
| 96 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
| 97 |
|
setting of owner* and parent* attributes; support |
| 98 |
|
for the |delete_rule| method. |
| 99 |
|
|
| 100 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
| 101 |
|
|
| 102 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
| 103 |
|
First version of CSSOM implementation. |
| 104 |
|
|
| 105 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
| 106 |
|
|
| 107 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
| 108 |
|
manakai_charset): New attributes. |
| 109 |
|
|
| 110 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
| 111 |
|
|
| 112 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
| 113 |
|
for getter. |
| 114 |
|
|
| 115 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
| 116 |
|
|
| 117 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
| 118 |
|
The |namespaceURI| attribute was not set correctly. |
| 119 |
|
|
| 120 |
|
* DOMEvents.dis: Removed. |
| 121 |
|
|
| 122 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
| 123 |
|
|
| 124 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
| 125 |
|
EventException.pm: Implemented (but not tested!). |
| 126 |
|
|
| 127 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
| 128 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
| 129 |
|
error subtypes. |
| 130 |
|
|
| 131 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
| 132 |
|
version |3.0|, is added. |
| 133 |
|
|
| 134 |
|
* Document.pm, Node.pm: Event attributes and |
| 135 |
|
methods are implemented. |
| 136 |
|
|
| 137 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
| 138 |
|
|
| 139 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
| 140 |
|
an additional argument for "current element". |
| 141 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
| 142 |
|
pseudo-classes. |
| 143 |
|
|
| 144 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
| 145 |
|
|
| 146 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
| 147 |
|
|
| 148 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
| 149 |
|
|
| 150 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
| 151 |
|
|
| 152 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
| 153 |
|
|
| 154 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
| 155 |
|
|
| 156 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
| 157 |
|
|
| 158 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
| 159 |
|
from most part of |query_selector_all|. |
| 160 |
|
|
| 161 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
| 162 |
|
|
| 163 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
| 164 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
| 165 |
|
|
| 166 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
| 167 |
|
interface. |
| 168 |
|
|
| 169 |
|
* Element.pm (Element): Implements the |ElementSelector| |
| 170 |
|
interface. |
| 171 |
|
|
| 172 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
| 173 |
|
|
| 174 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
| 175 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
| 176 |
|
with limited selectors syntax support, though). |
| 177 |
|
|
| 178 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
| 179 |
|
|
| 180 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
| 181 |
|
are supported. |
| 182 |
|
|
| 183 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
| 184 |
|
|
| 185 |
|
* SelectorsAPI.pm: New Perl module. |
| 186 |
|
|
| 187 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
| 188 |
|
|
| 189 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
| 190 |
|
of the |owner_document|, if any, as defined in the spec. |
| 191 |
|
|
| 192 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
| 193 |
|
|
| 194 |
|
* Makefile: Relative path was wrong. |
| 195 |
|
|
| 196 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
| 197 |
|
|
| 198 |
|
* HTML/: New directory. |
| 199 |
|
|
| 200 |
|
* Element.pm (create_element_ns): Return object implementing |
| 201 |
|
the |HTMLElement| interface for HTML elements. |
| 202 |
|
|
| 203 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
| 204 |
|
|
| 205 |
|
* DOMImplementation.pod: New documentation. |
| 206 |
|
|
| 207 |
|
* Makefile: Make HTML document. |
| 208 |
|
|
| 209 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
| 210 |
|
|
| 211 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
| 212 |
|
|
| 213 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
| 214 |
|
|
| 215 |
|
* Document.pm: Renamed from DOMDocument.pm. |
| 216 |
|
|
| 217 |
|
* Element.pm: Renamed from DOMElement.pm |
| 218 |
|
|
| 219 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
| 220 |
|
|
| 221 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
| 222 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
| 223 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
| 224 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
| 225 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
| 226 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
| 227 |
|
|
| 228 |
|
* Makefile: Rules for DIS are removed. |
| 229 |
|
|
| 230 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
| 231 |
|
|
| 232 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
| 233 |
|
was referenced. |
| 234 |
|
|
| 235 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
| 236 |
|
|
| 237 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
| 238 |
|
is implemented. |
| 239 |
|
|
| 240 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
| 241 |
|
|
| 242 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
| 243 |
|
is implemented. |
| 244 |
|
|
| 245 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
| 246 |
|
|
| 247 |
|
* Attr.pm (DeclaredValueType): Added. |
| 248 |
|
|
| 249 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
| 250 |
|
as a valid input, for |text_content| (maybe) allows it. |
| 251 |
|
|
| 252 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
| 253 |
|
|
| 254 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
| 255 |
|
|
| 256 |
|
* DOMElement.pm: Incorrect module was referenced. |
| 257 |
|
|
| 258 |
|
* DOMImplementation.pm: References to |
| 259 |
|
the |Message::Charset::Encode| module has been removed. |
| 260 |
|
|
| 261 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 262 |
|
|
| 263 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
| 264 |
|
instead of |Message::Charset::Encode|. |
| 265 |
|
|
| 266 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 267 |
|
|
| 268 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
| 269 |
|
|
| 270 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
| 271 |
|
|
| 272 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 273 |
|
|
| 274 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
| 275 |
|
implemented. |
| 276 |
|
|
| 277 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
| 278 |
|
subclasses. |
| 279 |
|
|
| 280 |
|
* DOMImplementation.pm (DOMImplementation): Now |
| 281 |
|
implements the |AtomDOMImplementation| interface. |
| 282 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
| 283 |
|
|
| 284 |
|
* NodeList.pm (StaticNodeList): Implemented. |
| 285 |
|
|
| 286 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 287 |
|
|
| 288 |
|
* Atom/: New directory. |
| 289 |
|
|
| 290 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 291 |
|
|
| 292 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
| 293 |
|
|
| 294 |
|
* Text.pm (whole_text): Parameter index number has |
| 295 |
|
been changed to support new |NodeFilter| Perl binding |
| 296 |
|
definition. |
| 297 |
|
|
| 298 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 299 |
|
|
| 300 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
| 301 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
| 302 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
| 303 |
|
|
| 304 |
|
* DOMConfiguration.pm (can_set_parameter, |
| 305 |
|
set_parameter): Don't allow to set the value |
| 306 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
| 307 |
|
|
| 308 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
| 309 |
|
(create_tree_walker, manakai_create_serial_walker): References |
| 310 |
|
and prototypes are added. |
| 311 |
|
|
| 312 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
| 313 |
|
|
| 314 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
| 315 |
|
version |2.0|, is added. |
| 316 |
|
|
| 317 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 318 |
|
|
| 319 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
| 320 |
|
|
| 321 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
| 322 |
|
|
| 323 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
| 324 |
|
|
| 325 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
| 326 |
|
|
| 327 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 328 |
|
|
| 329 |
|
* DOMConfiguration.pm: Support for |schema-type| |
| 330 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
| 331 |
|
|
| 332 |
|
* NamedNodeMap (TIEHASH): Were missing. |
| 333 |
|
|
| 334 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 335 |
|
|
| 336 |
|
* AttributeDefinition.pm (node_value): Implemented. |
| 337 |
|
(create_attribute_definition): Implemented. |
| 338 |
|
|
| 339 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
| 340 |
|
get_parameter, set_parameter, can_set_parameter, |
| 341 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
| 342 |
|
FIRSTKEY, LASTKEY): Implemented. |
| 343 |
|
|
| 344 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
| 345 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
| 346 |
|
|
| 347 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
| 348 |
|
Implemented. |
| 349 |
|
|
| 350 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
| 351 |
|
are added. |
| 352 |
|
|
| 353 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
| 354 |
|
class. |
| 355 |
|
|
| 356 |
|
* DocumentType.pm (get_element_type_definition_node, |
| 357 |
|
get_general_entity_node, get_notation_node, |
| 358 |
|
set_element_type_definition_node, set_general_entity_node, |
| 359 |
|
set_notation_node, create_document_type_definition): Implemented. |
| 360 |
|
|
| 361 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
| 362 |
|
set_attribute_definition_node, create_element_type_definition): |
| 363 |
|
Implemented. |
| 364 |
|
|
| 365 |
|
* Entity.pm (create_general_entity): Implemented. |
| 366 |
|
|
| 367 |
|
* Node.pm: Constants in |OperationType| definition |
| 368 |
|
group are added. |
| 369 |
|
(manakai_language): Implemented. |
| 370 |
|
|
| 371 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
| 372 |
|
class. |
| 373 |
|
|
| 374 |
|
* Notation.pm (create_notation): Implemented. |
| 375 |
|
|
| 376 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 377 |
|
|
| 378 |
|
* TypeInfo.pm: New Perl module. |
| 379 |
|
|
| 380 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
| 381 |
|
to avoid HTML5 case normalization. |
| 382 |
|
(is_id): Implemented. |
| 383 |
|
(manakai_name): New attribute. |
| 384 |
|
(schema_type_info): Implemented. |
| 385 |
|
(create_attribute_ns): Empty string as namespace URI |
| 386 |
|
was not supported. |
| 387 |
|
|
| 388 |
|
* DOMElement.pm (clone_node): Removed since now it is |
| 389 |
|
defined in |Node.pm|. |
| 390 |
|
(schema_type_info): Implemented. |
| 391 |
|
(manakai_tag_name): New attribute. |
| 392 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
| 393 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
| 394 |
|
remove_attribute, remove_attribute_ns, |
| 395 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
| 396 |
|
set_id_attribute, set_id_attribute_node, |
| 397 |
|
set_id_attribute_ns): Implemented. |
| 398 |
|
(create_element_ns): Empty string as namespace URI |
| 399 |
|
was not supported. |
| 400 |
|
|
| 401 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
| 402 |
|
|
| 403 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
| 404 |
|
|
| 405 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
| 406 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
| 407 |
|
by empty strings for compatibility with Web browsers. |
| 408 |
|
(create_document_type): Initialize |internal_subset| |
| 409 |
|
attribute by an empty string for compatibility with |
| 410 |
|
Web browsers. |
| 411 |
|
|
| 412 |
|
* ElementTypeDefinition.pm, Entity.pm, |
| 413 |
|
Notation.pm (owner_document_type_definition): Implemented. |
| 414 |
|
|
| 415 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 416 |
|
|
| 417 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
| 418 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
| 419 |
|
|
| 420 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 421 |
|
|
| 422 |
|
* Attr.pm (value, node_value): Now it is defined |
| 423 |
|
as |text_content| itself. |
| 424 |
|
|
| 425 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
| 426 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
| 427 |
|
|
| 428 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
| 429 |
|
|
| 430 |
|
* DocumentType.pm (internal_subset): Implemented. |
| 431 |
|
|
| 432 |
|
* Entity.pm (is_externally_declared, input_encoding, |
| 433 |
|
xml_version): Implemented. |
| 434 |
|
|
| 435 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
| 436 |
|
|
| 437 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 438 |
|
|
| 439 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
| 440 |
|
(data): Reimplemented. |
| 441 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
| 442 |
|
a number of bugs. |
| 443 |
|
|
| 444 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
| 445 |
|
|
| 446 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 447 |
|
|
| 448 |
|
* StringExtended.pm: New Perl module. |
| 449 |
|
|
| 450 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
| 451 |
|
insert_data, replace_data, substring_data): Implemented. |
| 452 |
|
|
| 453 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
| 454 |
|
|
| 455 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
| 456 |
|
split_text): Implemented. |
| 457 |
|
|
| 458 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 459 |
|
|
| 460 |
|
* DOMElement.pm (attributes): Implemented. |
| 461 |
|
|
| 462 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
| 463 |
|
|
| 464 |
|
* DocumentType.pm (entities, general_entities, |
| 465 |
|
notations, element_types): Implemented. |
| 466 |
|
|
| 467 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
| 468 |
|
|
| 469 |
|
* NamedNodeMap.pm: New Perl module. |
| 470 |
|
|
| 471 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 472 |
|
|
| 473 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
| 474 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
| 475 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
| 476 |
|
insert_before, replace_child): Implemented. |
| 477 |
|
|
| 478 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
| 479 |
|
|
| 480 |
|
* Node.pm (remove_child): Implemented. |
| 481 |
|
|
| 482 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 483 |
|
|
| 484 |
|
* Node.pm (==, is_equal_node): Implemented. |
| 485 |
|
(is_same_node): Implemented. |
| 486 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
| 487 |
|
(is_supported): Implemented. |
| 488 |
|
|
| 489 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 490 |
|
|
| 491 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
| 492 |
|
(create_document): Implemented. |
| 493 |
|
|
| 494 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
| 495 |
|
errors. |
| 496 |
|
(QNAME_NULLNS_ERR): New errors. |
| 497 |
|
|
| 498 |
|
* DocumenType.pm (create_document_type): Implemented. |
| 499 |
|
|
| 500 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 501 |
|
|
| 502 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
| 503 |
|
|
| 504 |
|
* DOMElement.pm (has_attribute): Alpha version. |
| 505 |
|
(create_element, create_element_ns): Implemented. |
| 506 |
|
|
| 507 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
| 508 |
|
|
| 509 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
| 510 |
|
|
| 511 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
| 512 |
|
|
| 513 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 514 |
|
|
| 515 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
| 516 |
|
|
| 517 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
| 518 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
| 519 |
|
when |{manakai_compat_mode}| is |undef|. |
| 520 |
|
|
| 521 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
| 522 |
|
|
| 523 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
| 524 |
|
Statements to set |$Error::Depth| are removed since they |
| 525 |
|
are result in "uninitialized" warnings unless |
| 526 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
| 527 |
|
Usually methods invoked in these methods does not |
| 528 |
|
raise any exception so that it makes no difference. |
| 529 |
|
|
| 530 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 531 |
|
|
| 532 |
|
* DOMDocument.pm (adopt_node): Implemented. |
| 533 |
|
(doctype): Implemented. |
| 534 |
|
|
| 535 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
| 536 |
|
|
| 537 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
| 538 |
|
error type. |
| 539 |
|
|
| 540 |
|
* Node.pm (set_user_data): Implemented. |
| 541 |
|
|
| 542 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 543 |
|
|
| 544 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
| 545 |
|
It will be defined in the DOM Perl Binding specification |
| 546 |
|
as part of |DOMImplementation| interface. |
| 547 |
|
($HasFeature): Defined for features support. |
| 548 |
|
(has_feature, get_feature): Implemented. |
| 549 |
|
|
| 550 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
| 551 |
|
module unless necessary. |
| 552 |
|
(___report_error): Removed since it is not used in fact. |
| 553 |
|
|
| 554 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
| 555 |
|
DOMImplementationRegistry.pm: New modules. |
| 556 |
|
|
| 557 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 558 |
|
|
| 559 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
| 560 |
|
|
| 561 |
|
* DOMStringList.pm: New Perl module. |
| 562 |
|
|
| 563 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
| 564 |
|
|
| 565 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
| 566 |
|
at all. |
| 567 |
|
|
| 568 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
| 569 |
|
|
| 570 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
| 571 |
|
|
| 572 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 573 |
|
|
| 574 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
| 575 |
|
(manakai_is_html): Revised. |
| 576 |
|
(Document): Now it implements the |HTMLDocument| interface. |
| 577 |
|
(adopt_node): Alpha version. |
| 578 |
|
|
| 579 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
| 580 |
|
not |allowed_token|! |
| 581 |
|
|
| 582 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
| 583 |
|
return an |undef| even if its |attribute_definitions| |
| 584 |
|
list is not created. |
| 585 |
|
|
| 586 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
| 587 |
|
|
| 588 |
|
* Comment.pm (node_type): Node type was incorrect! |
| 589 |
|
|
| 590 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
| 591 |
|
|
| 592 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
| 593 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
| 594 |
|
New autoload configuration. Note that the Message::Charset::Encode |
| 595 |
|
module is subject to change. |
| 596 |
|
|
| 597 |
|
* XMLParserTemp.pm: Now it can be used with new version |
| 598 |
|
of DOM implementation. Current plan is to replace it by |
| 599 |
|
an XML5 parser someday. |
| 600 |
|
|
| 601 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
| 602 |
|
|
| 603 |
|
* DOMLocator.pm: New module. |
| 604 |
|
|
| 605 |
|
* DOMError.pm: New module. |
| 606 |
|
|
| 607 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
| 608 |
|
|
| 609 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
| 610 |
|
clone_node, compare_document_position, has_attributes, |
| 611 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
| 612 |
|
lookup_prefix, normalize): Implemented. |
| 613 |
|
|
| 614 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
| 615 |
|
|
| 616 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
| 617 |
|
|
| 618 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
| 619 |
|
|
| 620 |
|
* AttributeDefinition.pm (____new): Set an empty list |
| 621 |
|
to the |allowed_tokens| attribute. |
| 622 |
|
(allowed_token): Alpha version. |
| 623 |
|
|
| 624 |
|
* DocumentType.pm (get_element_type_definition_node, |
| 625 |
|
get_notation_node): ALpha version. |
| 626 |
|
|
| 627 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
| 628 |
|
version. |
| 629 |
|
|
| 630 |
|
* Entity.pm (notation_name): Implemented. |
| 631 |
|
|
| 632 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
| 633 |
|
|
| 634 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
| 635 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
| 636 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
| 637 |
|
(value): Call |text_content| for now. |
| 638 |
|
|
| 639 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
| 640 |
|
(declared_type, default_type): Implemented. |
| 641 |
|
|
| 642 |
|
* CharacterData.pm (____new): Allow a scalar reference |
| 643 |
|
as an input for the |data| attribute. |
| 644 |
|
(base_uri, manakai_append_text): Implemented. |
| 645 |
|
|
| 646 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
| 647 |
|
|
| 648 |
|
* DOMDocument.pm (____new): Set default values to |
| 649 |
|
configuration parameter whose default is true. |
| 650 |
|
(document_uri, input_encoding): Implemented. |
| 651 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
| 652 |
|
(base_uri, manakai_append_text, |
| 653 |
|
manakai_entity_base_uri, strict_error_checking, |
| 654 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
| 655 |
|
|
| 656 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
| 657 |
|
(get_attribute, get_attribute_node): Alpha version. |
| 658 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
| 659 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
| 660 |
|
|
| 661 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
| 662 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
| 663 |
|
|
| 664 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
| 665 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
| 666 |
|
manakai_append_text): Implemented. |
| 667 |
|
(element_types, general_entities, notations, |
| 668 |
|
set_element_type_definition_node, set_general_entity_node, |
| 669 |
|
set_notation_node): Alpha version. |
| 670 |
|
|
| 671 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
| 672 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
| 673 |
|
|
| 674 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
| 675 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
| 676 |
|
manakai_entity_uri): Implemented. |
| 677 |
|
|
| 678 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
| 679 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
| 680 |
|
|
| 681 |
|
* Node.pm (base_uri): Implemented. |
| 682 |
|
(text_content): Don't check read-only or not |
| 683 |
|
unless |strict_error_checking|. |
| 684 |
|
(manakai_append_text): Implemented. |
| 685 |
|
(get_feature): Alpha. |
| 686 |
|
(manakai_set_read_only): Implemented. |
| 687 |
|
|
| 688 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
| 689 |
|
manakai_declaration_base_uri): Implemented. |
| 690 |
|
|
| 691 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
| 692 |
|
base_uri, manakai_append_text): Implemented. |
| 693 |
|
|
| 694 |
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
| 695 |
|
|
| 696 |
* DOMConfiguration.pm: New module. |
* DOMConfiguration.pm: New module. |