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

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.280

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24