1 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDoctype.dis (appendChild): New method implementation. |
4 |
|
|
5 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
8 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
9 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
10 |
|
|
11 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
12 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
13 |
|
Notation.appendChild): New method implementation. |
14 |
|
|
15 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
16 |
|
|
17 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
18 |
|
|
19 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
22 |
|
|
23 |
|
* Tree.dis (createAttribute, createAttributeNS, |
24 |
|
setAttribute, setAttributeNS): They now supports |
25 |
|
the |cfg:xml-id| configuration parameter. |
26 |
|
(cfg:xml-id): New configuration parameter. |
27 |
|
|
28 |
|
* XDoctype.dis (createAttributeDefinition): It now |
29 |
|
supports the |cfg:xml-id| configuration parameter. |
30 |
|
|
31 |
|
* XMLParser.dis (parse): It now supports |
32 |
|
the |cfg:xml-id| configuration parameter. |
33 |
|
|
34 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
37 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
38 |
|
document created. |
39 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
40 |
|
property of the created node. |
41 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
42 |
|
of the created node. |
43 |
|
(ls-input-to-input-file.default): Sets the resolved |
44 |
|
system identifier to the |documentURI| attribute if available. |
45 |
|
Sets the |baseURI| attribute if available. |
46 |
|
|
47 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
50 |
|
(Node.baseURI): New attribute implementations. |
51 |
|
(declarationBaseURI): Setter is added. |
52 |
|
(manakaiDeclarationBaseURI): New attribute. |
53 |
|
|
54 |
|
* Tree.dis (Require): A reference to the |MURI:Generic| |
55 |
|
module is added. |
56 |
|
(Node.baseURI): The implementation is revised. |
57 |
|
(getNodeReference): Attribute node classes specialized |
58 |
|
to attribute names are supported. |
59 |
|
(contentBaseURI, htmlBaseURI): Removed. |
60 |
|
(manakaiEntityBaseURI): New attribute. |
61 |
|
(ManakaiDOMImplementationDocument): It now inherits |
62 |
|
the |urigen:URIImplementation| class. |
63 |
|
|
64 |
|
* DOMMain.dis (isRelativeDOMURI): The definition |
65 |
|
of the URI scheme is synced with |Message::URI::Generic|'s |
66 |
|
one. |
67 |
|
|
68 |
|
* DOMXML.dis (Require): A reference to |DISlib:DISMarkup| |
69 |
|
module is added. |
70 |
|
(DocumentType.implementation): New attribute. |
71 |
|
(Node.baseURI): Implementations are added. |
72 |
|
(manakaiDeclarationBaseURI): New attributes. |
73 |
|
(manakaiEntityBaseURI): New attributes. |
74 |
|
(manakaiEntityURI): New attribute. |
75 |
|
(manakaiExternal): New attribute. |
76 |
|
(manakaiBaseURI): New attribute. |
77 |
|
(ManakaiDOMXMLBaseAttr): New class. |
78 |
|
|
79 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* SimpleLS.dis (Require): Reference to the |MDOM:Tree| |
82 |
|
module was missing. |
83 |
|
|
84 |
|
* ManakaiDOMLS2003.dis: Some property names was incorrect. |
85 |
|
|
86 |
|
* Makefile (distclean): New rule. |
87 |
|
|
88 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMLS.dis: Removed from the CVS repository, since |
91 |
|
it has been no longer required to make the |daf| system |
92 |
|
itself. |
93 |
|
|
94 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* Makefile: Revised for new |daf| database format. |
97 |
|
|
98 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
101 |
|
module is added. |
102 |
|
|
103 |
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
* DOMLS.dis: Constants were typed as |dx:ErrorCode| |
* DOMLS.dis: Constants were typed as |dx:ErrorCode| |