﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5985	MapCSS conditions don't handle unquoted numeric values	framm	bastiK	"The MapCSS implementation (great work!) does not allow unquoted values that begin with a number, e.g.
{{{
way[width=5] { ... }
}}}
doesn't work (and not display an error message either), whereas
{{{
way[width=five] { ... }
}}}
and
{{{
way[width=""5""] { ... }
}}}
both work. This is probably due to simple_key_value_condition expecting a ""string_or_ident"" value, and IDENT must always begin with a letter, and STRING must always begin with double quotes. It is non-intiutive that one has to use quotes if the value is numeric; Potlatch does not require it. Can it be fixed without completely breaking the parser?
"	defect	closed	normal		Internal mappaint style		fixed	mapcss	
