--- test/html-webhacc/cc.cgi 2008/02/10 04:08:04 1.35
+++ test/html-webhacc/cc.cgi 2008/03/16 11:38:47 1.41
@@ -86,6 +86,8 @@
$char_length byte@{[$char_length == 1 ? '' : 's']}
+
+
];
$input->{id_prefix} = '';
@@ -132,6 +134,8 @@
} elsif ($err->{level} eq 'u' or $err->{level} eq 'unsupported') {
$result->{$layer}->{unsupported}++;
$result->{unsupported} = 1;
+ } elsif ($err->{level} eq 'i') {
+ #
} else {
$result->{$layer}->{must}++;
$result->{$layer}->{score_max} -= 2;
@@ -213,6 +217,7 @@
} elsif (defined $cssom) {
print_structure_dump_cssom_section ($input, $cssom);
## TODO: CSSOM validation
+ add_error ('structure', {level => 'u'} => $result);
} elsif (defined $manifest) {
print_structure_dump_manifest_section ($input, $manifest);
print_structure_error_manifest_section ($input, $manifest, $result);
@@ -289,18 +294,14 @@