213 |
} elsif (defined $cssom) { |
} elsif (defined $cssom) { |
214 |
print_structure_dump_cssom_section ($input, $cssom); |
print_structure_dump_cssom_section ($input, $cssom); |
215 |
## TODO: CSSOM validation |
## TODO: CSSOM validation |
216 |
|
add_error ('structure', {level => 'u'} => $result); |
217 |
} elsif (defined $manifest) { |
} elsif (defined $manifest) { |
218 |
print_structure_dump_manifest_section ($input, $manifest); |
print_structure_dump_manifest_section ($input, $manifest); |
219 |
print_structure_error_manifest_section ($input, $manifest, $result); |
print_structure_error_manifest_section ($input, $manifest, $result); |
494 |
capitalize uppercase lowercase none |
capitalize uppercase lowercase none |
495 |
/; |
/; |
496 |
$p->{prop_value}->{'white-space'}->{$_} = 1 for qw/ |
$p->{prop_value}->{'white-space'}->{$_} = 1 for qw/ |
497 |
normal pre nowrap pre-line pre-wrap |
normal pre nowrap pre-line pre-wrap -moz-pre-wrap |
498 |
/; |
/; |
499 |
$p->{prop_value}->{'text-decoration'}->{$_} = 1 for qw/ |
$p->{prop_value}->{'text-decoration'}->{$_} = 1 for qw/ |
500 |
none blink underline overline line-through |
none blink underline overline line-through |
504 |
/; |
/; |
505 |
$p->{prop_value}->{'table-layout'}->{auto} = 1; |
$p->{prop_value}->{'table-layout'}->{auto} = 1; |
506 |
$p->{prop_value}->{'table-layout'}->{fixed} = 1; |
$p->{prop_value}->{'table-layout'}->{fixed} = 1; |
507 |
$p->{prop_value}->{'border-collapse'}->{collapase} = 1; |
$p->{prop_value}->{'border-collapse'}->{collapse} = 1; |
508 |
$p->{prop_value}->{'border-collapse'}->{separate} = 1; |
$p->{prop_value}->{'border-collapse'}->{separate} = 1; |
509 |
$p->{prop_value}->{'empty-cells'}->{show} = 1; |
$p->{prop_value}->{'empty-cells'}->{show} = 1; |
510 |
$p->{prop_value}->{'empty-cells'}->{hide} = 1; |
$p->{prop_value}->{'empty-cells'}->{hide} = 1; |