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