1 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Set level values for later uses. |
4 |
|
|
5 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* ContentChecker.pm: Support for language tag validation. |
8 |
|
|
9 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
12 |
|
|
13 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* LangTag.pm: New module. |
16 |
|
|
17 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: Some error types were wrong. |
20 |
|
|
21 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* CSS/: New directory. |
24 |
|
|
25 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* ContentChecker.pm (_check_get_children): Support |
28 |
|
for |noscript| in |head|. |
29 |
|
|
30 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* URI/: New directory. |
33 |
|
|
34 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
37 |
|
number. |
38 |
|
|
39 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
42 |
|
by |&|s. |
43 |
|
|
44 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src: Token types are now represented in number. |
47 |
|
|
48 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* ContentType.pm (SEE ALSO): Updated. |
51 |
|
|
52 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
53 |
|
|
54 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
57 |
|
999) is implemented. |
58 |
|
|
59 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
62 |
|
983) is implemented. |
63 |
|
|
64 |
|
2007-08-06 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* ContentChecker.pod: New documentation. |
67 |
|
|
68 |
|
* Makefile: A rule for |ContentChecker.html| is added. |
69 |
|
|
70 |
|
* ContentChecker.pm: A pod "LICENSE" section is added. |
71 |
|
|
72 |
|
* NanoDOM.pm ($VERSION): New variable. |
73 |
|
|
74 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* H2H.pm: |b|, |i|, and |sub| are added to the |
77 |
|
list of allowed HTML elements. |
78 |
|
|
79 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* H2H.pm: |samp| is added to the list of allowed |
82 |
|
HTML elements. |
83 |
|
|
84 |
|
* URIChecker.pm (check_iri): New. |
85 |
|
(check_iri_reference): Error type for IRI reference |
86 |
|
syntax error is changed. |
87 |
|
|
88 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
91 |
|
is added. |
92 |
|
(check_document): Load appropriate module before validation. |
93 |
|
|
94 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* ContentChecker/: New directory. |
97 |
|
|
98 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
101 |
|
|
102 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
103 |
|
|
104 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* ContentChecker.pm (check_document): Return value |
107 |
|
even if no document element is found. |
108 |
|
|
109 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
112 |
|
|
113 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
* HTML.pm.src: The |$in_body| code has been moved down. |
* HTML.pm.src: The |$in_body| code has been moved down. |