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> |
90 |
|
|
91 |
|
* DOMImplementation.pod: New documentation. |
92 |
|
|
93 |
|
* Makefile: Make HTML document. |
94 |
|
|
95 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
98 |
|
|
99 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
100 |
|
|
101 |
|
* Document.pm: Renamed from DOMDocument.pm. |
102 |
|
|
103 |
|
* Element.pm: Renamed from DOMElement.pm |
104 |
|
|
105 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
108 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
109 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
110 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
111 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
112 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
113 |
|
|
114 |
|
* Makefile: Rules for DIS are removed. |
115 |
|
|
116 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
119 |
|
was referenced. |
120 |
|
|
121 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
124 |
|
is implemented. |
125 |
|
|
126 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
129 |
|
is implemented. |
130 |
|
|
131 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* Attr.pm (DeclaredValueType): Added. |
134 |
|
|
135 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
136 |
|
as a valid input, for |text_content| (maybe) allows it. |
137 |
|
|
138 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
139 |
|
|
140 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* DOMElement.pm: Incorrect module was referenced. |
143 |
|
|
144 |
|
* DOMImplementation.pm: References to |
145 |
|
the |Message::Charset::Encode| module has been removed. |
146 |
|
|
147 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
150 |
|
instead of |Message::Charset::Encode|. |
151 |
|
|
152 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
155 |
|
|
156 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
157 |
|
|
158 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
* DOMConfiguration.pm: Configuration parameter |create-child-element| |