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