X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a9c93a19c0b7f17d653a61522ecffa4319d0590a..044c816621892378582d969646276a569ac4eb06:/browser.plp diff --git a/browser.plp b/browser.plp index 4a18cb4..fc04389 100644 --- a/browser.plp +++ b/browser.plp @@ -20,6 +20,7 @@ Html({ with Wikimedia browser usage statistics.

+
<: my $caniuse = do 'browser-support.inc.pl' or die $! || $@; @@ -144,7 +145,14 @@ for my $id (sort { my $cell = $_ ? lc $_->[0] : '-'; print '', $cell; } - printf '%s', $row->{description}, $row->{title}; + print '', $row->{title}; + print '
'; + s/\.?$/./, print "

$_

" for map { ref $_ ? @$_ : $_ || () } + $row->{description}, $row->{notes}; + printf 'Resources: %s.', join(', ', + map { qq($_->{title}) } @$_ + ) for $row->{links} // (); + print '
'; for ($row->{status}) { my $cell = $_ // '-'; $cell = sprintf '%s', $_, $cell for $row->{spec} // (); @@ -199,7 +207,8 @@ sub showversions { return join('‒', @span); } -:> +:>
+