﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27136	Change auth forms' autofocus attribute to HTML5 boolean syntax	Jon Dufresne	nobody	"Similar to #26928.

The autofocus attribute in auth forms is rendered as `autofocus=""""`, but it could be rendered as an HTML5 boolean attribute `autofocus`. As docs now state Django HTML specifically targets HTML5, might as well use the boolean syntax for all boolean attributes.

Example attribute: https://github.com/django/django/blob/38cf9ef390eb0cd0703d99893f826153865f6ba6/django/contrib/auth/forms.py#L98"	Cleanup/optimization	closed	contrib.auth	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
