1 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
4 |
|
|
5 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
6 |
|
setting of owner* and parent* attributes; support |
7 |
|
for the |delete_rule| method. |
8 |
|
|
9 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
12 |
|
First version of CSSOM implementation. |
13 |
|
|
14 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
17 |
|
manakai_charset): New attributes. |
18 |
|
|
19 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
22 |
|
for getter. |
23 |
|
|
24 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
27 |
|
The |namespaceURI| attribute was not set correctly. |
28 |
|
|
29 |
|
* DOMEvents.dis: Removed. |
30 |
|
|
31 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
34 |
|
EventException.pm: Implemented (but not tested!). |
35 |
|
|
36 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
37 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
38 |
|
error subtypes. |
39 |
|
|
40 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
41 |
|
version |3.0|, is added. |
42 |
|
|
43 |
|
* Document.pm, Node.pm: Event attributes and |
44 |
|
methods are implemented. |
45 |
|
|
46 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
49 |
|
an additional argument for "current element". |
50 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
51 |
|
pseudo-classes. |
52 |
|
|
53 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
56 |
|
|
57 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
60 |
|
|
61 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
64 |
|
|
65 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
68 |
|
from most part of |query_selector_all|. |
69 |
|
|
70 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
73 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
74 |
|
|
75 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
76 |
|
interface. |
77 |
|
|
78 |
|
* Element.pm (Element): Implements the |ElementSelector| |
79 |
|
interface. |
80 |
|
|
81 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
82 |
|
|
83 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
84 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
85 |
|
with limited selectors syntax support, though). |
86 |
|
|
87 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
90 |
|
are supported. |
91 |
|
|
92 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* SelectorsAPI.pm: New Perl module. |
95 |
|
|
96 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
99 |
|
of the |owner_document|, if any, as defined in the spec. |
100 |
|
|
101 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* Makefile: Relative path was wrong. |
104 |
|
|
105 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML/: New directory. |
108 |
|
|
109 |
|
* Element.pm (create_element_ns): Return object implementing |
110 |
|
the |HTMLElement| interface for HTML elements. |
111 |
|
|
112 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* DOMImplementation.pod: New documentation. |
115 |
|
|
116 |
|
* Makefile: Make HTML document. |
117 |
|
|
118 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
121 |
|
|
122 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
123 |
|
|
124 |
|
* Document.pm: Renamed from DOMDocument.pm. |
125 |
|
|
126 |
|
* Element.pm: Renamed from DOMElement.pm |
127 |
|
|
128 |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |