1 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration |
4 |
|
parameter name changed to |cfg:entity-reference-read-only|. |
5 |
|
(createEntityReference): Set |c:read-only| flag of |
6 |
|
the created entity reference, too. |
7 |
|
|
8 |
|
* DOMLS.dis (min): New canonical feature name |fe:Min| added. |
9 |
|
|
10 |
|
* GenericLS.dis: Don't refer |DOMMain:DOMString|; use |f:MIString| |
11 |
|
from |DOMFeature| module instead. Use |idl:Object| |
12 |
|
instead of |DOMMain:DOMObject| as well. |
13 |
|
(Generic): New canonical feature name |fe:GenericLS| added. |
14 |
|
(DOMLS:ParserRole, DOMLS:SerializerRole): Their |
15 |
|
canonical name changed to |gls:ParserRole| and |gls:SerializerRole| |
16 |
|
respectively. |
17 |
|
|
18 |
|
* DOMXML.dis (entities, notations): Perl code removed. |
19 |
|
It will be reimplemented using |DocumentTypeDefinition| |
20 |
|
class from |XDoctype| module. |
21 |
|
|
22 |
|
* DOMFeature.dis, DOMCore.dis, DOMMain.dis, DOMXML.dis, |
23 |
|
Tree.dis, DOMLS.dis, GenericLS.dis, ManakaiDOMLS2003.dis, |
24 |
|
SimpleLS.dis: Cleaned up unused definitions. |
25 |
|
|
26 |
|
* DOMCore.dis, DOMLS.dis (CParam): Definitions |
27 |
|
for LS module moved from |DOMCore| module to |DOMLS| module. |
28 |
|
This change makes |DOMCore| to |DOMLS| dependency removed. |
29 |
|
|
30 |
|
* .cvsignore (.html.pm, .ls.pm): Removed. |
31 |
|
|
32 |
|
* Makefile (.html.pm, .ls.pm): Removed. |
33 |
|
(feature.dae): Include |GenericLS| module. |
34 |
|
(core.dae): Don't include |DOMLS| and |GenericLS| module. |
35 |
|
(ls.dae): Include |DOMLS| module. |
36 |
|
|
37 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* XMLParser.dis: Tests on default attributes and their |specified| |
40 |
|
attribute are added. |
41 |
|
|
42 |
|
* XDoctype.dis (createGeneralEntity): New method. |
43 |
|
(generalEntities): New attribute. |
44 |
|
(getGeneralEntityNode, setGeneralEntityNode): New methods. |
45 |
|
|
46 |
|
* Tree.dis (ManakaiDOMEntities): Removed. |
47 |
|
(ManakaiDOMEntityMap): New class. |
48 |
|
(ManakaiDOM:entity-reference-read-only): New configuration parameter. |
49 |
|
(createEntityReference): If there is a corresponding |Entity| |
50 |
|
node in the document type definition, then copies its |
51 |
|
subtree. |
52 |
|
|
53 |
|
* DOMXML.dis (Entity): Documentation updated. |
54 |
|
(publicId, systemId, notationName, xmlEncoding, |
55 |
|
xmlVersion): These attributes are now settable |
56 |
|
if |ManakaiDOM:ManakaiDOMLatest| mode. |
57 |
|
(hasReplacementTree): New attribute for |ManakaiDOM:ManakaiDOMLatest| |
58 |
|
mode. |
59 |
|
(ownerDocumentTypeDefinition): New attribute |
60 |
|
for |ManakaiDOM:ManakaiDOMLatest| mode. |
61 |
|
(isExpanded): New attribute for |ManakaiDOM:ManakaiDOMLatest| mode. |
62 |
|
|
63 |
|
2006-01-28 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* DOMCore.dis (ErrDef): Missing |ecore:textFormatter| property added. |
66 |
|
|
67 |
|
* DOMMain.dis (ErrDef): Missing |ecore:textFormatter| property added. |
68 |
|
|
69 |
|
* Tree.dis (ErrDef): Missing |ecore:textFormatter| property added. |
70 |
|
(ManakaiDOMAttributes): Removed. |
71 |
|
(ManakaiDOMAttrMap): New class. |
72 |
|
(ManakaiDOMAttrMapArray): New class. |
73 |
|
(namespaceURI): Bug to return a string representation |
74 |
|
of a reference to the namespace URI string is fixed. |
75 |
|
(selectAttrNodeObject, selectAttrNodeObjectNodeNS): Reimplemented. |
76 |
|
(removeAttribute, removeAttributeNS): DTD default attributes |
77 |
|
are supported. Don't throw |NO_MODIFICATION_ALLOWED_ERR| |
78 |
|
if there is no attribute node. |
79 |
|
(createElement, createElementNS): DTD default attributes are supported. |
80 |
|
(setAttributeNode): Reimplemented. |
81 |
|
|
82 |
2006-01-27 Wakaba <wakaba@suika.fam.cx> |
2006-01-27 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
* DOMCore.dis (ManakaiDOMDTDTypeInfo): New class. |
* DOMCore.dis (ManakaiDOMDTDTypeInfo): New class. |