browser: recognise 'ls' feature status
[sheet.git] / browser.plp
index 322fa36d42d31b206302b1070c5a7a79e37bf3cd..e65395ea1cba69b0c20a047ade609b17756be26e 100644 (file)
@@ -63,12 +63,13 @@ my %DSTATS = (
 );
 my %CSTATUS = (
        unoff => 'l1', # unofficial
-       wd    => 'l3', # draft
-       cr    => 'l4', # candidate
-       pr    => 'l4', # proposed
+       wd    => 'l2', # draft
+       cr    => 'l3', # candidate
+       pr    => 'l3', # proposed
        rec   => 'l5', # recommendation
-       other => 'l2', # non-w3
-       ietf  => 'l5', # standard
+       ls    => 'l4', # whatwg
+       ietf  => 'l0', # standard
+       other => 'l0', # non-w3
 );
 my %versions;
 if (my ($somerow) = values %{ $caniuse->{data} }) {