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