1 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
4 |
|
phase is now an insertion mode. Treatments for white |
5 |
|
space character tokens were incorrect for some |
6 |
|
insertion modes. An old |meta| case was not removed. |
7 |
|
|
8 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm.src: |meta| charset declaration extraction |
11 |
|
implemented (but changing the encoding is not yet:-). |
12 |
|
|
13 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Charset/: New directory. |
16 |
|
|
17 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* H2H.pm: New Perl module (created from |
20 |
|
manakai's H2H.dis). |
21 |
|
|
22 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* XMLSerializer.pm: New Perl module (created from |
25 |
|
manakai's SimpleLS.dis). |
26 |
|
|
27 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
30 |
|
|
31 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src: Report correct error message |
34 |
|
for |<body></div></body>|. |
35 |
|
|
36 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTMLTable.pm: An error description was incorrect. |
39 |
|
|
40 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentChecker.pm: Return |{term}| list. |
43 |
|
|
44 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>, |
47 |
|
nested <nobr>, implied </tbody>, </tfoot>, and </thead>, |
48 |
|
and <title> outside of head). |
49 |
|
|
50 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* IMTChecker.pm: Report warning for unregistered |
53 |
|
and private types/subtypes. |
54 |
|
|
55 |
|
* ContentChecker.pm, HTML.pm.src, IMTChecker.pm, |
56 |
|
URIChecker.pm, HTMLTable.pm: Error messages are now |
57 |
|
consistent; they are all listed in |
58 |
|
<http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>. |
59 |
|
|
60 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* ContentChecker.pm: |<img ismap>| not in |<a></a>| |
63 |
|
is now erred. |<datalist>| is implemented. |
64 |
|
Attribute checker for |<command>| and |<menu>| are |
65 |
|
added. Support for |contextmenu| global attribute |
66 |
|
is added. |
67 |
|
|
68 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm.src (_reset_insertion_mode): Interpretation |
71 |
|
of Step 3 has been changed. |
72 |
|
|
73 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm.src: Late |<html>| parse error is implemented. |
76 |
|
|
77 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* URIChecker.pm (check_iri_reference): A |decode| method name was |
80 |
|
incorrect. |
81 |
|
|
82 |
|
* ContentChecker.pm: Support for the |footer| element. |
83 |
|
Check URI syntax for space-separated URI attributes. |
84 |
|
Support for the |tabindex| attribute. Support |
85 |
|
for |datetime| attribute. |
86 |
|
|
87 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm.src: HTML5 revision 1.144 (
) and 1.145 (invalid |
90 |
|
character references). HTML5 revision 1.146 (white space |
91 |
|
characters before root start tag). HTML5 revision |
92 |
|
1.148 (named character references in attribute values). |
93 |
|
HTML5 revision 1.152 (<plaintext>.innerHTML get). |
94 |
|
|
95 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript> |
98 |
|
in <head>). |
99 |
|
|
100 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta> |
103 |
|
in body). |
104 |
|
|
105 |
|
* ContentChecker.pm: HTML5 revision 938 (scoped=""). |
106 |
|
|
107 |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
* HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA |
* HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA |