﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8568	MapCSS rule applied several times if several selectors applies	imagic	team	"If for a single rule several selectors are given and more than one of them applies, the rule is also applied several times (once for each selector that applies). Correct behaviour would be that a rule is only applied once if one or more selectors apply.

Example:
way 
{ width: 5; }

way[keyA], way[keyB]
{ width: eval(prop(width)+10); }

In this example ways without keyA or keyB are rendered with width 5 (correct). If either keyA or keyB is present, the way is rendered with width 15 (correct). But if both keyA and keyB are present, the way is rendered with width 25, which is incorrect."	defect	closed	normal	14.01	Core mappaint	latest	fixed		
