/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.274  
changed lines
  Added in v.1.295

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24