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