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> |
78 |
|
|
79 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
80 |
|
implemented. |
81 |
|
|
82 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
83 |
|
subclasses. |
84 |
|
|
85 |
|
* DOMImplementation.pm (DOMImplementation): Now |
86 |
|
implements the |AtomDOMImplementation| interface. |
87 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
88 |
|
|
89 |
|
* NodeList.pm (StaticNodeList): Implemented. |
90 |
|
|
91 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* Atom/: New directory. |
94 |
|
|
95 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
98 |
|
|
99 |
|
* Text.pm (whole_text): Parameter index number has |
100 |
|
been changed to support new |NodeFilter| Perl binding |
101 |
|
definition. |
102 |
|
|
103 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
106 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
107 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
108 |
|
|
109 |
|
* DOMConfiguration.pm (can_set_parameter, |
110 |
|
set_parameter): Don't allow to set the value |
111 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
112 |
|
|
113 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
114 |
|
(create_tree_walker, manakai_create_serial_walker): References |
115 |
|
and prototypes are added. |
116 |
|
|
117 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
118 |
|
|
119 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
120 |
|
version |2.0|, is added. |
121 |
|
|
122 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
125 |
|
|
126 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
127 |
|
|
128 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
129 |
|
|
130 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
131 |
|
|
132 |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
* DOMConfiguration.pm: Support for |schema-type| |
* DOMConfiguration.pm: Support for |schema-type| |