Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Tag: |
++ whatpm/t/ChangeLog 15 Sep 2008 14:34:19 -0000 2008-09-15 Wakaba <wakaba@suika.fam.cx> * css-visual.dat: New test data for Firefox3's new 'width' values. ++ whatpm/Whatpm/CSS/ChangeLog 15 Sep 2008 14:34:00 -0000 2008-09-15 Wakaba <wakaba@suika.fam.cx> * Parser.pm: Support for Firefox3's new 'width' keywords.
++ whatpm/t/ChangeLog 30 Aug 2008 11:03:37 -0000 * CSS-Parser.t: Updated for latest version of the Whatpm::CSS::Parser module. * css-1.dat, css-2.dat, css-3.dat, css-4.dat, css-font.dat, css-generated.dat, css-interactive.dat, css-paged.dat, css-table.dat, css-text.dat, css-visual.dat: Test results updated. 2008-08-30 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 11 Feb 2008 09:53:28 -0000 * css-text.dat: Test data for 'writing-mode' and 'text-anchor' are added. * CSS-Parser-1.t: New properties are added. 2008-02-11 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 11 Feb 2008 09:52:47 -0000 * Parser.pm: 'writing-mode', 'text-anchor', 'dominant-baseline', and 'alignment-baseline' are implemented. 2008-02-11 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 11 Feb 2008 00:32:04 -0000 2008-02-11 Wakaba <wakaba@suika.fam.cx> * css-4.dat: New test file. * CSS-Parser-1.t: |css-4.dat| added. Support for '@charset' and '@import'. ++ whatpm/Whatpm/CSS/ChangeLog 11 Feb 2008 00:31:35 -0000 2008-02-11 Wakaba <wakaba@suika.fam.cx> * Parser.pm (parse_char_string): Precious '@charset' error reporting. 2008-02-10 Wakaba <wakaba@suika.fam.cx> * Parser.pm (parse_char_string): '@import' support.
++ whatpm/t/ChangeLog 10 Feb 2008 09:38:21 -0000 * CSS-Parser-1.t (get_parser): Call |init|. 2008-02-10 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 10 Feb 2008 09:37:42 -0000 * Parser.pm (parse_char_string): Create a style sheet before the actual parsing (or use the style sheet created before the invocation to the method. (init): New. 2008-02-10 Wakaba <wakaba@suika.fam.cx>
++ 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.
++ whatpm/t/ChangeLog 8 Feb 2008 15:05:50 -0000 * css-2.dat: New test data. * CSS-Parser-1.t: |css-2.dat| added. Support for |@media|. 2008-02-08 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 8 Feb 2008 15:05:02 -0000 * Parser.pm: Support for '@nedia' at-rule. 2008-02-08 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 3 Feb 2008 06:00:37 -0000 2008-02-03 Wakaba <wakaba@suika.fam.cx> * CSS-Parser-1.t: Typo fixed. New properties added. * css-font.dat, css-table.dat, css-paged.dat, css-generated.dat, css-visual.dat: New test data for newly supported properties are added. ++ whatpm/Whatpm/CSS/ChangeLog 3 Feb 2008 05:59:12 -0000 2008-02-03 Wakaba <wakaba@suika.fam.cx> * Parser.pm ('display', 'list-style-type', 'caption-side'): CSS 2.0 values added. ('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented. ($length_percentage_keyword_parser): Now this is in a variable. ($length_keyword_parser): Now this is in a variable, too. ('font'): Reset 'font-size-adjust' and 'font-stretch' as defined by CSS2. ('marks', 'size', 'page'): Implemented.
++ whatpm/t/ChangeLog 2 Feb 2008 13:42:33 -0000 2008-02-02 Wakaba <wakaba@suika.fam.cx> * CSS-Parser-1.t: 'clip' added. * css-visual.t: New test data for 'clip' are added. ++ whatpm/Whatpm/CSS/ChangeLog 2 Feb 2008 13:42:01 -0000 2008-02-02 Wakaba <wakaba@suika.fam.cx> * Parser.pm ($default_serializer): New 'RECT' type supported. ('clip'): Implemented.
++ whatpm/t/ChangeLog 29 Jan 2008 22:14:49 -0000 2008-01-30 Wakaba <wakaba@suika.fam.cx> * css-generated.dat: New test data for 'counter-increment', 'content', and 'counter-reset' are added. * CSS-Parser-1.t: 'counter-reset' and 'counter-increment' are added. ++ whatpm/Whatpm/CSS/ChangeLog 29 Jan 2008 22:13:54 -0000 2008-01-30 Wakaba <wakaba@suika.fam.cx> * Parser.pm ($default_serializer): New 'ADDCOUNTER' and 'SETCOUNTER' types supported. ('content'): 'counter()' and 'counters()' are supported iff the property 'counter-reset' is supported. ('counter-reset', 'counter-increment'): Implemented.
++ whatpm/t/ChangeLog 28 Jan 2008 13:13:16 -0000 2008-01-28 Wakaba <wakaba@suika.fam.cx> * CSS-Parser-1.t: 'content' added to the list of supported property and the list of initial values. * css-generated.dat: Tests for 'content' are added. 2008-01-27 Wakaba <wakaba@suika.fam.cx> * CSS-Parser-1.t: Loads test files as UTF-8. * css-generated.dat: Semi-real-world test data for 'quotes' are added. ++ whatpm/Whatpm/CSS/ChangeLog 28 Jan 2008 13:11:50 -0000 2008-01-28 Wakaba <wakaba@suika.fam.cx> * Parser.pm ($default_serializer): New 'CONTENT' type supported. ('content'): Implemented.
++ whatpm/t/ChangeLog 27 Jan 2008 10:14:45 -0000 * CSS-Parser-1.t: 'quotes' added. * css-generated.dat: Test data for 'quotes' are added. 2008-01-27 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 27 Jan 2008 10:14:15 -0000 * Parser.pm ($default_serializer): 'QUOTES' type supported. ('quotes'): Implemented. 2008-01-27 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 27 Jan 2008 08:57:57 -0000 * CSS-Parser-1.t: 'overflow-x' and 'overflow-y' are added. * css-visual.dat: New test data for 'overflow', 'overflow-x', and 'overflow-y' are added. 2008-01-27 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 27 Jan 2008 08:56:42 -0000 * Parser.pm ($one_keyword_parser): More accurate error location reporting. ('overflow-x', 'overflow-y'): Implemented. ('overflow'): Reimplemented as a shorthand. 2008-01-27 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 27 Jan 2008 08:09:01 -0000 * CSS-Parser-1.t: Files |css-table.dat| and |css-interactive.dat| are added. * css-table.dat: New test file. * css-interactive.dat: New test file. * css-font.dat: New test data for 'font-size' are added. * css-text.dat: New test data for 'text-indent', 'letter-spacing', and 'word-spacing' are added. 2008-01-27 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 27 Jan 2008 08:07:41 -0000 * Parser.pm ('letter-spacing' parse): Support for '+'. ('border-spacing' serialize_multiple): Revised taking into account 'import' and 'inherit'. ('border-spacing' parse): Support for '+'. 2008-01-27 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 27 Jan 2008 07:19:02 -0000 * CSS-Parser-1.t: Files |css-text.dat| and |css-paged.dat| are added. * css-visual.dat: New test data for 'background-position' are added. * css-text.dat: New test file. * css-paged.dat: New test file. 2008-01-27 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 27 Jan 2008 07:18:18 -0000 * Parser.pm ($parse_color): Support for '+'. HSL to RGB convertion was wrong. ('orphans', 'background-position' parse): Support for '+'. 2008-01-27 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 26 Jan 2008 11:18:34 -0000 * CSS-Parser-1.t: 'background-position' was missing from the list of default values. * css-visual.dat: New test data for 'background' and 'background-position' are added. 2008-01-26 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 26 Jan 2008 11:17:46 -0000 * Parser.pm ('background' serialize_multiple, 'background-position' serialize_shorthand): Reimplemented taking 'inherit' and 'important' into account. ('background' parse): Support for '+'. Correct initial value for 'background-position-y' was not set in some cases. Wrong value was set to 'background-position-x' in some case. Did not return by some syntax errors. 2008-01-26 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 26 Jan 2008 04:49:57 -0000 * css-font.dat: New test file. * CSS-Parser-1.dat: |css-font.dat| is added. 2008-01-26 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 26 Jan 2008 04:49:36 -0000 * Parser.pm (font serialize_shorthand): Implemented. ($generic_font_keywords): Typo fixed. 2008-01-26 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 25 Jan 2008 16:01:06 -0000 2008-01-26 Wakaba <wakaba@suika.fam.cx> * css-visual.dat: Test data for 'padding', 'margin', and 'border' related shorthands are added. 2008-01-25 Wakaba <wakaba@suika.fam.cx> * CSS-Parser-1.t: |css-generated.dat| is added. (get_computed_style): The subject of |query_selector| should have been the document. * css-generated.dat: New test data. * css-visual.dat: New test data for 'display' are added. ++ whatpm/Whatpm/CSS/ChangeLog 25 Jan 2008 15:59:41 -0000 2008-01-26 Wakaba <wakaba@suika.fam.cx> * Parser.pm: Return value of |serialize_multiple| methods are changed. ('margin' serialize_multiple, 'padding' serialize_multiple): Implemented. ('border-style' serialize_shorthand, 'border-color' serialize_shorthand, 'border-width' serialize_shorthand, 'border-left' serialize_shorthand, 'border-top' serialize_shorthand, 'border-bottom' serialize_shorthand, 'border-right' serialize_shorthand): New.
++ whatpm/t/ChangeLog 24 Jan 2008 13:08:49 -0000 * CSS-Parser-1.t: Default values are updated. * css-1.t: Tests for duplicate declarations are added. * css-visual.t: Some tests were incorrect. Tests for 'margin' serialization and '+' in 'margin' are added. 2008-01-24 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 24 Jan 2008 13:07:19 -0000 * Parser.pm (parse_char_string): Treatement for non-important duplicate declarations was incorrect. (margin): Use 'margin' shorthand property for serializing margin-related properties if possible. Support for the |+| sign in <'margin'> is added. 2008-01-24 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 24 Jan 2008 12:12:26 -0000 * CSS-Parser-1.t: Test data file |css-visual.dat| is added. Support for the quirks mode. * css-visual.dat: New file. 2008-01-24 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 24 Jan 2008 12:11:54 -0000 2008-01-24 Wakaba <wakaba@suika.fam.cx> * Parser.pm: Support for the |+| sign in 'margin-top' and similar properties.
++ whatpm/t/ChangeLog 24 Jan 2008 11:24:30 -0000 2008-01-24 Wakaba <wakaba@suika.fam.cx> * css-1.dat: Typo fixed. * CSS-Parser-1.t: The attribute name for computed style has been changed.
++ whatpm/t/ChangeLog 22 Jan 2008 12:47:21 -0000 2008-01-22 Wakaba <wakaba@suika.fam.cx> * css-1.dat: Basic tests for forward compatible parsing are added. * CSS-Parser-1.t: Support for |#errors| validation. ++ whatpm/Whatpm/CSS/ChangeLog 22 Jan 2008 12:44:31 -0000 2008-01-22 Wakaba <wakaba@suika.fam.cx> * Parser.pm (new {onerror}): The default error handler (outputting to the standard error output) is defined. (parse_char_string {get_char}): Set the next number to the column number of the last character as the column of the end of file pseudo-character.
++ whatpm/t/ChangeLog 14 Jan 2008 13:53:09 -0000 2008-01-14 Wakaba <wakaba@suika.fam.cx> * CSS-Parser-1.t, css-1.dat: New test files. ++ whatpm/Whatpm/CSS/ChangeLog 14 Jan 2008 13:53:42 -0000 * Parser.pm (-moz-opacity): DOM attribute name was wrong. 2008-01-14 Wakaba <wakaba@suika.fam.cx>
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |