1 |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML/: New directory. |
4 |
|
|
5 |
|
* Element.pm (create_element_ns): Return object implementing |
6 |
|
the |HTMLElement| interface for HTML elements. |
7 |
|
|
8 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* DOMImplementation.pod: New documentation. |
11 |
|
|
12 |
|
* Makefile: Make HTML document. |
13 |
|
|
14 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
17 |
|
|
18 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
19 |
|
|
20 |
|
* Document.pm: Renamed from DOMDocument.pm. |
21 |
|
|
22 |
|
* Element.pm: Renamed from DOMElement.pm |
23 |
|
|
24 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
27 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
28 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
29 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
30 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
31 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
32 |
|
|
33 |
|
* Makefile: Rules for DIS are removed. |
34 |
|
|
35 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
38 |
|
was referenced. |
39 |
|
|
40 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
* DOMDocument.pm (inner_html): Setter in HTML document |
* DOMDocument.pm (inner_html): Setter in HTML document |
43 |
is implemented. |
is implemented. |
44 |
|
|