| 1 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* H2H.pm: |samp| is added to the list of allowed |
| 4 |
|
HTML elements. |
| 5 |
|
|
| 6 |
|
* URIChecker.pm (check_iri): New. |
| 7 |
|
(check_iri_reference): Error type for IRI reference |
| 8 |
|
syntax error is changed. |
| 9 |
|
|
| 10 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
|
| 12 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
| 13 |
|
is added. |
| 14 |
|
(check_document): Load appropriate module before validation. |
| 15 |
|
|
| 16 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
| 17 |
|
|
| 18 |
|
* ContentChecker/: New directory. |
| 19 |
|
|
| 20 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
| 21 |
|
|
| 22 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
| 23 |
|
|
| 24 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
| 25 |
|
|
| 26 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
|
| 28 |
|
* ContentChecker.pm (check_document): Return value |
| 29 |
|
even if no document element is found. |
| 30 |
|
|
| 31 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 32 |
|
|
| 33 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
| 34 |
|
|
| 35 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 36 |
|
|
| 37 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
| 38 |
|
|
| 39 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 40 |
|
|
| 41 |
|
* HTML.pm.src: The "trailing end" insertion mode |
| 42 |
|
is split into "after html body" and "after html frameset" |
| 43 |
|
insertion modes. Their codes are merged with "after body" |
| 44 |
|
and "after frameset" codes. |$previous_insertion_mode| |
| 45 |
|
has been removed. "after frameset" code is |
| 46 |
|
merged with "in frameset" code. |
| 47 |
|
|
| 48 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 49 |
|
|
| 50 |
|
* HTML.pm.src: The "before head" insertion mode is |
| 51 |
|
merged with the "in head" insertion mode. |
| 52 |
|
|
| 53 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
| 55 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
| 56 |
|
reorganized. |
| 57 |
|
|
| 58 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 59 |
|
|
| 60 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
| 61 |
|
are merged. |
| 62 |
|
|
| 63 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 64 |
|
|
| 65 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
| 66 |
|
with "in table" insertion mode. |
| 67 |
|
|
| 68 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 69 |
|
|
| 70 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
| 71 |
|
modes are merged. |
| 72 |
|
|
| 73 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 74 |
|
|
| 75 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
| 76 |
|
insertion mode! |
| 77 |
|
|
| 78 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 79 |
|
|
| 80 |
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |