We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6a612 commit f826affCopy full SHA for f826aff
1 file changed
css2/bin/chkprops
@@ -1,7 +1,7 @@
1
#!/usr/local/bin/perl
2
# Check validity of property instances in sepc.
3
# Ian Jacobs - ij@w3.org
4
-# $Id: chkprops,v 1.5 2006-10-09 18:55:52 ihickson Exp $
+# $Id: chkprops,v 1.6 2007-04-16 12:43:46 bbos Exp $
5
6
$PROGNAME = substr($0, rindex($0, "/") + 1);
7
if ($#ARGV < 1) {
@@ -69,7 +69,7 @@ foreach $file (@ARGV) {
69
$propdb{$propkey} =~ s/False/True/si;
70
}
71
if ( $content !~ /\s*'$propkey'\s*/ ) {
72
- warn "Content $content not same as name for $propkey in $file\n";
+ warn "$PROGNAME:$file:1:1:W: Content of SPAN is \"$content\" but should be \"'$propkey'\"\n";
73
74
$_ = $continue;
75
0 commit comments