1 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
4 |
|
reflecting CSS property is implemented. |
5 |
|
(css_text): Getter is implemented. |
6 |
|
|
7 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
10 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
11 |
|
|
12 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
13 |
|
manakai_lookup_namespace_prefix): New methods. |
14 |
|
|
15 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
18 |
|
|
19 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
22 |
|
(____new): s/_selector/_selectors/g; |
23 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
24 |
|
|
25 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
26 |
|
|
27 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
28 |
|
(css_text): New attribute. |
29 |
|
|
30 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
33 |
|
|
34 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
35 |
|
setting of owner* and parent* attributes; support |
36 |
|
for the |delete_rule| method. |
37 |
|
|
38 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
41 |
|
First version of CSSOM implementation. |
42 |
|
|
43 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
46 |
|
manakai_charset): New attributes. |
47 |
|
|
48 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
51 |
|
for getter. |
52 |
|
|
53 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
56 |
|
The |namespaceURI| attribute was not set correctly. |
57 |
|
|
58 |
|
* DOMEvents.dis: Removed. |
59 |
|
|
60 |
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
* Event.pm, EventTarget.pm, EventTargetNode.pm, |