]> source.dussan.org Git - jquery.git/commit
Manipulation: Don't provide the parser with sloppy table markup
authorAnthony Ryan <anthonyryan1@gmail.com>
Sat, 25 Jul 2015 06:15:02 +0000 (02:15 -0400)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 14 Sep 2015 20:01:04 +0000 (22:01 +0200)
commit99e8ff1baa7ae341e94bb89c3e84570c7c3ad9ea
treebd1b2f871b3d29e062afe60dc55c61f509cb83ac
parentb5f7c9e2d526b17b9962976bb704dce8779d7362
Manipulation: Don't provide the parser with sloppy table markup

While we can reply on parsers that were designed to cope with
malformed syntax to understand what we mean, we shouldn't
intentionally provide bad markup, not all parsers will accept
it.

"Be conservative in what you do, be liberal in what you accept
from others."

Reverts 0ea342a6a6dce793c1b0f14f051c2573f40f4e44

Refs gh-2031
Refs gh-2002
Fixes gh-2493
Closes gh-2499
src/manipulation/wrapMap.js