1 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
4 |
|
The |namespaceURI| attribute was not set correctly. |
5 |
|
|
6 |
|
* DOMEvents.dis: Removed. |
7 |
|
|
8 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
11 |
|
EventException.pm: Implemented (but not tested!). |
12 |
|
|
13 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
14 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
15 |
|
error subtypes. |
16 |
|
|
17 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
18 |
|
version |3.0|, is added. |
19 |
|
|
20 |
|
* Document.pm, Node.pm: Event attributes and |
21 |
|
methods are implemented. |
22 |
|
|
23 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
26 |
|
an additional argument for "current element". |
27 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
28 |
|
pseudo-classes. |
29 |
|
|
30 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
33 |
|
|
34 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
37 |
|
|
38 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
41 |
|
|
42 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
45 |
|
from most part of |query_selector_all|. |
46 |
|
|
47 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
50 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
51 |
|
|
52 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
53 |
|
interface. |
54 |
|
|
55 |
|
* Element.pm (Element): Implements the |ElementSelector| |
56 |
|
interface. |
57 |
|
|
58 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
59 |
|
|
60 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
61 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
62 |
|
with limited selectors syntax support, though). |
63 |
|
|
64 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
67 |
|
are supported. |
68 |
|
|
69 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* SelectorsAPI.pm: New Perl module. |
72 |
|
|
73 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
76 |
|
of the |owner_document|, if any, as defined in the spec. |
77 |
|
|
78 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* Makefile: Relative path was wrong. |
81 |
|
|
82 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML/: New directory. |
85 |
|
|
86 |
|
* Element.pm (create_element_ns): Return object implementing |
87 |
|
the |HTMLElement| interface for HTML elements. |
88 |
|
|
89 |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
* DOMImplementation.pod: New documentation. |
* DOMImplementation.pod: New documentation. |