mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
No ticket: Fix XHTML regression. Close gh-1375.
This commit is contained in:
parent
2aa2957d21
commit
2d4c0d5f37
@ -8,7 +8,7 @@ define([
|
||||
div = fragment.appendChild( document.createElement( "div" ) );
|
||||
|
||||
// #11217 - WebKit loses check when the name is after the checked attribute
|
||||
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