X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0380d773faba8f0b2565bedf11c6a70bd76eddca..b97ebd969b2e520d3e65509c0f892edacae70520:/browser.plp diff --git a/browser.plp b/browser.plp index f8b20a9..bdde90e 100644 --- a/browser.plp +++ b/browser.plp @@ -1,12 +1,10 @@ <(common.inc.plp)><: -use 5.010; -use utf8; use List::Util qw(sum max first); no if $] >= 5.018, warnings => 'experimental::smartmatch'; Html({ title => 'browser compatibility cheat sheet', - version => '1.3', + version => '1.4', description => [ "Compatibility table of new web features (HTML5, CSS3, SVG, Javascript)", "comparing support and usage share for all popular browser versions.", @@ -339,7 +337,7 @@ sub saytitlecol { say '

'; } printf 'Resources: %s.', join(', ', map { - sprintf '%s', EscapeHTML($_->{url}), $_->{title} + sprintf '%s', EscapeHTML($_->{url}), EscapeHTML($_->{title}) } @$_) for grep { @$_ } $row->{links} // (); printf '
Parent feature: %s.', join(', ', map { sprintf '%s', EscapeHTML("#$_"), $caniuse->{data}->{$_}->{title}