Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 10 Feb 2008 07:34:02 -0000 2008-02-10 Wakaba <wakaba@suika.fam.cx> * css-3.dat: New test file. * CSS-Parser-1.t: |css-3.dat| is added. '-moz-pre-wrap' added. Typo for 'collapse' value fixed. Support for '@namespace' serialization. * css-1.dat: New test data for selectors parsing. * css-font.dat: Error locations for 'u' errors are corrected. * css-table.dat: Test data for 'border-collapse' are added. * css-text.dat: Test data for '-moz-pre-wrap' are added. * css-visual.dat: Test data for 'background-position' are added. ++ whatpm/Whatpm/Charset/ChangeLog 10 Feb 2008 07:31:32 -0000 2008-02-10 Wakaba <wakaba@suika.fam.cx> * CharDet.pm (detect): Catch an error in detection function. ++ whatpm/Whatpm/CSS/ChangeLog 10 Feb 2008 07:30:34 -0000 2008-02-10 Wakaba <wakaba@suika.fam.cx> * Parser.pm: |attr(prefix|localname)| did not work. Support for uppercase namespace prefixes (namespace prefixes were not normalized into lowercase when they were looked up.). Report the property name token when an unknown property error is raised. The '-moz-pre-wrap' value is supported for 'white-space' property. ('background-position'): 'center left' and 'center right' were not supported. * SelectorsParser.pm: Report the namespace prefix token when an undeclared prefix error is raised. S_TOKEN in COMBINATOR_STATE was not handled correctly.
| 1 | wakaba | 1.5 | 2008-02-10 Wakaba <[email protected]> |
| 2 | |||
| 3 | * CharDet.pm (detect): Catch an error in detection function. | ||
| 4 | |||
| 5 | wakaba | 1.4 | 2007-11-19 Wakaba <[email protected]> |
| 6 | |||
| 7 | * Makefile: New file. | ||
| 8 | |||
| 9 | * UniversalCharDet.pm, UniversalCharDet.pod: New files. | ||
| 10 | |||
| 11 | wakaba | 1.2 | 2007-07-15 Wakaba <[email protected]> |
| 12 | |||
| 13 | wakaba | 1.3 | * DecodeHandle.pm (create_decode_handle): Set canonical |
| 14 | or specified name to |input_encoding| attribute. | ||
| 15 | (uri_to_name): Reimplemented. | ||
| 16 | (input_encoding): Return charset name returned | ||
| 17 | by |uri_to_name| if available. | ||
| 18 | ($CharsetDef): Property |xml_name| is now contain | ||
| 19 | only name defined in XML specifications. | ||
| 20 | |||
| 21 | 2007-07-15 Wakaba <[email protected]> | ||
| 22 | |||
| 23 | wakaba | 1.2 | * DecodeHandle.pm: New Perl module (created |
| 24 | from manakai's |Encode.dis|). | ||
| 25 | |||
| 26 | 2007-07-15 Wakaba <[email protected]> | ||
| 27 | |||
| 28 | * ChangeLog: New file. | ||
| 29 |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |