Rev 11480 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11480 | Rev 11777 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | { |
12 | { |
13 | foreach my $E (@{$v->errors}) { |
13 | foreach my $E (@{$v->errors}) { |
14 | next if ($E->msg =~ /not allowed in prolog/); |
14 | next if ($E->msg =~ /not allowed in prolog/); |
15 | next if ($E->msg =~ /Conflict between Mime Type/); #error coming from last.html |
15 | next if ($E->msg =~ /Conflict between Mime Type/); #error coming from last.html |
16 | next if ($E->msg =~ /xmlParseEntityRef/); #error I do not understand, link with & |
16 | next if ($E->msg =~ /xmlParseEntityRef/); #error I do not understand, link with & |
17 |
|
17 | # next if ($E->msg =~ /data-dropdown-menu/); #is not a member of a group specified for any attribute (html5) |
18 |
|
18 | # next if ($E->msg =~ /no attribute \"data/); #html5 |
19 |
|
19 | # next if ($E->msg =~ /aria-label/); #html5 |
20 |
|
20 | # next if ($E->msg =~ /nav/); #html5 |
21 | printf("\$wims_name_Error: line %d, %s\n", $E->line, $E->msg); |
21 | printf("\$wims_name_Error: line %d, %s\n", $E->line, $E->msg); |
22 | 22 | ||
23 | } |
23 | } |
24 | foreach my $E (@{$v->warnings}) { |
24 | foreach my $E (@{$v->warnings}) { |
25 | next if ($E->msg =~ /character "(&|&)" is the first character of a delimiter but occurred as data/); ##due to wims |
25 | next if ($E->msg =~ /character "(&|&)" is the first character of a delimiter but occurred as data/); ##due to wims |