From 4cd57d727a075617c8db30dcf69542f66add63fe Mon Sep 17 00:00:00 2001 From: cmcnulty Date: Thu, 5 Apr 2012 12:12:38 -0400 Subject: [PATCH] Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE. --- src/manipulation.js | 12 +++++++----- test/unit/manipulation.js | 13 +++++++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/src/manipulation.js b/src/manipulation.js index 91502b572..7a1cc3b17 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -22,7 +22,7 @@ var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figca rtagName = /<([\w:]+)/, rtbody = /]", "i"), rcheckableType = /^(?:checkbox|radio)$/, @@ -46,9 +46,10 @@ wrapMap.optgroup = wrapMap.option; wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; wrapMap.th = wrapMap.td; -// IE can't serialize and