From 9c83f2e2c377c7bd55dc7d74db3521fca4b275b0 Mon Sep 17 00:00:00 2001 From: Sazzad Hossain Khan Date: Wed, 19 Aug 2015 22:13:02 +0600 Subject: [PATCH] required input attribute --- jquery.htmlClean.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.htmlClean.js b/jquery.htmlClean.js index 5028c7d..fad76b1 100644 --- a/jquery.htmlClean.js +++ b/jquery.htmlClean.js @@ -556,7 +556,7 @@ Use and distibution http://www.opensource.org/licenses/bsd-license.php "del", ["cite", "class", "datetime"], "form", ["accept", "action", "class", "enctype", "method", "name"], "iframe", ["class", "height", "name", "sandbox", "seamless", "src", "srcdoc", "width"], - "input", ["accept", "accesskey", "alt", "checked", "class", "disabled", "ismap", "maxlength", "name", "size", "readonly", "src", "tabindex", "type", "usemap", "value"], + "input", ["accept", "accesskey", "alt", "checked", "class", "disabled", "ismap", "maxlength", "name", "size", "readonly", "src", "tabindex", "type", "usemap", "value", "required"], "img", ["alt", "class", "height", "src", "width"], "ins", ["cite", "class", "datetime"], "label", ["accesskey", "class", "for"],