1 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
4 |
|
set of longhand properties. |
5 |
|
(get_property_priority): Implemented. |
6 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
7 |
|
attributes. |
8 |
|
|
9 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
12 |
|
as well as |{compute}| as a way to filter out longhand |
13 |
|
properties. Sort properties by names for readability. |
14 |
|
|
15 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
18 |
|
information for debugging. |
19 |
|
|
20 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
21 |
|
|
22 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
25 |
|
|
26 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
29 |
|
method. |
30 |
|
|
31 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
34 |
|
an independent function. |
35 |
|
|
36 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
39 |
|
reflecting CSS property is implemented. |
40 |
|
(css_text): Getter is implemented. |
41 |
|
|
42 |
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |