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