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