1 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Return the |id| node list. |
4 |
|
|
5 |
|
* HTML.pm.src: A typo is fixed. |
6 |
|
|
7 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
10 |
|
from "in HTML:xml:lang" error. Character position |
11 |
|
is now the last part of the error type in the URI error |
12 |
|
description. Report "unsupported" status for language |
13 |
|
tags, media queries, script codes, and style sheets. |
14 |
|
|
15 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* ContentChecker.pm: Report error if |xml:lang| |
18 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
19 |
|
in XML. |
20 |
|
|
21 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
22 |
|
|
23 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm.src: The character immediately following |
26 |
|
a bare |hcro| was discarded. Fix handling of |
27 |
|
entity references in attribute values. |
28 |
|
|
29 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm.src (main and trailin end phases): Token |
32 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
33 |
|
factored out. Error types |in html:#DOCTYPE| |
34 |
|
and |after html:#DOCTYPE| are merged |
35 |
|
into |DOCTYPE in the middle|. |</frameset>| |
36 |
|
in fragment parsing mode changed the |
37 |
|
insertion mode. |
38 |
|
|
39 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
42 |
|
phase is now an insertion mode. Treatments for white |
43 |
|
space character tokens were incorrect for some |
44 |
|
insertion modes. An old |meta| case was not removed. |
45 |
|
|
46 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm.src: |meta| charset declaration extraction |
49 |
|
implemented (but changing the encoding is not yet:-). |
50 |
|
|
51 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Charset/: New directory. |
54 |
|
|
55 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* H2H.pm: New Perl module (created from |
58 |
|
manakai's H2H.dis). |
59 |
|
|
60 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* XMLSerializer.pm: New Perl module (created from |
63 |
|
manakai's SimpleLS.dis). |
64 |
|
|
65 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
68 |
|
|
69 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src: Report correct error message |
72 |
|
for |<body></div></body>|. |
73 |
|
|
74 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
* HTMLTable.pm: An error description was incorrect. |
* HTMLTable.pm: An error description was incorrect. |