/[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.275 by wakaba, Sat Dec 22 06:57:46 2007 UTC revision 1.305 by wakaba, Sun Nov 9 14:06:23 2008 UTC
# Line 1  Line 1 
1    2008-11-09  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Element.pm (inner_html): Setter for HTML element nodes
4            implemented.
5    
6    2008-10-21  Wakaba  <wakaba@suika.fam.cx>
7    
8            * Document.pm (inner_html): Use Whatpm::XML::Parser for XML
9            parsing.
10    
11            * Node.pm (manakai_html_language): New attribute.
12    
13    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
14    
15            * ElementTypeDefinition.pm (content_model_text): New attribute.
16    
17    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
18    
19            * Element.pm (create_element, create_element_ns): Inputs
20            were not normalized into a string.
21    
22    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
23    
24            * Document.pm (manakai_html, manakai_head): New methods.
25    
26    2008-02-11  Wakaba  <wakaba@suika.fam.cx>
27    
28            * CSSRule.pm (@import css_text): Implemented.
29    
30    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
31    
32            * CSSStyleSheet.pm (manakai_input_encoding): New.
33    
34    2008-02-08  Wakaba  <wakaba@suika.fam.cx>
35    
36            * CSSRule.pm (@media, @import ____new): Bless media object
37            with the appropriate class.
38            (@media css_text): Getter implemented.
39    
40            * MediaList.pm (media_text): Getter implemented.
41    
42    2008-02-03  Wakaba  <wakaba@suika.fam.cx>
43    
44            * CSSStyleDeclaration.pm ($serialize_value): Support
45            for new value types.
46    
47    2008-02-02  Wakaba  <wakaba@suika.fam.cx>
48    
49            * CSSStyleDeclaration.pm ($serialize_value): New (was
50            part of Whatpm::CSS::Parser as $default_serializer).
51            Use it instead of old 'serialize' parameter of CSS
52            property definition.
53    
54    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
55    
56            * CSSStyleDeclaration.pm (css_text): Prepend | ! | before
57            the priority token if any.
58            (get_property_priority): Shorthand case implemented.
59    
60    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
61    
62            * CSSStyleDeclaration.pm: Use |serialize_shorthand|
63            and |serialize_multiple| to serialize shorthand properties
64            in reflecting attributes.  Return value of
65            the |serialzie_multiple| function has been changed.
66            (non-computed css_text): Sort by property names.
67    
68    2008-01-24  Wakaba  <wakaba@suika.fam.cx>
69    
70            * Window.pm (manakai_get_computed_style): Renamed
71            from |get_computed_style|.
72    
73            * Element.pm (manakai_computed_style): Renamed from |current_style|.
74    
75    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
76    
77            * CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting
78            shorthand properties did croak (fixed but still they does not
79            return correct result - they need to be fixed later).
80    
81            * Element.pm (query_selector, query_selector_all): Prototypes
82            were missing.
83    
84    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
85    
86            * Window.pm (___reset_css): Typo fixed.
87    
88    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
89    
90            * CSSStyleDeclaration.pm: The classes now explicitly implement
91            the |CSS2Properties| interface.
92            (@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented.
93    
94    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
95    
96            * CSSStyleDeclaration.pm (attributes reflecting CSS properties):
97            Return an empty string if no value is assigned to the property.  Insert
98            a SPACE before '!' for compatibility with Firefox.
99    
100    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
101    
102            * CSSRule.pm (css_text): Trailing newline character is removed
103            to avoid double empty lines in CSSStyleSheet->css_text.
104            (selector_text): Namespace support is fixed.
105    
106            * CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option.
107    
108    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
109    
110            * CSSRule.pm (selector_text): Use |serialize_selector_text|
111            to get better result.
112    
113    2008-01-13  Wakaba  <wakaba@suika.fam.cx>
114    
115            * Window.pm: New Perl module.
116    
117            * Document.pm (default_view): Implemented.
118    
119            * Element.pm (current_style): Implemented.
120    
121    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
122    
123            * CSSStyleDeclaration.pm (css_text): Allow to shorten a complete
124            set of longhand properties.
125            (get_property_priority): Implemented.
126            (CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting
127            attributes.
128    
129    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
130    
131            * CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}|
132            as well as |{compute}| as a way to filter out longhand
133            properties.  Sort properties by names for readability.
134    
135    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
136    
137            * CSSStyleDeclaration.pm (css_text): Output |undef| property
138            information for debugging.
139    
140            * CSSStyleSheet.pm (manakai_base_uri): New attribute.
141    
142    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
143    
144            * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.
145    
146    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
147    
148            * SelectorsAPI.pm, Document.pm (___query_selector_all): New internal
149            method.
150    
151    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
152    
153            * SelectorsAPI.pm: Make simple-selector-sequence-matching
154            an independent function.
155    
156    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
157    
158            * CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes
159            reflecting CSS property is implemented.
160            (css_text): Getter is implemented.
161    
162    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
163    
164            * CSSRule.pm (selector_text): Ad hoc support for namespace prefixes.
165            (CSSNamespaceRule.css_text): Getter implemented.
166    
167            * CSSStyleSheet.pm (manakai_is_default_namespace,
168            manakai_lookup_namespace_prefix): New methods.
169    
170    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
171    
172            * CSSRule.pm (@charset.css_text): Implemented.
173    
174    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
175    
176            * CSSRule.pm (type, css_text): Typo fixed.
177            (____new): s/_selector/_selectors/g;
178            (CSSStyleRule.css_text, selectors_text): Ad hoc implementation.
179    
180            * CSSStyleDeclaration.pm (css_text): Ad hoc implementation.
181    
182            * CSSStyleSheet.pm (new): s/new/____new/.
183            (css_text): New attribute.
184    
185  2007-12-22  Wakaba  <wakaba@suika.fam.cx>  2007-12-22  Wakaba  <wakaba@suika.fam.cx>
186    
187          * MediaList.pm: New placeholder for a CSSOM interface.          * MediaList.pm: New placeholder for a CSSOM interface.

Legend:
Removed from v.1.275  
changed lines
  Added in v.1.305

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24