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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 13:53:50 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
++ 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>


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 11:21:22 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
++ whatpm/Whatpm/CSS/ChangeLog	14 Jan 2008 11:21:19 -0000
	* Cascade.pm (get_cascaded_value): No longer have to test
	whether priority is defined.

	* Parser.pm (parse_char_string): Set an empty string as the priority
	if no priority was specified.

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


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jan 6 14:15:36 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9
++ whatpm/Whatpm/CSS/ChangeLog	6 Jan 2008 14:15:24 -0000
	* Cascade.pm: The object now has new device-dependent
	parameter, |has_invert|.

	* Parser.pm: The object now has new device-dependent
	parameter, |clip_color| function.
	(parse_char_string): Inifinite-loop fixed for ignoring
	states.  No longer check for '(' and '[' matchings for
	compatibility with browsers.
	($default_serializer): Support for 'RGBA' data type.
	(color): Reimplemented.
	(backbround-color, border-top-color, border-right-color,
	border-bottom-color, border-left-color, outline-color): Implemented.

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


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Jan 3 13:51:41 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +34 -20 lines
Diff to previous 1.8
++ whatpm/Whatpm/CSS/ChangeLog	3 Jan 2008 13:51:32 -0000
	* Cascade.pm (get_specified_value_no_inherit): New function.
	(get_computed_value): New way to get computed value,
	the |{compute_multiple}| code, is now supported.

	* Parser.pm (top, bottom, left, right): Implemented.

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


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jan 3 08:37:22 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +16 -1 lines
Diff to previous 1.7
++ whatpm/Whatpm/CSS/ChangeLog	3 Jan 2008 08:36:47 -0000
2008-01-03  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm: 'font-size' support.

	* Cascade.pm (new): Set default value for 'font-size'
	relative- and absolute- value computations.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 07:39:21 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
++ whatpm/Whatpm/CSS/ChangeLog	2 Jan 2008 07:39:15 -0000
	* Cascade.pm (get_cascaded_value): "*"-only declaration blocks
	were ignored.

	* Parser.pm (cursor): Implemented.

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


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 15:56:24 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +13 -12 lines
Diff to previous 1.5
++ whatpm/Whatpm/CSS/ChangeLog	1 Jan 2008 15:56:19 -0000
	* Cascade.pm (get_computed_value): Even when |inherit| is specified
	the value is resolved into the computed value by the |{compute}|
	code to support edge cases not mentioned in the CSS 2.1 spec (see
	<http://suika.fam.cx/gate/2005/sw/inherit>).

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


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 15:43:47 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +6 -2 lines
Diff to previous 1.4
++ whatpm/Whatpm/CSS/ChangeLog	1 Jan 2008 15:43:43 -0000
2008-01-02  Wakaba  <wakaba@suika.fam.cx>

	* Cascade.pm (get_computed_value): Resolve initial value referred
	when |inherit| is specified as if it were the specified value.

	* Parser.pm: Some properties were incorrectly marked as
	inherited.
	(background-repeat, background-attachment, font-style,
	font-variant, font-weight, background-image, font-family): Implemented.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 07:39:05 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +16 -5 lines
Diff to previous 1.3
++ whatpm/Whatpm/CSS/ChangeLog	1 Jan 2008 07:38:58 -0000
	* Cascade.pm: The |use strict| line was missing!!!!!!!!!11
	(get_computed_value): Support for the |inherit| value.

	* Parser.pm: The |inherit| value is represented by new |INHERIT|
	value type, rather than |KEYWORD|.
	(position): The initial value was incorrect.

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


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 07:07:28 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +61 -1 lines
Diff to previous 1.2
++ whatpm/Whatpm/CSS/ChangeLog	1 Jan 2008 07:07:18 -0000
	* Cascade.pm (get_cascaded_value): It now should return |undef|
	for shorthand properties.
	(get_specified_value, get_computed_value): New methods.

	* Parser.pm: |initial|, |inherited|, and |compute| properties
	are added to property definitions.

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


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 02:54:35 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +48 -15 lines
Diff to previous 1.1
++ whatpm/Whatpm/CSS/ChangeLog	1 Jan 2008 02:54:29 -0000
2008-01-01  Wakaba  <wakaba@suika.fam.cx>

	* Cascade.pm: Specificity and priority are now supported.

	* Parser.pm (get_selector_specificity): New method.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 13:47:49 2007 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
++ whatpm/Whatpm/CSS/ChangeLog	31 Dec 2007 13:47:44 -0000
	* Cascade.pm: New Perl module.

	* Parser.pm: |@namespace| prohibbitted immediately
	following |@namespace| rules by mistake.

2007-12-31  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