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