Parent Directory
|
Revision Log
++ ChangeLog 11 Dec 2008 03:20:10 -0000 2008-12-11 Wakaba <wakaba@suika.fam.cx> * error-description-source.en.xml: Added descriptions for errors from Regexp::Parser and Regexp::Parser::JavaScript modules. * cc.cgi: Added support for JavaScript regular expressions. ++ html/WebHACC/Language/ChangeLog 11 Dec 2008 03:18:54 -0000 2008-12-11 Wakaba <wakaba@suika.fam.cx> * RegExpJS.pm: New module. ++ html/WebHACC/ChangeLog 11 Dec 2008 03:22:42 -0000 2008-12-11 Wakaba <wakaba@suika.fam.cx> * Output.pm (generate_input_section): Added support for JavaScript regular expressions. 2008-12-10 Wakaba <wakaba@suika.fam.cx> * Result.pm: Added support for |valueref| parameter of an error. |pos_end| should point the (intercharacter) position where the highlighted substring ends, not the character before the position, otherwise empty substring cannot be represented well.
| 1 | wakaba | 1.28 | 2008-12-11 Wakaba <[email protected]> |
| 2 | |||
| 3 | * RegExpJS.pm: New module. | ||
| 4 | |||
| 5 | wakaba | 1.27 | 2008-09-21 Wakaba <[email protected]> |
| 6 | |||
| 7 | * HTML.pm (generate_syntax_error_section): Now |charset:not | ||
| 8 | supported| is also an error that might invalidate the validation | ||
| 9 | result. | ||
| 10 | |||
| 11 | wakaba | 1.26 | 2008-09-17 Wakaba <[email protected]> |
| 12 | |||
| 13 | * CSSInline.pm: New module. | ||
| 14 | |||
| 15 | wakaba | 1.24 | 2008-09-15 Wakaba <[email protected]> |
| 16 | |||
| 17 | wakaba | 1.25 | * CSS.pm: Support for Firefox3's new 'width' values. |
| 18 | |||
| 19 | 2008-09-15 Wakaba <[email protected]> | ||
| 20 | |||
| 21 | wakaba | 1.24 | * HTML.pm: Set the mode of the UnicodeChecker as HTML5. |
| 22 | |||
| 23 | wakaba | 1.23 | 2008-09-14 Wakaba <[email protected]> |
| 24 | |||
| 25 | * Base.pm (generate_source_string_section): Use |read| | ||
| 26 | instead of |getc|. | ||
| 27 | |||
| 28 | wakaba | 1.22 | 2008-09-11 Wakaba <[email protected]> |
| 29 | |||
| 30 | * HTML.pm: Support for the Unicode character checking. | ||
| 31 | |||
| 32 | wakaba | 1.21 | 2008-08-17 Wakaba <[email protected]> |
| 33 | |||
| 34 | * CacheManifest.pm (generate_structure_dump_section): Support | ||
| 35 | for broken manifest. | ||
| 36 | |||
| 37 | * H2H.pm: New module. | ||
| 38 | |||
| 39 | wakaba | 1.18 | 2008-08-16 Wakaba <[email protected]> |
| 40 | |||
| 41 | wakaba | 1.20 | * CSS.pm (generate_structure_error_section): Make the method |
| 42 | do nothing. | ||
| 43 | |||
| 44 | 2008-08-16 Wakaba <[email protected]> | ||
| 45 | |||
| 46 | wakaba | 1.19 | * CSS.pm, CacheManifest.pm, HTML.pm, XML.pm: Use ->url attribute to |
| 47 | obtain the URL of the document. | ||
| 48 |