From 1c2fd8f8d8c72f190c55283d7c4199754a163d06 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 15 Dec 2010 04:55:47 +0100 Subject: [PATCH] browser: flesh out page description --- browser.plp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/browser.plp b/browser.plp index d368dbb..fbbddde 100644 --- a/browser.plp +++ b/browser.plp @@ -6,8 +6,10 @@ use List::Util qw(sum max first); Html({ title => 'browser compatibility cheat sheet', version => 'v1.0', - description => - "caniuse.", + description => [ + "Compatibility table of new web features (HTML5, CSS3, SVG, Javascript)", + "comparing support and usage share for all popular browser versions.", + ], keywords => [qw' web browser support compatibility usage available feature html html5 css css3 svg javascript js dom mobile -- 2.30.0