mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Remove fix for #11280
This commit is contained in:
parent
378ab82865
commit
6215840995
@ -12,7 +12,6 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>
|
|||||||
|
|
||||||
// Support: IE 9
|
// Support: IE 9
|
||||||
option: [ 1, "<select multiple='multiple'>" ],
|
option: [ 1, "<select multiple='multiple'>" ],
|
||||||
param: [ 1, "<object>" ],
|
|
||||||
thead: [ 1, "<table>" ],
|
thead: [ 1, "<table>" ],
|
||||||
tr: [ 2, "<table><tbody>" ],
|
tr: [ 2, "<table><tbody>" ],
|
||||||
col: [ 2, "<table><tbody></tbody><colgroup>" ],
|
col: [ 2, "<table><tbody></tbody><colgroup>" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user