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