/[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.258 by wakaba, Sun Jul 29 09:44:24 2007 UTC revision 1.282 by wakaba, Tue Jan 1 07:06:04 2008 UTC
# Line 1  Line 1 
1    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.
4    
5    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
6    
7            * SelectorsAPI.pm, Document.pm (___query_selector_all): New internal
8            method.
9    
10    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
11    
12            * SelectorsAPI.pm: Make simple-selector-sequence-matching
13            an independent function.
14    
15    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
16    
17            * CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes
18            reflecting CSS property is implemented.
19            (css_text): Getter is implemented.
20    
21    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
22    
23            * CSSRule.pm (selector_text): Ad hoc support for namespace prefixes.
24            (CSSNamespaceRule.css_text): Getter implemented.
25    
26            * CSSStyleSheet.pm (manakai_is_default_namespace,
27            manakai_lookup_namespace_prefix): New methods.
28    
29    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
30    
31            * CSSRule.pm (@charset.css_text): Implemented.
32    
33    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
34    
35            * CSSRule.pm (type, css_text): Typo fixed.
36            (____new): s/_selector/_selectors/g;
37            (CSSStyleRule.css_text, selectors_text): Ad hoc implementation.
38    
39            * CSSStyleDeclaration.pm (css_text): Ad hoc implementation.
40    
41            * CSSStyleSheet.pm (new): s/new/____new/.
42            (css_text): New attribute.
43    
44    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
45    
46            * MediaList.pm: New placeholder for a CSSOM interface.
47    
48            * CSSRule.pm, CSSStyleSheet.pm: Implementing the initial
49            setting of owner* and parent* attributes; support
50            for the |delete_rule| method.
51    
52    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
53    
54            * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm:
55            First version of CSSOM implementation.
56    
57    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
58    
59            * Document.pm, Entity.pm (manakai_has_bom,
60            manakai_charset): New attributes.
61    
62    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
63    
64            * Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer|
65            for getter.
66    
67    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
68    
69            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
70            The |namespaceURI| attribute was not set correctly.
71    
72            * DOMEvents.dis: Removed.
73    
74    2007-10-08  Wakaba  <wakaba@suika.fam.cx>
75    
76            * Event.pm, EventTarget.pm, EventTargetNode.pm,
77            EventException.pm: Implemented (but not tested!).
78    
79            * DOMException.pm (MALFORMED_EVENT_TYPE_ERR,
80            EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New
81            error subtypes.
82    
83            * DOMImplementation.pm ($HasFeature): The |Event| feature,
84            version |3.0|, is added.
85    
86            * Document.pm, Node.pm: Event attributes and
87            methods are implemented.
88    
89    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
90    
91            * SelectorsAPI.pm ($get_elements_by_selectors): Receive
92            an additional argument for "current element".
93            Support for |-manakai-current| and |-manakai-current(/s/)|
94            pseudo-classes.
95    
96    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
97    
98            * SelectorsAPI.pm: Attribute selectors are implemented.
99    
100    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
101    
102            * SelectorsAPI.pm (ElementSelector): Implemented.
103    
104    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
105    
106            * SelectorsAPI.pm (query_selector): Implemented.
107    
108    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
109    
110            * SelectorsAPI.pm ($get_elements_by_selectors): Created
111            from most part of |query_selector_all|.
112    
113    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
114    
115            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
116            (UNDECLARED_PREFIX_ERR): New subtype is defined.
117    
118            * Document.pm (Document): Implements the |DocumentSelector|
119            interface.
120    
121            * Element.pm (Element): Implements the |ElementSelector|
122            interface.
123    
124            * Node.pm (Node): Implements the |NSResolver| interface.
125    
126            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
127            API Editor's Draft (only |query_selector_all| on |Document|,
128            with limited selectors syntax support, though).
129    
130    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
131    
132            * SelectorsAPI.pm: Namespaced type/universal selectors
133            are supported.
134    
135    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
136    
137            * SelectorsAPI.pm: New Perl module.
138    
139    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
140    
141            * Node.pm (manakai_language): Return the |manakai_language|
142            of the |owner_document|, if any, as defined in the spec.
143    
144    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
145    
146            * Makefile: Relative path was wrong.
147    
148    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML/: New directory.
151    
152            * Element.pm (create_element_ns): Return object implementing
153            the |HTMLElement| interface for HTML elements.
154    
155  2007-07-29  Wakaba  <wakaba@suika.fam.cx>  2007-07-29  Wakaba  <wakaba@suika.fam.cx>
156    
157          * DOMImplementation.pod: New documentation.          * DOMImplementation.pod: New documentation.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24