Skip to content
Permalink
Browse files
No ticket: Fix XHTML regression. Close gh-1375.
  • Loading branch information
anthonyryan1 authored and gibson042 committed Sep 23, 2013
1 parent 2aa2957 commit 2d4c0d5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 2d4c0d5

Please sign in to comment.