1 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
4 |
|
by |&|s. |
5 |
|
|
6 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: Token types are now represented in number. |
9 |
|
|
10 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* ContentType.pm (SEE ALSO): Updated. |
13 |
|
|
14 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
15 |
|
|
16 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
19 |
|
999) is implemented. |
20 |
|
|
21 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
24 |
|
983) is implemented. |
25 |
|
|
26 |
|
2007-08-06 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* ContentChecker.pod: New documentation. |
29 |
|
|
30 |
|
* Makefile: A rule for |ContentChecker.html| is added. |
31 |
|
|
32 |
|
* ContentChecker.pm: A pod "LICENSE" section is added. |
33 |
|
|
34 |
|
* NanoDOM.pm ($VERSION): New variable. |
35 |
|
|
36 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* H2H.pm: |b|, |i|, and |sub| are added to the |
39 |
|
list of allowed HTML elements. |
40 |
|
|
41 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* H2H.pm: |samp| is added to the list of allowed |
44 |
|
HTML elements. |
45 |
|
|
46 |
|
* URIChecker.pm (check_iri): New. |
47 |
|
(check_iri_reference): Error type for IRI reference |
48 |
|
syntax error is changed. |
49 |
|
|
50 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
53 |
|
is added. |
54 |
|
(check_document): Load appropriate module before validation. |
55 |
|
|
56 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* ContentChecker/: New directory. |
59 |
|
|
60 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
63 |
|
|
64 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
65 |
|
|
66 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* ContentChecker.pm (check_document): Return value |
69 |
|
even if no document element is found. |
70 |
|
|
71 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
74 |
|
|
75 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
78 |
|
|
79 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
* HTML.pm.src: The "trailing end" insertion mode |
* HTML.pm.src: The "trailing end" insertion mode |