1 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
4 |
|
are supported. |
5 |
|
|
6 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* SelectorsAPI.pm: New Perl module. |
9 |
|
|
10 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
13 |
|
of the |owner_document|, if any, as defined in the spec. |
14 |
|
|
15 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Makefile: Relative path was wrong. |
18 |
|
|
19 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML/: New directory. |
22 |
|
|
23 |
|
* Element.pm (create_element_ns): Return object implementing |
24 |
|
the |HTMLElement| interface for HTML elements. |
25 |
|
|
26 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DOMImplementation.pod: New documentation. |
29 |
|
|
30 |
|
* Makefile: Make HTML document. |
31 |
|
|
32 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
35 |
|
|
36 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
37 |
|
|
38 |
|
* Document.pm: Renamed from DOMDocument.pm. |
39 |
|
|
40 |
|
* Element.pm: Renamed from DOMElement.pm |
41 |
|
|
42 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
45 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
46 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
47 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
48 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
49 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
50 |
|
|
51 |
|
* Makefile: Rules for DIS are removed. |
52 |
|
|
53 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
56 |
|
was referenced. |
57 |
|
|
58 |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
* DOMDocument.pm (inner_html): Setter in HTML document |
* DOMDocument.pm (inner_html): Setter in HTML document |