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