1 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis (XMLTests): Tests for |c:erred| is supported. |
4 |
|
|
5 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMCore.dis (c:erred): New property. |
8 |
|
(c:DOMErrorType): It should have been a subset |
9 |
|
of |ecore:AnyErrorCode|. |
10 |
|
|
11 |
|
* XMLParser.dis (XMLTests): Empty input tests added. |
12 |
|
|
13 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* XDoctype.dis (d:Feature): New canonical feature |
16 |
|
name |fe:XDoctype| is added. |
17 |
|
|
18 |
|
* XMLParser.dis: Predefined general entity references |
19 |
|
are implemented. Creates |Entity| nodes from general entities |
20 |
|
declared in internal subset. |Entity| nodes created from internal |
21 |
|
general parsed entities now have replacement tree. |
22 |
|
Sets |cfg:entity-reference-read-only| flag off during |
23 |
|
the tree generation. Some parsing rules use |$self->{doc}| |
24 |
|
rather than |$doc| parameter. Similarly, |$self->{docx}| (document |
25 |
|
node with |fe:XDoctype| feature) and |$self->{dtdef}| are |
26 |
|
introduced. General entity references in attribute value literal |
27 |
|
are supported. |
28 |
|
|
29 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration |
32 |
|
parameter name changed to |cfg:entity-reference-read-only|. |
33 |
|
(createEntityReference): Set |c:read-only| flag of |
34 |
|
the created entity reference, too. |
35 |
|
|
36 |
|
* DOMLS.dis (min): New canonical feature name |fe:Min| added. |
37 |
|
|
38 |
|
* GenericLS.dis: Don't refer |DOMMain:DOMString|; use |f:MIString| |
39 |
|
from |DOMFeature| module instead. Use |idl:Object| |
40 |
|
instead of |DOMMain:DOMObject| as well. |
41 |
|
(Generic): New canonical feature name |fe:GenericLS| added. |
42 |
|
(DOMLS:ParserRole, DOMLS:SerializerRole): Their |
43 |
|
canonical name changed to |gls:ParserRole| and |gls:SerializerRole| |
44 |
|
respectively. |
45 |
|
|
46 |
|
* DOMXML.dis (entities, notations): Perl code removed. |
47 |
|
It will be reimplemented using |DocumentTypeDefinition| |
48 |
|
class from |XDoctype| module. |
49 |
|
|
50 |
|
* DOMFeature.dis, DOMCore.dis, DOMMain.dis, DOMXML.dis, |
51 |
|
Tree.dis, DOMLS.dis, GenericLS.dis, ManakaiDOMLS2003.dis, |
52 |
|
SimpleLS.dis: Cleaned up unused definitions. |
53 |
|
|
54 |
|
* DOMCore.dis, DOMLS.dis (CParam): Definitions |
55 |
|
for LS module moved from |DOMCore| module to |DOMLS| module. |
56 |
|
This change makes |DOMCore| to |DOMLS| dependency removed. |
57 |
|
|
58 |
|
* .cvsignore (.html.pm, .ls.pm): Removed. |
59 |
|
|
60 |
|
* Makefile (.html.pm, .ls.pm): Removed. |
61 |
|
(feature.dae): Include |GenericLS| module. |
62 |
|
(core.dae): Don't include |DOMLS| and |GenericLS| module. |
63 |
|
(ls.dae): Include |DOMLS| module. |
64 |
|
|
65 |
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
* XMLParser.dis: Tests on default attributes and their |specified| |
* XMLParser.dis: Tests on default attributes and their |specified| |