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> |
54 |
|
|
55 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
56 |
|
|
57 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
60 |
|
from most part of |query_selector_all|. |
61 |
|
|
62 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
65 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
66 |
|
|
67 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
68 |
|
interface. |
69 |
|
|
70 |
|
* Element.pm (Element): Implements the |ElementSelector| |
71 |
|
interface. |
72 |
|
|
73 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
74 |
|
|
75 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
76 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
77 |
|
with limited selectors syntax support, though). |
78 |
|
|
79 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
82 |
|
are supported. |
83 |
|
|
84 |
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
* SelectorsAPI.pm: New Perl module. |
* SelectorsAPI.pm: New Perl module. |