1 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSRule.pm (@media, @import ____new): Bless media object |
4 |
|
with the appropriate class. |
5 |
|
(@media css_text): Getter implemented. |
6 |
|
|
7 |
|
* MediaList.pm (media_text): Getter implemented. |
8 |
|
|
9 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CSSStyleDeclaration.pm ($serialize_value): Support |
12 |
|
for new value types. |
13 |
|
|
14 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* CSSStyleDeclaration.pm ($serialize_value): New (was |
17 |
|
part of Whatpm::CSS::Parser as $default_serializer). |
18 |
|
Use it instead of old 'serialize' parameter of CSS |
19 |
|
property definition. |
20 |
|
|
21 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* CSSStyleDeclaration.pm (css_text): Prepend | ! | before |
24 |
|
the priority token if any. |
25 |
|
(get_property_priority): Shorthand case implemented. |
26 |
|
|
27 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
30 |
|
and |serialize_multiple| to serialize shorthand properties |
31 |
|
in reflecting attributes. Return value of |
32 |
|
the |serialzie_multiple| function has been changed. |
33 |
|
(non-computed css_text): Sort by property names. |
34 |
|
|
35 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Window.pm (manakai_get_computed_style): Renamed |
38 |
|
from |get_computed_style|. |
39 |
|
|
40 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
41 |
|
|
42 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
45 |
|
shorthand properties did croak (fixed but still they does not |
46 |
|
return correct result - they need to be fixed later). |
47 |
|
|
48 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
49 |
|
were missing. |
50 |
|
|
51 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Window.pm (___reset_css): Typo fixed. |
54 |
|
|
55 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
58 |
|
the |CSS2Properties| interface. |
59 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
60 |
|
|
61 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
64 |
|
Return an empty string if no value is assigned to the property. Insert |
65 |
|
a SPACE before '!' for compatibility with Firefox. |
66 |
|
|
67 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
70 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
71 |
|
(selector_text): Namespace support is fixed. |
72 |
|
|
73 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
74 |
|
|
75 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
78 |
|
to get better result. |
79 |
|
|
80 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* Window.pm: New Perl module. |
83 |
|
|
84 |
|
* Document.pm (default_view): Implemented. |
85 |
|
|
86 |
|
* Element.pm (current_style): Implemented. |
87 |
|
|
88 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
91 |
|
set of longhand properties. |
92 |
|
(get_property_priority): Implemented. |
93 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
94 |
|
attributes. |
95 |
|
|
96 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
99 |
|
as well as |{compute}| as a way to filter out longhand |
100 |
|
properties. Sort properties by names for readability. |
101 |
|
|
102 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
105 |
|
information for debugging. |
106 |
|
|
107 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
108 |
|
|
109 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
112 |
|
|
113 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
116 |
|
method. |
117 |
|
|
118 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
121 |
|
an independent function. |
122 |
|
|
123 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
126 |
|
reflecting CSS property is implemented. |
127 |
|
(css_text): Getter is implemented. |
128 |
|
|
129 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
132 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
133 |
|
|
134 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
135 |
|
manakai_lookup_namespace_prefix): New methods. |
136 |
|
|
137 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
140 |
|
|
141 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
144 |
|
(____new): s/_selector/_selectors/g; |
145 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
146 |
|
|
147 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
148 |
|
|
149 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
150 |
|
(css_text): New attribute. |
151 |
|
|
152 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
155 |
|
|
156 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
157 |
|
setting of owner* and parent* attributes; support |
158 |
|
for the |delete_rule| method. |
159 |
|
|
160 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
163 |
|
First version of CSSOM implementation. |
164 |
|
|
165 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
168 |
|
manakai_charset): New attributes. |
169 |
|
|
170 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
173 |
|
for getter. |
174 |
|
|
175 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
178 |
|
The |namespaceURI| attribute was not set correctly. |
179 |
|
|
180 |
|
* DOMEvents.dis: Removed. |
181 |
|
|
182 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
185 |
|
EventException.pm: Implemented (but not tested!). |
186 |
|
|
187 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
188 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
189 |
|
error subtypes. |
190 |
|
|
191 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
192 |
|
version |3.0|, is added. |
193 |
|
|
194 |
|
* Document.pm, Node.pm: Event attributes and |
195 |
|
methods are implemented. |
196 |
|
|
197 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
200 |
|
an additional argument for "current element". |
201 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
202 |
|
pseudo-classes. |
203 |
|
|
204 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
207 |
|
|
208 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
211 |
|
|
212 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
215 |
|
|
216 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
219 |
|
from most part of |query_selector_all|. |
220 |
|
|
221 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
222 |
|
|
223 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
224 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
225 |
|
|
226 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
227 |
|
interface. |
228 |
|
|
229 |
|
* Element.pm (Element): Implements the |ElementSelector| |
230 |
|
interface. |
231 |
|
|
232 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
233 |
|
|
234 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
235 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
236 |
|
with limited selectors syntax support, though). |
237 |
|
|
238 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
241 |
|
are supported. |
242 |
|
|
243 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
244 |
|
|
245 |
|
* SelectorsAPI.pm: New Perl module. |
246 |
|
|
247 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
248 |
|
|
249 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
250 |
|
of the |owner_document|, if any, as defined in the spec. |
251 |
|
|
252 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* Makefile: Relative path was wrong. |
255 |
|
|
256 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* HTML/: New directory. |
259 |
|
|
260 |
|
* Element.pm (create_element_ns): Return object implementing |
261 |
|
the |HTMLElement| interface for HTML elements. |
262 |
|
|
263 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* DOMImplementation.pod: New documentation. |
266 |
|
|
267 |
|
* Makefile: Make HTML document. |
268 |
|
|
269 |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
* XDoctype.dis, XDoctype.pm: Removed. |
* XDoctype.dis, XDoctype.pm: Removed. |
272 |
|
|
273 |
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
274 |
|
|
275 |
* Document.pm: Renaemd from DOMDocument.pm. |
* Document.pm: Renamed from DOMDocument.pm. |
276 |
|
|
277 |
* Element.pm: Renamed from DOMElement.pm |
* Element.pm: Renamed from DOMElement.pm |
278 |
|
|