diff --git a/src/manipulation/wrapMap.js b/src/manipulation/wrapMap.js index e5e5acdab..ae9615eff 100644 --- a/src/manipulation/wrapMap.js +++ b/src/manipulation/wrapMap.js @@ -3,23 +3,19 @@ define( [ ], function( support ) { // We have to close these tags to support XHTML (#13200) -var wrapMap = { +var wrapMap = wrapMap = { option: [ 1, "" ], - - // Support: IE8 + legend: [ 1, "
" ], + area: [ 1, "" ], param: [ 1, "" ], - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting or other required elements. thead: [ 1, "