1 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis (shiftChar): Line and column number counting |
4 |
|
is fixed. Although the DOM Level 3 Core specification |
5 |
|
is unclear about whether the first number is zero or one, |
6 |
|
in most programs the first line is "one" and |
7 |
|
the first column is "one", manakai follows the practice. |
8 |
|
(_XMLDeclaration): Don't set |xmlStandalone| value |
9 |
|
if |standalone| pseudo-attribute value is |no|. XML declaration |
10 |
|
tests (successful cases) added. |
11 |
|
(xp:get-location-from-token): Sets |lineNumber| and |columnNumber| |
12 |
|
properties. |
13 |
|
|
14 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* XMLParser.dis (XMLTests): Tests for |c:erred| is supported. |
17 |
|
|
18 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* DOMCore.dis (c:erred): New property. |
21 |
|
(c:DOMErrorType): It should have been a subset |
22 |
|
of |ecore:AnyErrorCode|. |
23 |
|
|
24 |
|
* XMLParser.dis (XMLTests): Empty input tests added. |
25 |
|
|
26 |
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
* XDoctype.dis (d:Feature): New canonical feature |
* XDoctype.dis (d:Feature): New canonical feature |