1 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
4 |
|
|
5 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
8 |
|
from most part of |query_selector_all|. |
9 |
|
|
10 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
13 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
14 |
|
|
15 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
16 |
|
interface. |
17 |
|
|
18 |
|
* Element.pm (Element): Implements the |ElementSelector| |
19 |
|
interface. |
20 |
|
|
21 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
22 |
|
|
23 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
24 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
25 |
|
with limited selectors syntax support, though). |
26 |
|
|
27 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
30 |
|
are supported. |
31 |
|
|
32 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* SelectorsAPI.pm: New Perl module. |
35 |
|
|
36 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
39 |
|
of the |owner_document|, if any, as defined in the spec. |
40 |
|
|
41 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Makefile: Relative path was wrong. |
44 |
|
|
45 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML/: New directory. |
48 |
|
|
49 |
|
* Element.pm (create_element_ns): Return object implementing |
50 |
|
the |HTMLElement| interface for HTML elements. |
51 |
|
|
52 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* DOMImplementation.pod: New documentation. |
55 |
|
|
56 |
|
* Makefile: Make HTML document. |
57 |
|
|
58 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
61 |
|
|
62 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
63 |
|
|
64 |
|
* Document.pm: Renamed from DOMDocument.pm. |
65 |
|
|
66 |
|
* Element.pm: Renamed from DOMElement.pm |
67 |
|
|
68 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
71 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
72 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
73 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
74 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
75 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
76 |
|
|
77 |
|
* Makefile: Rules for DIS are removed. |
78 |
|
|
79 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
82 |
|
was referenced. |
83 |
|
|
84 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
87 |
|
is implemented. |
88 |
|
|
89 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
92 |
|
is implemented. |
93 |
|
|
94 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* Attr.pm (DeclaredValueType): Added. |
97 |
|
|
98 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
99 |
|
as a valid input, for |text_content| (maybe) allows it. |
100 |
|
|
101 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
102 |
|
|
103 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
* DOMElement.pm: Incorrect module was referenced. |
* DOMElement.pm: Incorrect module was referenced. |