aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation
diff options
context:
space:
mode:
authorAnthony Ryan <anthonyryan1@gmail.com>2013-09-20 06:00:24 -0400
committerRichard Gibson <richard.gibson@gmail.com>2013-09-23 10:13:31 -0400
commit2d4c0d5f375bcf59a5a0cd19c4562bd57f03fb1d (patch)
treeaa2633f1b226255401348757a5febfb3970c48ea /src/manipulation
parent2aa2957d213c2801d9999a8902d041026fbb059a (diff)
downloadjquery-2d4c0d5f375bcf59a5a0cd19c4562bd57f03fb1d.tar.gz
jquery-2d4c0d5f375bcf59a5a0cd19c4562bd57f03fb1d.zip
No ticket: Fix XHTML regression. Close gh-1375.
Diffstat (limited to 'src/manipulation')
-rw-r--r--src/manipulation/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation/support.js b/src/manipulation/support.js
index e077399b0..6f4882ef6 100644
--- a/src/manipulation/support.js
+++ b/src/manipulation/support.js
@@ -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