| 1 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
| 3 |
* HTML.pm: Support for language tag validation. |
| 4 |
|
| 5 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
| 7 |
* HTML.pm (head, noscript): Treatement for invalid |meta| |
| 8 |
elenments are changed as per HTML5 revision 1018. |
| 9 |
|
| 10 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
| 12 |
* HTML.pm: Raise new errors if |base| is following |
| 13 |
URI attributes or hyperlink attributes. |
| 14 |
|
| 15 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
| 16 |
|
| 17 |
* HTML.pm: Support for |noscript| in |head|. Make an |
| 18 |
error for |noscript| in XML document. |
| 19 |
|
| 20 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
| 21 |
|
| 22 |
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
| 23 |
value are changed for the ease of error message catalog |
| 24 |
lookup. |
| 25 |
|
| 26 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
| 28 |
* Atom.pm: |link|-related checks are added; |type| |
| 29 |
media type checks are added. |hreflang| now warns |
| 30 |
as unimplemented. |
| 31 |
|
| 32 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
| 33 |
|
| 34 |
* Atom.pm: Checker for all elements are defined (with |
| 35 |
a number of "TODO"s). |
| 36 |
|
| 37 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
| 38 |
|
| 39 |
* Atom.pm: New Perl module. |
| 40 |
|
| 41 |
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
| 42 |
|
| 43 |
* HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|. |
| 44 |
|
| 45 |
* ChangeLog: New file. |