﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10066	[Patch] MapCSS parser: skip all whitespace	simon04	team	"In order to resolve the limitation ""JOSM MapCSS is not liberal with white spaces in the selector…"" from wiki:Help/Styles/MapCSSImplementation, we could ignore whitespaces at the lexing phase, i.e., by using the JavaCC `SKIP` keyword …

With this modification, also `[highway ! = footway]` would be parsed correctly (note the space between `!` and `=`). To get around this, one would have to combine `<EXCLAMATION> <EQUAL>` into one token like it is done for `<PIPE_Z>`.

Is there a special reason, why whitespace handling is done in each grammar rule separately?"	enhancement	closed	normal		Internal mappaint style		wontfix		bastiK
