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