]> source.dussan.org Git - jquery.git/commitdiff
Remove fieldset from wrapMap
authorOleg <markelog@gmail.com>
Fri, 28 Dec 2012 15:09:50 +0000 (19:09 +0400)
committerOleg <markelog@gmail.com>
Fri, 28 Dec 2012 15:09:50 +0000 (19:09 +0400)
src/manipulation.js

index 0ce24de187423481db5ca2ec8e39b6ec21fb1637..7fd31c6405756473fac49957fcefda00e470f081 100644 (file)
@@ -12,7 +12,6 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>
 
                // Support: IE 9
                option: [ 1, "<select multiple='multiple'>" ],
-               legend: [ 1, "<fieldset>" ],
                param: [ 1, "<object>" ],
                thead: [ 1, "<table>"  ],
                tr: [ 2, "<table><tbody>" ],