No ticket: Fix XHTML regression. Close gh-1376.

This commit is contained in:
Anthony Ryan 2013-09-20 06:00:24 -04:00 committed by Richard Gibson
parent 020414ce51
commit 4b378280d3

View File

@ -40,7 +40,7 @@ define([
// #11217 - WebKit loses check when the name is after the checked attribute
fragment.appendChild( div );
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