browser: add page keywords
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 8 Dec 2010 01:13:14 +0000 (02:13 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 15 Dec 2010 21:40:44 +0000 (22:40 +0100)
browser.plp

index 2f75abd8b5cee9464a9cca102b9e9683be7c005e..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'],
 });