1 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
4 |
|
First version of CSSOM implementation. |
5 |
|
|
6 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
9 |
|
manakai_charset): New attributes. |
10 |
|
|
11 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
14 |
|
for getter. |
15 |
|
|
16 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
19 |
|
The |namespaceURI| attribute was not set correctly. |
20 |
|
|
21 |
|
* DOMEvents.dis: Removed. |
22 |
|
|
23 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
26 |
|
EventException.pm: Implemented (but not tested!). |
27 |
|
|
28 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
29 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
30 |
|
error subtypes. |
31 |
|
|
32 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
33 |
|
version |3.0|, is added. |
34 |
|
|
35 |
|
* Document.pm, Node.pm: Event attributes and |
36 |
|
methods are implemented. |
37 |
|
|
38 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
41 |
|
an additional argument for "current element". |
42 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
43 |
|
pseudo-classes. |
44 |
|
|
45 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
48 |
|
|
49 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
52 |
|
|
53 |
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
* SelectorsAPI.pm (query_selector): Implemented. |
* SelectorsAPI.pm (query_selector): Implemented. |