| 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 |
/; |
/; |