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