diff --git a/src/manipulation.js b/src/manipulation.js index aaa3827c6..1d4716a18 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -47,9 +47,10 @@ var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|" + // We have to close these tags to support XHTML (#13200) wrapMap = { option: [ 1, "" ], - legend: [ 1, "
", "
" ], - area: [ 1, "", "" ], + + // Support: IE8 param: [ 1, "", "" ], + thead: [ 1, "", "
" ], tr: [ 2, "", "
" ], col: [ 2, "", "
" ],