Skip to content

Commit 2d4c0d5

Browse files
anthonyryan1gibson042
authored andcommitted
No ticket: Fix XHTML regression. Close jquerygh-1375.
1 parent 2aa2957 commit 2d4c0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manipulation/support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define([
88
div = fragment.appendChild( document.createElement( "div" ) );
99

1010
// #11217 - WebKit loses check when the name is after the checked attribute
11-
div.innerHTML = "<input type='radio' checked name='t'/>";
11+
div.innerHTML = "<input type='radio' checked='checked' name='t'/>";
1212

1313
// Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3
1414
// old WebKit doesn't clone checked state correctly in fragments

0 commit comments

Comments
 (0)