1 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Window.pm (manakai_get_computed_style): Renamed |
4 |
|
from |get_computed_style|. |
5 |
|
|
6 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
7 |
|
|
8 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
11 |
|
shorthand properties did croak (fixed but still they does not |
12 |
|
return correct result - they need to be fixed later). |
13 |
|
|
14 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
15 |
|
were missing. |
16 |
|
|
17 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Window.pm (___reset_css): Typo fixed. |
20 |
|
|
21 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
24 |
|
the |CSS2Properties| interface. |
25 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
26 |
|
|
27 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
30 |
|
Return an empty string if no value is assigned to the property. Insert |
31 |
|
a SPACE before '!' for compatibility with Firefox. |
32 |
|
|
33 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
36 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
37 |
|
(selector_text): Namespace support is fixed. |
38 |
|
|
39 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
40 |
|
|
41 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
44 |
|
to get better result. |
45 |
|
|
46 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* Window.pm: New Perl module. |
49 |
|
|
50 |
|
* Document.pm (default_view): Implemented. |
51 |
|
|
52 |
|
* Element.pm (current_style): Implemented. |
53 |
|
|
54 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
57 |
|
set of longhand properties. |
58 |
|
(get_property_priority): Implemented. |
59 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
60 |
|
attributes. |
61 |
|
|
62 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
65 |
|
as well as |{compute}| as a way to filter out longhand |
66 |
|
properties. Sort properties by names for readability. |
67 |
|
|
68 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
71 |
|
information for debugging. |
72 |
|
|
73 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
74 |
|
|
75 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
78 |
|
|
79 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
82 |
|
method. |
83 |
|
|
84 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
87 |
|
an independent function. |
88 |
|
|
89 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
92 |
|
reflecting CSS property is implemented. |
93 |
|
(css_text): Getter is implemented. |
94 |
|
|
95 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
98 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
99 |
|
|
100 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
101 |
|
manakai_lookup_namespace_prefix): New methods. |
102 |
|
|
103 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
106 |
|
|
107 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
110 |
|
(____new): s/_selector/_selectors/g; |
111 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
112 |
|
|
113 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
114 |
|
|
115 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
116 |
|
(css_text): New attribute. |
117 |
|
|
118 |
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
* MediaList.pm: New placeholder for a CSSOM interface. |
* MediaList.pm: New placeholder for a CSSOM interface. |