1 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
4 |
|
from most part of |query_selector_all|. |
5 |
|
|
6 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
9 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
10 |
|
|
11 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
12 |
|
interface. |
13 |
|
|
14 |
|
* Element.pm (Element): Implements the |ElementSelector| |
15 |
|
interface. |
16 |
|
|
17 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
18 |
|
|
19 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
20 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
21 |
|
with limited selectors syntax support, though). |
22 |
|
|
23 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
26 |
|
are supported. |
27 |
|
|
28 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* SelectorsAPI.pm: New Perl module. |
31 |
|
|
32 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
35 |
|
of the |owner_document|, if any, as defined in the spec. |
36 |
|
|
37 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* Makefile: Relative path was wrong. |
40 |
|
|
41 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML/: New directory. |
44 |
|
|
45 |
|
* Element.pm (create_element_ns): Return object implementing |
46 |
|
the |HTMLElement| interface for HTML elements. |
47 |
|
|
48 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* DOMImplementation.pod: New documentation. |
51 |
|
|
52 |
|
* Makefile: Make HTML document. |
53 |
|
|
54 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
57 |
|
|
58 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
59 |
|
|
60 |
|
* Document.pm: Renamed from DOMDocument.pm. |
61 |
|
|
62 |
|
* Element.pm: Renamed from DOMElement.pm |
63 |
|
|
64 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
67 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
68 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
69 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
70 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
71 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
72 |
|
|
73 |
|
* Makefile: Rules for DIS are removed. |
74 |
|
|
75 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
78 |
|
was referenced. |
79 |
|
|
80 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
83 |
|
is implemented. |
84 |
|
|
85 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
88 |
|
is implemented. |
89 |
|
|
90 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* Attr.pm (DeclaredValueType): Added. |
93 |
|
|
94 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
95 |
|
as a valid input, for |text_content| (maybe) allows it. |
96 |
|
|
97 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
98 |
|
|
99 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* DOMElement.pm: Incorrect module was referenced. |
102 |
|
|
103 |
|
* DOMImplementation.pm: References to |
104 |
|
the |Message::Charset::Encode| module has been removed. |
105 |
|
|
106 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
109 |
|
instead of |Message::Charset::Encode|. |
110 |
|
|
111 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
114 |
|
|
115 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
116 |
|
|
117 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
120 |
|
implemented. |
121 |
|
|
122 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
123 |
|
subclasses. |
124 |
|
|
125 |
|
* DOMImplementation.pm (DOMImplementation): Now |
126 |
|
implements the |AtomDOMImplementation| interface. |
127 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
128 |
|
|
129 |
|
* NodeList.pm (StaticNodeList): Implemented. |
130 |
|
|
131 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* Atom/: New directory. |
134 |
|
|
135 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
138 |
|
|
139 |
|
* Text.pm (whole_text): Parameter index number has |
140 |
|
been changed to support new |NodeFilter| Perl binding |
141 |
|
definition. |
142 |
|
|
143 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
146 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
147 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
148 |
|
|
149 |
|
* DOMConfiguration.pm (can_set_parameter, |
150 |
|
set_parameter): Don't allow to set the value |
151 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
152 |
|
|
153 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
154 |
|
(create_tree_walker, manakai_create_serial_walker): References |
155 |
|
and prototypes are added. |
156 |
|
|
157 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
158 |
|
|
159 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
160 |
|
version |2.0|, is added. |
161 |
|
|
162 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
165 |
|
|
166 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
167 |
|
|
168 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
169 |
|
|
170 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
171 |
|
|
172 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
174 |
|
* DOMConfiguration.pm: Support for |schema-type| |
175 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
176 |
|
|
177 |
|
* NamedNodeMap (TIEHASH): Were missing. |
178 |
|
|
179 |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
* AttributeDefinition.pm (node_value): Implemented. |
* AttributeDefinition.pm (node_value): Implemented. |