]> source.dussan.org Git - jquery.git/commit
Core: drop the document.implementation.createHTMLDocument usage 2972/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 2 Mar 2016 11:28:00 +0000 (12:28 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 2 Mar 2016 11:28:00 +0000 (12:28 +0100)
commitc5c30735311c74c60689fcabdcf2cb192524000e
tree6a40e15cfe91c91db337586de6d13b56ca802271
parent5d620be42054e8a326bc29493728e80381ebf473
Core: drop the document.implementation.createHTMLDocument usage

The document.implementation.createHTMLDocument("") method creates inert
documents which is good but using it has introduced issues around anchor
elements href property not resolving according to the current document.
Because of that, this patch is getting backed out on 1.x/2.x branches.

Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280
Refs gh-1505
Fixes gh-2941
src/core/parseHTML.js
src/core/support.js [deleted file]
test/unit/core.js
test/unit/support.js