termcol: monospaced terminal samples
[sheet.git] / browser.plp
index f6de5958b3ef14a86799fb9785bebdbb908eddf5..4ed3f1b8b8fc2f8bbc9ee2da6ed874588bf50415 100644 (file)
@@ -8,7 +8,11 @@ Html({
        version => 'v1.0',
        description =>
                "caniuse.",
-       keywords => [qw'html css browser feature'],
+       keywords => [qw'
+               web browser support compatibility usage available feature
+               html html5 css css3 svg javascript js dom mobile
+               ie internet explorer firefox chrome safari webkit opera
+       '],
        stylesheet => [qw'circus dark mono red light'],
        data => ['browser-support.inc.pl'],
 });
@@ -109,7 +113,7 @@ my $scorediv = (max(map { ref $_ eq 'HASH' && sum(values %$_) } values %$canihas
 print '<table class="mapped">';
 print '<col span="3">';  # should match first thead row
 printf '<colgroup span="%d">', scalar @{ $versions{$_} } for @browsers;
-print "\n";
+say '</colgroup><col>';
 
 my $header = join('',
        '<tr>',