﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9578	Small problem in highway.mapcss	naoliv	team	"In JOSM's highway.mapcss we have:

{{{
#!rule
way.major_road[foot?][!sidewalk] {
  throwWarning: tr(""major road used with {0}"", ""{0.tag}"");
  suggestAlternative: ""sidewalk"";
  suggestAlternative: tr(""separate footway"");
  assertMatch: ""way highway=primary foot=yes"";
  assertNoMatch: ""way highway=primary"";
  assertNoMatch: ""way highway=primary foot=yes sidewalk=both"";
  assertNoMatch: ""way highway=primary foot=no"";
}
}}}

But validating a data with foot=yes we see:

{{{
major road used with null, use sidewalk or separate footway instead
}}}

(note the '''null''')"	defect	closed	minor	14.01	Core validator		fixed		simon04
