define(function() { // We have to close these tags to support XHTML (#13200) var wrapMap = { // Support: IE9 option: [ 1, "" ], thead: [ 1, "", "
" ], // Some of the following wrappers are not fully defined, because // their parent elements (except for "table" element) could be omitted // since browser parsers are smart enough to auto-insert them // Support: Android 2.3 // Android browser doesn't auto-insert colgroup col: [ 2, "", "
" ], // Auto-insert "tbody" element tr: [ 2, "", "
" ], // Auto-insert "tbody" and "tr" elements td: [ 3, "", "
" ], _default: [ 0, "", "" ] }; // Support: IE9 wrapMap.optgroup = wrapMap.option; wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; wrapMap.th = wrapMap.td; return wrapMap; });