browser: full score for prefixed features
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 5 Dec 2010 23:45:14 +0000 (00:45 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 6 Dec 2010 00:04:46 +0000 (01:04 +0100)
Experimental features are supposed to be prefixed, do not penalise for
adhering to standards.

browser.plp

index 1f5cfc0048a3b4b855932123da6cf547158d818c..73db2a9e1c06b2863e2ef2facb1eea4886dccc9e 100644 (file)
@@ -131,7 +131,7 @@ print "</thead>\n";
 
 sub featurescore {
        # relative amount of support for given feature
-       state $statspts = { y=>10, 'y x'=>9, a=>5, 'a x'=>5, j=>2, 'p j'=>2, p=>1 };
+       state $statspts = { y=>10, 'y x'=>10, a=>5, 'a x'=>5, j=>2, 'p j'=>2, p=>1 };
        my $rank = 0;
        if (my $row = shift) {
                if ($canihas) {