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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24