1 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
4 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
5 |
|
|
6 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
7 |
|
manakai_lookup_namespace_prefix): New methods. |
8 |
|
|
9 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
12 |
|
|
13 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
16 |
|
(____new): s/_selector/_selectors/g; |
17 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
18 |
|
|
19 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
20 |
|
|
21 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
22 |
|
(css_text): New attribute. |
23 |
|
|
24 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
27 |
|
|
28 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
29 |
|
setting of owner* and parent* attributes; support |
30 |
|
for the |delete_rule| method. |
31 |
|
|
32 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
35 |
|
First version of CSSOM implementation. |
36 |
|
|
37 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
40 |
|
manakai_charset): New attributes. |
41 |
|
|
42 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
45 |
|
for getter. |
46 |
|
|
47 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
50 |
|
The |namespaceURI| attribute was not set correctly. |
51 |
|
|
52 |
|
* DOMEvents.dis: Removed. |
53 |
|
|
54 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
57 |
|
EventException.pm: Implemented (but not tested!). |
58 |
|
|
59 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
60 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
61 |
|
error subtypes. |
62 |
|
|
63 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
64 |
|
version |3.0|, is added. |
65 |
|
|
66 |
|
* Document.pm, Node.pm: Event attributes and |
67 |
|
methods are implemented. |
68 |
|
|
69 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
72 |
|
an additional argument for "current element". |
73 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
74 |
|
pseudo-classes. |
75 |
|
|
76 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
79 |
|
|
80 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
83 |
|
|
84 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
87 |
|
|
88 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
91 |
|
from most part of |query_selector_all|. |
92 |
|
|
93 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
96 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
97 |
|
|
98 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
99 |
|
interface. |
100 |
|
|
101 |
|
* Element.pm (Element): Implements the |ElementSelector| |
102 |
|
interface. |
103 |
|
|
104 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
105 |
|
|
106 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
107 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
108 |
|
with limited selectors syntax support, though). |
109 |
|
|
110 |
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
* SelectorsAPI.pm: Namespaced type/universal selectors |
* SelectorsAPI.pm: Namespaced type/universal selectors |