1 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
4 |
|
|
5 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
8 |
|
method. |
9 |
|
|
10 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
13 |
|
an independent function. |
14 |
|
|
15 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
18 |
|
reflecting CSS property is implemented. |
19 |
|
(css_text): Getter is implemented. |
20 |
|
|
21 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
24 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
25 |
|
|
26 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
27 |
|
manakai_lookup_namespace_prefix): New methods. |
28 |
|
|
29 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
32 |
|
|
33 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
36 |
|
(____new): s/_selector/_selectors/g; |
37 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
38 |
|
|
39 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
40 |
|
|
41 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
42 |
|
(css_text): New attribute. |
43 |
|
|
44 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
47 |
|
|
48 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
49 |
|
setting of owner* and parent* attributes; support |
50 |
|
for the |delete_rule| method. |
51 |
|
|
52 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
55 |
|
First version of CSSOM implementation. |
56 |
|
|
57 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
60 |
|
manakai_charset): New attributes. |
61 |
|
|
62 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
65 |
|
for getter. |
66 |
|
|
67 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
70 |
|
The |namespaceURI| attribute was not set correctly. |
71 |
|
|
72 |
|
* DOMEvents.dis: Removed. |
73 |
|
|
74 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
77 |
|
EventException.pm: Implemented (but not tested!). |
78 |
|
|
79 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
80 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
81 |
|
error subtypes. |
82 |
|
|
83 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
84 |
|
version |3.0|, is added. |
85 |
|
|
86 |
|
* Document.pm, Node.pm: Event attributes and |
87 |
|
methods are implemented. |
88 |
|
|
89 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
92 |
|
an additional argument for "current element". |
93 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
94 |
|
pseudo-classes. |
95 |
|
|
96 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
99 |
|
|
100 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
103 |
|
|
104 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
107 |
|
|
108 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
111 |
|
from most part of |query_selector_all|. |
112 |
|
|
113 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
116 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
117 |
|
|
118 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
119 |
|
interface. |
120 |
|
|
121 |
|
* Element.pm (Element): Implements the |ElementSelector| |
122 |
|
interface. |
123 |
|
|
124 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
125 |
|
|
126 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
127 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
128 |
|
with limited selectors syntax support, though). |
129 |
|
|
130 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
133 |
|
are supported. |
134 |
|
|
135 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* SelectorsAPI.pm: New Perl module. |
138 |
|
|
139 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
142 |
|
of the |owner_document|, if any, as defined in the spec. |
143 |
|
|
144 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* Makefile: Relative path was wrong. |
147 |
|
|
148 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML/: New directory. |
151 |
|
|
152 |
|
* Element.pm (create_element_ns): Return object implementing |
153 |
|
the |HTMLElement| interface for HTML elements. |
154 |
|
|
155 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* DOMImplementation.pod: New documentation. |
158 |
|
|
159 |
|
* Makefile: Make HTML document. |
160 |
|
|
161 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
164 |
|
|
165 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
166 |
|
|
167 |
|
* Document.pm: Renamed from DOMDocument.pm. |
168 |
|
|
169 |
|
* Element.pm: Renamed from DOMElement.pm |
170 |
|
|
171 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
174 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
175 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
176 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
177 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
178 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
179 |
|
|
180 |
|
* Makefile: Rules for DIS are removed. |
181 |
|
|
182 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
185 |
|
was referenced. |
186 |
|
|
187 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
190 |
|
is implemented. |
191 |
|
|
192 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
195 |
|
is implemented. |
196 |
|
|
197 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* Attr.pm (DeclaredValueType): Added. |
200 |
|
|
201 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
202 |
|
as a valid input, for |text_content| (maybe) allows it. |
203 |
|
|
204 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
205 |
|
|
206 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* DOMElement.pm: Incorrect module was referenced. |
209 |
|
|
210 |
|
* DOMImplementation.pm: References to |
211 |
|
the |Message::Charset::Encode| module has been removed. |
212 |
|
|
213 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
216 |
|
instead of |Message::Charset::Encode|. |
217 |
|
|
218 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
221 |
|
|
222 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
223 |
|
|
224 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
227 |
|
implemented. |
228 |
|
|
229 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
230 |
|
subclasses. |
231 |
|
|
232 |
|
* DOMImplementation.pm (DOMImplementation): Now |
233 |
|
implements the |AtomDOMImplementation| interface. |
234 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
235 |
|
|
236 |
|
* NodeList.pm (StaticNodeList): Implemented. |
237 |
|
|
238 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* Atom/: New directory. |
241 |
|
|
242 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
244 |
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |