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