/[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.282 by wakaba, Tue Jan 1 07:06:04 2008 UTC revision 1.294 by wakaba, Fri Jan 25 16:06:13 2008 UTC
# Line 1  Line 1 
1    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSSStyleDeclaration.pm: Use |serialize_shorthand|
4            and |serialize_multiple| to serialize shorthand properties
5            in reflecting attributes.  Return value of
6            the |serialzie_multiple| function has been changed.
7            (non-computed css_text): Sort by property names.
8    
9    2008-01-24  Wakaba  <wakaba@suika.fam.cx>
10    
11            * Window.pm (manakai_get_computed_style): Renamed
12            from |get_computed_style|.
13    
14            * Element.pm (manakai_computed_style): Renamed from |current_style|.
15    
16    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
17    
18            * CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting
19            shorthand properties did croak (fixed but still they does not
20            return correct result - they need to be fixed later).
21    
22            * Element.pm (query_selector, query_selector_all): Prototypes
23            were missing.
24    
25    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
26    
27            * Window.pm (___reset_css): Typo fixed.
28    
29    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
30    
31            * CSSStyleDeclaration.pm: The classes now explicitly implement
32            the |CSS2Properties| interface.
33            (@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented.
34    
35    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
36    
37            * CSSStyleDeclaration.pm (attributes reflecting CSS properties):
38            Return an empty string if no value is assigned to the property.  Insert
39            a SPACE before '!' for compatibility with Firefox.
40    
41    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
42    
43            * CSSRule.pm (css_text): Trailing newline character is removed
44            to avoid double empty lines in CSSStyleSheet->css_text.
45            (selector_text): Namespace support is fixed.
46    
47            * CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option.
48    
49    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
50    
51            * CSSRule.pm (selector_text): Use |serialize_selector_text|
52            to get better result.
53    
54    2008-01-13  Wakaba  <wakaba@suika.fam.cx>
55    
56            * Window.pm: New Perl module.
57    
58            * Document.pm (default_view): Implemented.
59    
60            * Element.pm (current_style): Implemented.
61    
62    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
63    
64            * CSSStyleDeclaration.pm (css_text): Allow to shorten a complete
65            set of longhand properties.
66            (get_property_priority): Implemented.
67            (CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting
68            attributes.
69    
70    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
71    
72            * CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}|
73            as well as |{compute}| as a way to filter out longhand
74            properties.  Sort properties by names for readability.
75    
76    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
77    
78            * CSSStyleDeclaration.pm (css_text): Output |undef| property
79            information for debugging.
80    
81            * CSSStyleSheet.pm (manakai_base_uri): New attribute.
82    
83  2008-01-01  Wakaba  <wakaba@suika.fam.cx>  2008-01-01  Wakaba  <wakaba@suika.fam.cx>
84    
85          * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.          * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.294

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24