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