From: tomByrer Date: Mon, 28 Jul 2014 13:18:39 +0000 (-0600) Subject: has been reinstated X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9e90399eca365562fc10894c39f7ad4bb0a57ad4;p=html-minifier.git has been reinstated http://www.w3.org/html/wg/drafts/html/master/single-page.html#the-s-element ref #166 --- diff --git a/src/htmllint.js b/src/htmllint.js index b5df1f7..9c1c9d2 100644 --- a/src/htmllint.js +++ b/src/htmllint.js @@ -13,7 +13,7 @@ return (/^(?:big|small|hr|blink|marquee)$/).test(tag); } function isDeprecatedElement(tag) { - return (/^(?:applet|basefont|center|dir|font|isindex|s|strike)$/).test(tag); + return (/^(?:applet|basefont|center|dir|font|isindex|strike)$/).test(tag); } function isEventAttribute(attrName) { return (/^on[a-z]+/).test(attrName);