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