/[suikacvs]/markup/html/whatpm/t/CSS-Parser-1.t
Suika

Diff of /markup/html/whatpm/t/CSS-Parser-1.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by wakaba, Sat Aug 30 11:03:48 2008 UTC revision 1.23 by wakaba, Mon Sep 15 14:34:24 2008 UTC
# Line 325  sub get_parser ($) { Line 325  sub get_parser ($) {
325    $p->{prop_value}->{position}->{$_} = 1 for qw/    $p->{prop_value}->{position}->{$_} = 1 for qw/
326      absolute fixed relative static      absolute fixed relative static
327    /;    /;
328      for (qw/-moz-max-content -moz-min-content -moz-fit-content -moz-available/) {
329        $p->{prop_value}->{width}->{$_} = 1;
330        $p->{prop_value}->{'min-width'}->{$_} = 1;
331        $p->{prop_value}->{'max-width'}->{$_} = 1;
332      }
333    $p->{prop_value}->{float}->{$_} = 1 for qw/    $p->{prop_value}->{float}->{$_} = 1 for qw/
334      left right none      left right none
335    /;    /;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24