﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16999	Allow .class on left side of parent/child selectors	taylor.smock	team	"{{{
#!mapcss
node[traffic_calming] { set .traffic_calming }
node.traffic_calming < way[highway] { // Does not work. Expected behavior is to select the way that has the node with the class traffic_calming
        throwError: ""Traffic calming in highway (way)"";
}
node[traffic_calming] < way[highway] { // Works (example from wiki)
        throwError: ""Traffic calming in highway (standard)"";
}
way[highway] > node.traffic_calming { // Works, but selects node
        throwError: ""Traffic calming in highway (node)"";
}
}}}"	enhancement	new	minor		External rule	latest			
