From b9807b767a2afb5c2b135579bfe9d3bd23839056 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 8 Dec 2010 02:13:14 +0100 Subject: [PATCH] browser: add page keywords --- browser.plp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/browser.plp b/browser.plp index 2f75abd..4ed3f1b 100644 --- a/browser.plp +++ b/browser.plp @@ -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'], }); -- 2.30.0