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> |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |