1 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CacheManifest.pm: New module. |
4 |
|
|
5 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm.src: Support for application cache selection algorithm |
8 |
|
callback. |
9 |
|
|
10 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
13 |
|
|
14 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Makefile (clean): New rule. |
17 |
|
|
18 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
19 |
|
|
20 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
23 |
|
|
24 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ContentChecker.pm (check_document): Support for |
27 |
|
new |is_xml_root| flag. |
28 |
|
(check_element): Support for new |pluses| state. |
29 |
|
(_add_pluses): New method. |
30 |
|
(_remove_minuses): Support for new |minus| item. |
31 |
|
|
32 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ContentChecker.pm: Raise specific error for invalid |
35 |
|
root element. |
36 |
|
|
37 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* ContentChecker.pm: Set level values for later uses. |
40 |
|
|
41 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentChecker.pm: Support for language tag validation. |
44 |
|
|
45 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
48 |
|
|
49 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* LangTag.pm: New module. |
52 |
|
|
53 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src: Some error types were wrong. |
56 |
|
|
57 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* CSS/: New directory. |
60 |
|
|
61 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* ContentChecker.pm (_check_get_children): Support |
64 |
|
for |noscript| in |head|. |
65 |
|
|
66 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* URI/: New directory. |
69 |
|
|
70 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
73 |
|
number. |
74 |
|
|
75 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
78 |
|
by |&|s. |
79 |
|
|
80 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm.src: Token types are now represented in number. |
83 |
|
|
84 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* ContentType.pm (SEE ALSO): Updated. |
87 |
|
|
88 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
89 |
|
|
90 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
93 |
|
999) is implemented. |
94 |
|
|
95 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
98 |
|
983) is implemented. |
99 |
|
|
100 |
|
2007-08-06 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* ContentChecker.pod: New documentation. |
103 |
|
|
104 |
|
* Makefile: A rule for |ContentChecker.html| is added. |
105 |
|
|
106 |
|
* ContentChecker.pm: A pod "LICENSE" section is added. |
107 |
|
|
108 |
|
* NanoDOM.pm ($VERSION): New variable. |
109 |
|
|
110 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* H2H.pm: |b|, |i|, and |sub| are added to the |
113 |
|
list of allowed HTML elements. |
114 |
|
|
115 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* H2H.pm: |samp| is added to the list of allowed |
118 |
|
HTML elements. |
119 |
|
|
120 |
|
* URIChecker.pm (check_iri): New. |
121 |
|
(check_iri_reference): Error type for IRI reference |
122 |
|
syntax error is changed. |
123 |
|
|
124 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
127 |
|
is added. |
128 |
|
(check_document): Load appropriate module before validation. |
129 |
|
|
130 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* ContentChecker/: New directory. |
133 |
|
|
134 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
137 |
|
|
138 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
139 |
|
|
140 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* ContentChecker.pm (check_document): Return value |
143 |
|
even if no document element is found. |
144 |
|
|
145 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
* HTML.pm.src: |$in_body| is no longer a function. |
* HTML.pm.src: |$in_body| is no longer a function. |