diff --git a/index.html b/index.html index aabf44c2..10163135 100644 --- a/index.html +++ b/index.html @@ -119,7 +119,7 @@

avoid

css

- box-reflection + box-reflection

@@ -211,7 +211,7 @@

use with polyfill

-

js

+

api

classlist @@ -598,7 +598,7 @@

use with polyfill

api

- match-media + match-media

@@ -731,7 +731,7 @@

use with polyfill

html

- ol-reversed + ol-reversed

@@ -884,7 +884,7 @@

avoid

css

- scoped-css + scoped-css

@@ -1113,6 +1113,26 @@

polyfill

+
+
+

avoid

+

api

+

+ + web sql + +

+
+
+

Although it found initial favor as a client-side database api, it has +now been abandoned in favor of IndexDB.

+
+ Edit info on + web sql +
+
none
+
+

use with polyfill

diff --git a/new_feature.sh b/new_feature.sh index a4a86e8c..917a8c7e 100755 --- a/new_feature.sh +++ b/new_feature.sh @@ -22,9 +22,9 @@ done featureslug=$( echo $feature | # Use sed to replace spaces with hyphens - sed -e "s///" | + sed -E -e "s/ +/-/" -e "s/[^A-Za-z0-9\-]//g" | - # BSD sed doesn't accept \L, so use tr instead for case conversion + # BSD sed doesnt accept \L, so use tr instead for case conversion tr "[A-Z]" "[a-z]" )