﻿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
8440	Change forms default auto_id='id-%s'	cdleary@…	cdleary	"Hey all,

I don't think that the default auto_id for form fields is compatible with CSS1, since it starts with ""id_"". A la http://www.w3.org/TR/REC-CSS1#appendix-b:

{{{
unicode		\\[0-9a-f]{1,4}
latin1		[¡-ÿ]
escape		{unicode}|\\[ -~¡-ÿ]
stringchar	{escape}|{latin1}|[ !#$%&(-~]
nmstrt		[a-z]|{latin1}|{escape}
nmchar		[-a-z0-9]|{latin1}|{escape}
ident		{nmstrt}{nmchar}*
name		{nmchar}+
}}}

I believe it's a real simple patch (attached), but I haven't tested it rigorously.

Cheers,

Chris"		closed	Forms	dev		invalid			Unreviewed	1	0	0	0	0	0
