/[suikacvs]/markup/html/whatpm/Whatpm/CSS/Tokenizer.pm
Suika

Log of /markup/html/whatpm/Whatpm/CSS/Tokenizer.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Links to MAIN: (view) (download) (annotate)
Sticky Tag:

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 14:48:09 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +7 -5 lines
Diff to previous 1.19
++ whatpm/t/ChangeLog	26 Jan 2008 14:46:58 -0000
	* css-font.dat: New test data for 'font-weight'
	and 'font-size' are added.

	* css-visual.dat: New test data for leading and
	trailing zeros are added.

2008-01-26  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	26 Jan 2008 14:46:14 -0000
	* Parser.pm ('font-weight' parser): Support for '+'.

	* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|,
	|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|.

2008-01-26  Wakaba  <wakaba@suika.fam.cx>


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 09:30:47 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +104 -104 lines
Diff to previous 1.18
++ whatpm/Whatpm/CSS/ChangeLog	26 Jan 2008 09:30:35 -0000
	* Parser.pm (get_char): Use argument to avoid self reference.

	* Tokenizer.pm: Set the tokenizer itself as the first
	argument to the |get_char| function.

2008-01-26  Wakaba  <wakaba@suika.fam.cx>


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Jan 20 06:15:20 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.17: +135 -52 lines
Diff to previous 1.17
++ whatpm/Whatpm/CSS/ChangeLog	20 Jan 2008 06:15:14 -0000
	* Parser.pm, SelectorsParser.pm: |{href}| parameter added
	to all the onerror invocations.  The |{onerror}| function
	is no longer called with |{line}| and |{column}| parameters.

	* Tokenizer.pm: All token are now given |{line}| and |{column}|
	values.

2008-01-20  Wakaba  <wakaba@suika.fam.cx>


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Jan 20 04:02:25 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.16: +103 -6 lines
Diff to previous 1.16
++ whatpm/Whatpm/CSS/ChangeLog	20 Jan 2008 04:02:20 -0000
2008-01-20  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm (parse_char_string): Revise |$tt->{get_char}| callback
	so that it sets |$tt->{line}| and |$tt->{column}| options.  Some
	error handler calling codes are modified for the experimental
	support for more precious reporting of error location.

	* Tokenizer.pm (new): The |onerror| option has been removed, since
	it was never used.
	(get_next_token): Limited and experimental support for token
	emittion with the information on the position where it occurs.
	(serialize_token): New function.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 10:46:26 2007 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.15: +11 -1 lines
Diff to previous 1.15
++ whatpm/Whatpm/ChangeLog	17 Oct 2007 10:45:53 -0000
	* Makefile (clean): New rule.

	* NanoDOM.pm (public_id, system_id): New attributes.

2007-10-17  Wakaba  <wakaba@suika.fam.cx>


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Sep 30 12:03:09 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.14: +2 -6 lines
Diff to previous 1.14
++ whatpm/t/ChangeLog	30 Sep 2007 12:02:22 -0000
	* css-token-1.dat: Test results for |\\{nl}| were incorrect.

2007-09-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	30 Sep 2007 12:02:57 -0000
2007-09-30  Wakaba  <wakaba@suika.fam.cx>

	* Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to
	the string value of the token.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Sep 22 12:16:33 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.13: +19 -1 lines
Diff to previous 1.13
++ whatpm/Whatpm/CSS/ChangeLog	22 Sep 2007 12:16:08 -0000
2007-09-22  Wakaba  <wakaba@suika.fam.cx>

	* SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules.

	* Tokenizer.pm: Token type constants are exportable.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 17:43:41 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.12: +41 -21 lines
Diff to previous 1.12
++ whatpm/t/ChangeLog	8 Sep 2007 17:43:26 -0000
	* css-token-1.test: Test cases for remaining CSS tokens
	are added.

2007-09-09  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 17:43:04 -0000
	* Tokenizer.pm: Delimiters frequently used in CSS
	now have different |type|s than |DELIM_TOKEN|.

2007-09-09  Wakaba  <wakaba@suika.fam.cx>


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 15:43:12 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
++ whatpm/t/ChangeLog	8 Sep 2007 15:43:05 -0000
2007-09-09  Wakaba  <wakaba@suika.fam.cx>

	* css-token-1.test: |URI_PREFIX|, |UNICODE_RANGE|, |CDO|,
	and |CDC| test cases are added.

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 15:42:41 -0000
2007-09-09  Wakaba  <wakaba@suika.fam.cx>

	* Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer
	includes |U+| prefix.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 15:20:41 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.10: +9 -2 lines
Diff to previous 1.10
++ whatpm/t/ChangeLog	8 Sep 2007 15:19:38 -0000
	* css-token-1.test: |URI| and |INVALID| test
	cases are added.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 15:19:19 -0000
	* Tokenizer.pm: |URI| bugs are fixed.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 13:43:58 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.9: +101 -41 lines
Diff to previous 1.9
++ whatpm/t/ChangeLog	8 Sep 2007 13:43:45 -0000
	* css-token-1.test: |NUMBER| and |DIMENSION| test
	cases are added.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 13:43:27 -0000
	* Tokenizer.pm: |DIMENSION| and |NUMBER| related
	bugs are fixed.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 11:44:32 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.8: +7 -7 lines
Diff to previous 1.8
++ whatpm/t/ChangeLog	8 Sep 2007 11:44:24 -0000
	* css-token-1.test: |HASH| and |NUMBER|
	test cases are added.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 11:44:00 -0000
	* Tokenizer.pm: |NUMBER|-related bugs are fixed.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 11:09:41 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.7: +19 -9 lines
Diff to previous 1.7
++ whatpm/t/ChangeLog	8 Sep 2007 11:09:23 -0000
	* css-token-1.test: |STRING| and |INVALID|
	test cases are added.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 11:09:40 -0000
	* Tokenizer.pm: |STRING|-related bugs are fixed.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 10:21:04 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.6: +32 -18 lines
Diff to previous 1.6
++ whatpm/t/ChangeLog	8 Sep 2007 10:20:46 -0000
	* css-token-1.test: New tests are added.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 10:20:33 -0000
	* Tokenizer.pm: Bug fixes.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 05:57:05 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5
++ whatpm/t/ChangeLog	8 Sep 2007 05:56:49 -0000
2007-09-08  Wakaba  <wakaba@suika.fam.cx>

	* css-token-1.test, CSS-Tokenizer.t: New files.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 03:25:05 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.4: +166 -100 lines
Diff to previous 1.4
++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 03:25:00 -0000
	* Tokenizer.pm: |UNICODE-RANGE| is implemented.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 02:58:24 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.3: +38 -2 lines
Diff to previous 1.3
++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 02:58:20 -0000
	* Tokenizer.pm: |COMMENT| is implemented.
	A bug for treatement for |@-->| is fixed.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 02:40:47 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.2: +279 -54 lines
Diff to previous 1.2
++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 02:40:23 -0000
	* Tokenizer.pm: |url()| and |url-prefix()| are implemented.
	Bug for treatement for |@-| is fixed.

2007-09-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 01:31:44 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.1: +122 -45 lines
Diff to previous 1.1
++ whatpm/Whatpm/CSS/ChangeLog	8 Sep 2007 01:31:14 -0000
2007-09-08  Wakaba  <wakaba@suika.fam.cx>

	* Tokenizer.pm: First working version.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Aug 17 11:53:52 2007 UTC (17 years, 2 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	17 Aug 2007 07:08:23 -0000
	* content-model-2.dat: New tests for |base|
	following URI or hyperlink are added.

2007-08-17  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	17 Aug 2007 07:44:01 -0000
	* CSS/: New directory.

2007-08-17  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/CSS/ChangeLog	17 Aug 2007 11:53:38 -0000
2007-08-17  Wakaba  <wakaba@suika.fam.cx>

	* Tokenizer.pm: New module.

	* ChangeLog: New file.

++ whatpm/Whatpm/ContentChecker/ChangeLog	17 Aug 2007 07:08:56 -0000
	* HTML.pm: Raise new errors if |base| is following
	URI attributes or hyperlink attributes.

2007-08-17  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.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24