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