1 |
|
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 |
43 |
|
is implemented. |
44 |
|
|
45 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
48 |
|
is implemented. |
49 |
|
|
50 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Attr.pm (DeclaredValueType): Added. |
53 |
|
|
54 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
55 |
|
as a valid input, for |text_content| (maybe) allows it. |
56 |
|
|
57 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
58 |
|
|
59 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* DOMElement.pm: Incorrect module was referenced. |
62 |
|
|
63 |
|
* DOMImplementation.pm: References to |
64 |
|
the |Message::Charset::Encode| module has been removed. |
65 |
|
|
66 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
69 |
|
instead of |Message::Charset::Encode|. |
70 |
|
|
71 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
74 |
|
|
75 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
76 |
|
|
77 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
* DOMConfiguration.pm: Configuration parameter |create-child-element| |