]> source.dussan.org Git - jquery.git/commitdiff
No ticket: Fix XHTML regression. Close gh-1375.
authorAnthony Ryan <anthonyryan1@gmail.com>
Fri, 20 Sep 2013 10:00:24 +0000 (06:00 -0400)
committerRichard Gibson <richard.gibson@gmail.com>
Mon, 23 Sep 2013 14:13:31 +0000 (10:13 -0400)
src/manipulation/support.js

index e077399b033672c7fa6a31e6a2934633ceab7725..6f4882ef6d5680b67162d1b0407e8958b2fecf7b 100644 (file)
@@ -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