| 1 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* ContentChecker.pm: Prepare for |form| |name| attribute's |
| 4 |
|
duplication checking. |
| 5 |
|
|
| 6 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
|
| 8 |
|
* HTML.pm.src (parse_byte_stream): Support (or non-support) for |
| 9 |
|
unsupported charset="" parameter value (HTML5 revision 2131). |
| 10 |
|
|
| 11 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
| 12 |
|
|
| 13 |
|
* HTML.pm.src: Reminding places where U+000B is allowed as a space |
| 14 |
|
character is fixed (cf. HTML5 revision 1738). |
| 15 |
|
|
| 16 |
|
* ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of |
| 17 |
|
space characters (HTML5 revision 1738). |
| 18 |
|
|
| 19 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
| 20 |
|
|
| 21 |
|
* HTML.pm.src: The "anything else" case for the "after after body" |
| 22 |
|
insertion mode was not updated to swtich to the "in body" |
| 23 |
|
insertion mode. U+000B is no longer a space character for the |
| 24 |
|
purpose of tree construction phase (HTML5 revision 1738). |
| 25 |
|
|
| 26 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
|
| 28 |
|
* HTML.pm.src: U+000B is no longer a space character (HTML5 |
| 29 |
|
revision 1738). |
| 30 |
|
|
| 31 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
| 32 |
|
|
| 33 |
|
* ContentType.pm: 0x0B is no longer a space character (HTML5 |
| 34 |
|
revision 1738). |
| 35 |
|
|
| 36 |
|
* HTML.pm.src: U+000B is no longer a space character for the |
| 37 |
|
algorithm for extracting an encoding from a Content-Type (HTML5 |
| 38 |
|
revision 1738). |
| 39 |
|
|
| 40 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
| 41 |
|
|
| 42 |
|
* ContentChecker.pm ($IsInHTMLInteractiveContent): New. |
| 43 |
|
|
| 44 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
| 45 |
|
|
| 46 |
|
* LangTag.pm: Add checks for remaining requirements from RFC 4646. |
| 47 |
|
|
| 48 |
|
* mklangreg.pl: Sort 'Prefix' values by their length, to ease |
| 49 |
|
matching. |
| 50 |
|
|
| 51 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
| 52 |
|
|
| 53 |
|
* LangTag.pm: Warn for private use language subtags. Error level |
| 54 |
|
typos fixed. Support for Suppress-Script field. |
| 55 |
|
|
| 56 |
|
* mklangreg.pl: Support for dumping of nested structure. |
| 57 |
|
|
| 58 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
| 59 |
|
|
| 60 |
|
* LangTag.pm (check_rfc4646_langtag): Check if a tag is in the |
| 61 |
|
recommended case as per RFC 4646. |
| 62 |
|
|
| 63 |
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
| 64 |
|
|
| 65 |
* LangTag.pm (check_rfc4646_langtag): New method. |
* LangTag.pm (check_rfc4646_langtag): New method. |