﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8934	[patch] Text-halo-color and text-halo-radius Properties are not applied within area selectors	skorasaurus	team	"
I have been attempting to style the names of a few features using an eval selector. 

For example, I have 10 or so features that include small_area : true; as follows: 


{{{
area[power=generator]:closed {
    color: black;
    width: 2;
    fill-color: #444444;
    fill-opacity: 0.6;
    small_area : true;}

area[eval(prop(small_area))]:closed {
    text-color: black;
    font-size: 100;
    text: name;
    text-halo-color: white;
    text-halo-radius: 20;
    text-position: center;
}
}}}

text-halo-color and text-halo-radius are not applied to my selectors although font-size does. 
I have attached a simple test case that shows this bug. 
"	defect	closed	normal		Core mappaint	latest	fixed	mapcss	
