/[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.264 by wakaba, Mon Sep 24 10:16:13 2007 UTC revision 1.288 by wakaba, Mon Jan 14 05:53:45 2008 UTC
# Line 1  Line 1 
1    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSSRule.pm (css_text): Trailing newline character is removed
4            to avoid double empty lines in CSSStyleSheet->css_text.
5            (selector_text): Namespace support is fixed.
6    
7            * CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option.
8    
9    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
10    
11            * CSSRule.pm (selector_text): Use |serialize_selector_text|
12            to get better result.
13    
14    2008-01-13  Wakaba  <wakaba@suika.fam.cx>
15    
16            * Window.pm: New Perl module.
17    
18            * Document.pm (default_view): Implemented.
19    
20            * Element.pm (current_style): Implemented.
21    
22    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
23    
24            * CSSStyleDeclaration.pm (css_text): Allow to shorten a complete
25            set of longhand properties.
26            (get_property_priority): Implemented.
27            (CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting
28            attributes.
29    
30    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
31    
32            * CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}|
33            as well as |{compute}| as a way to filter out longhand
34            properties.  Sort properties by names for readability.
35    
36    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
37    
38            * CSSStyleDeclaration.pm (css_text): Output |undef| property
39            information for debugging.
40    
41            * CSSStyleSheet.pm (manakai_base_uri): New attribute.
42    
43    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
44    
45            * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.
46    
47    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
48    
49            * SelectorsAPI.pm, Document.pm (___query_selector_all): New internal
50            method.
51    
52    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
53    
54            * SelectorsAPI.pm: Make simple-selector-sequence-matching
55            an independent function.
56    
57    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
58    
59            * CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes
60            reflecting CSS property is implemented.
61            (css_text): Getter is implemented.
62    
63    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
64    
65            * CSSRule.pm (selector_text): Ad hoc support for namespace prefixes.
66            (CSSNamespaceRule.css_text): Getter implemented.
67    
68            * CSSStyleSheet.pm (manakai_is_default_namespace,
69            manakai_lookup_namespace_prefix): New methods.
70    
71    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
72    
73            * CSSRule.pm (@charset.css_text): Implemented.
74    
75    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
76    
77            * CSSRule.pm (type, css_text): Typo fixed.
78            (____new): s/_selector/_selectors/g;
79            (CSSStyleRule.css_text, selectors_text): Ad hoc implementation.
80    
81            * CSSStyleDeclaration.pm (css_text): Ad hoc implementation.
82    
83            * CSSStyleSheet.pm (new): s/new/____new/.
84            (css_text): New attribute.
85    
86    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
87    
88            * MediaList.pm: New placeholder for a CSSOM interface.
89    
90            * CSSRule.pm, CSSStyleSheet.pm: Implementing the initial
91            setting of owner* and parent* attributes; support
92            for the |delete_rule| method.
93    
94    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
95    
96            * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm:
97            First version of CSSOM implementation.
98    
99    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
100    
101            * Document.pm, Entity.pm (manakai_has_bom,
102            manakai_charset): New attributes.
103    
104    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
105    
106            * Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer|
107            for getter.
108    
109    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
110    
111            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
112            The |namespaceURI| attribute was not set correctly.
113    
114            * DOMEvents.dis: Removed.
115    
116    2007-10-08  Wakaba  <wakaba@suika.fam.cx>
117    
118            * Event.pm, EventTarget.pm, EventTargetNode.pm,
119            EventException.pm: Implemented (but not tested!).
120    
121            * DOMException.pm (MALFORMED_EVENT_TYPE_ERR,
122            EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New
123            error subtypes.
124    
125            * DOMImplementation.pm ($HasFeature): The |Event| feature,
126            version |3.0|, is added.
127    
128            * Document.pm, Node.pm: Event attributes and
129            methods are implemented.
130    
131    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
132    
133            * SelectorsAPI.pm ($get_elements_by_selectors): Receive
134            an additional argument for "current element".
135            Support for |-manakai-current| and |-manakai-current(/s/)|
136            pseudo-classes.
137    
138    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
139    
140            * SelectorsAPI.pm: Attribute selectors are implemented.
141    
142    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
143    
144            * SelectorsAPI.pm (ElementSelector): Implemented.
145    
146    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
147    
148            * SelectorsAPI.pm (query_selector): Implemented.
149    
150    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
151    
152            * SelectorsAPI.pm ($get_elements_by_selectors): Created
153            from most part of |query_selector_all|.
154    
155  2007-09-24  Wakaba  <wakaba@suika.fam.cx>  2007-09-24  Wakaba  <wakaba@suika.fam.cx>
156    
157          * DOMException.pm (SYNTAX_ERR): New subtype is defined.          * DOMException.pm (SYNTAX_ERR): New subtype is defined.

Legend:
Removed from v.1.264  
changed lines
  Added in v.1.288

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24