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