| 1 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* HTML.pm.src: Add the name of the attribute |
| 4 |
|
to the "duplicate attribute" error. |
| 5 |
|
|
| 6 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
|
| 8 |
|
* ContentChecker.pm: Return the |class| node list. |
| 9 |
|
|
| 10 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
|
| 12 |
|
* ContentChecker.pm: Return the |id| node list. |
| 13 |
|
|
| 14 |
|
* HTML.pm.src: A typo is fixed. |
| 15 |
|
|
| 16 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
| 17 |
|
|
| 18 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
| 19 |
|
from "in HTML:xml:lang" error. Character position |
| 20 |
|
is now the last part of the error type in the URI error |
| 21 |
|
description. Report "unsupported" status for language |
| 22 |
|
tags, media queries, script codes, and style sheets. |
| 23 |
|
|
| 24 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
| 25 |
|
|
| 26 |
|
* ContentChecker.pm: Report error if |xml:lang| |
| 27 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
| 28 |
|
in XML. |
| 29 |
|
|
| 30 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
| 31 |
|
|
| 32 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
| 33 |
|
|
| 34 |
|
* HTML.pm.src: The character immediately following |
| 35 |
|
a bare |hcro| was discarded. Fix handling of |
| 36 |
|
entity references in attribute values. |
| 37 |
|
|
| 38 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
| 39 |
|
|
| 40 |
|
* HTML.pm.src (main and trailin end phases): Token |
| 41 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
| 42 |
|
factored out. Error types |in html:#DOCTYPE| |
| 43 |
|
and |after html:#DOCTYPE| are merged |
| 44 |
|
into |DOCTYPE in the middle|. |</frameset>| |
| 45 |
|
in fragment parsing mode changed the |
| 46 |
|
insertion mode. |
| 47 |
|
|
| 48 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
| 49 |
|
|
| 50 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
| 51 |
|
phase is now an insertion mode. Treatments for white |
| 52 |
|
space character tokens were incorrect for some |
| 53 |
|
insertion modes. An old |meta| case was not removed. |
| 54 |
|
|
| 55 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
| 56 |
|
|
| 57 |
|
* HTML.pm.src: |meta| charset declaration extraction |
| 58 |
|
implemented (but changing the encoding is not yet:-). |
| 59 |
|
|
| 60 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 61 |
|
|
| 62 |
|
* Charset/: New directory. |
| 63 |
|
|
| 64 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 65 |
|
|
| 66 |
|
* H2H.pm: New Perl module (created from |
| 67 |
|
manakai's H2H.dis). |
| 68 |
|
|
| 69 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 70 |
|
|
| 71 |
|
* XMLSerializer.pm: New Perl module (created from |
| 72 |
|
manakai's SimpleLS.dis). |
| 73 |
|
|
| 74 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 75 |
|
|
| 76 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
| 77 |
|
|
| 78 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
| 79 |
|
|
| 80 |
|
* HTML.pm.src: Report correct error message |
| 81 |
|
for |<body></div></body>|. |
| 82 |
|
|
| 83 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
| 84 |
|
|
| 85 |
|
* HTMLTable.pm: An error description was incorrect. |
| 86 |
|
|
| 87 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
| 88 |
|
|
| 89 |
|
* ContentChecker.pm: Return |{term}| list. |
| 90 |
|
|
| 91 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
| 92 |
|
|
| 93 |
|
* HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>, |
| 94 |
|
nested <nobr>, implied </tbody>, </tfoot>, and </thead>, |
| 95 |
|
and <title> outside of head). |
| 96 |
|
|
| 97 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
| 98 |
|
|
| 99 |
|
* IMTChecker.pm: Report warning for unregistered |
| 100 |
|
and private types/subtypes. |
| 101 |
|
|
| 102 |
|
* ContentChecker.pm, HTML.pm.src, IMTChecker.pm, |
| 103 |
|
URIChecker.pm, HTMLTable.pm: Error messages are now |
| 104 |
|
consistent; they are all listed in |
| 105 |
|
<http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>. |
| 106 |
|
|
| 107 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
| 108 |
|
|
| 109 |
|
* ContentChecker.pm: |<img ismap>| not in |<a></a>| |
| 110 |
|
is now erred. |<datalist>| is implemented. |
| 111 |
|
Attribute checker for |<command>| and |<menu>| are |
| 112 |
|
added. Support for |contextmenu| global attribute |
| 113 |
|
is added. |
| 114 |
|
|
| 115 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
| 116 |
|
|
| 117 |
|
* HTML.pm.src (_reset_insertion_mode): Interpretation |
| 118 |
|
of Step 3 has been changed. |
| 119 |
|
|
| 120 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
| 121 |
|
|
| 122 |
* HTML.pm.src: Late |<html>| parse error is implemented. |
* HTML.pm.src: Late |<html>| parse error is implemented. |