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