1 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
4 |
|
|
5 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
8 |
|
|
9 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
12 |
|
from most part of |query_selector_all|. |
13 |
|
|
14 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
17 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
18 |
|
|
19 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
20 |
|
interface. |
21 |
|
|
22 |
|
* Element.pm (Element): Implements the |ElementSelector| |
23 |
|
interface. |
24 |
|
|
25 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
26 |
|
|
27 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
28 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
29 |
|
with limited selectors syntax support, though). |
30 |
|
|
31 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
34 |
|
are supported. |
35 |
|
|
36 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* SelectorsAPI.pm: New Perl module. |
39 |
|
|
40 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
43 |
|
of the |owner_document|, if any, as defined in the spec. |
44 |
|
|
45 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Makefile: Relative path was wrong. |
48 |
|
|
49 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML/: New directory. |
52 |
|
|
53 |
|
* Element.pm (create_element_ns): Return object implementing |
54 |
|
the |HTMLElement| interface for HTML elements. |
55 |
|
|
56 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* DOMImplementation.pod: New documentation. |
59 |
|
|
60 |
|
* Makefile: Make HTML document. |
61 |
|
|
62 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
65 |
|
|
66 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
67 |
|
|
68 |
|
* Document.pm: Renamed from DOMDocument.pm. |
69 |
|
|
70 |
|
* Element.pm: Renamed from DOMElement.pm |
71 |
|
|
72 |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |