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