mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
No ticket: Fix XHTML regression. Close gh-1376.
This commit is contained in:
parent
020414ce51
commit
4b378280d3
@ -40,7 +40,7 @@ define([
|
||||
|
||||
// #11217 - WebKit loses check when the name is after the checked attribute
|
||||
fragment.appendChild( div );
|
||||
div.innerHTML = "<input type='radio' checked name='t'/>";
|
||||
div.innerHTML = "<input type='radio' checked='checked' name='t'/>";
|
||||
|
||||
// Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3
|
||||
// old WebKit doesn't clone checked state correctly in fragments
|
||||
|
Loading…
Reference in New Issue
Block a user