From 6072d150d61655ec07f714e1d58a0bd7baa5ec3f Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 23 Mar 2016 15:03:06 +0100 Subject: Docs: Update support comments to follow the new syntax The changes follow the spec proposed in: https://github.com/jquery/contribute.jquery.org/issues/95#issuecomment-69379197 --- src/manipulation/wrapMap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/manipulation/wrapMap.js') diff --git a/src/manipulation/wrapMap.js b/src/manipulation/wrapMap.js index fdb430a03..921c2eac5 100644 --- a/src/manipulation/wrapMap.js +++ b/src/manipulation/wrapMap.js @@ -3,7 +3,7 @@ define( function() { // We have to close these tags to support XHTML (#13200) var wrapMap = { - // Support: IE9 + // Support: IE <=9 only option: [ 1, "" ], // XHTML parsers do not magically insert elements in the @@ -17,7 +17,7 @@ var wrapMap = { _default: [ 0, "", "" ] }; -// Support: IE9 +// Support: IE <=9 only wrapMap.optgroup = wrapMap.option; wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -- cgit v1.2.3