1 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
4 |
|
(____new): s/_selector/_selectors/g; |
5 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
6 |
|
|
7 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
8 |
|
|
9 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
10 |
|
(css_text): New attribute. |
11 |
|
|
12 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
15 |
|
|
16 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
17 |
|
setting of owner* and parent* attributes; support |
18 |
|
for the |delete_rule| method. |
19 |
|
|
20 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
23 |
|
First version of CSSOM implementation. |
24 |
|
|
25 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
28 |
|
manakai_charset): New attributes. |
29 |
|
|
30 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
33 |
|
for getter. |
34 |
|
|
35 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
38 |
|
The |namespaceURI| attribute was not set correctly. |
39 |
|
|
40 |
|
* DOMEvents.dis: Removed. |
41 |
|
|
42 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
45 |
|
EventException.pm: Implemented (but not tested!). |
46 |
|
|
47 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
48 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
49 |
|
error subtypes. |
50 |
|
|
51 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
52 |
|
version |3.0|, is added. |
53 |
|
|
54 |
|
* Document.pm, Node.pm: Event attributes and |
55 |
|
methods are implemented. |
56 |
|
|
57 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
60 |
|
an additional argument for "current element". |
61 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
62 |
|
pseudo-classes. |
63 |
|
|
64 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
67 |
|
|
68 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
71 |
|
|
72 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
75 |
|
|
76 |
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
* SelectorsAPI.pm ($get_elements_by_selectors): Created |