﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11484	Text with CSS3 column-count property in IE 11 handled as bloc	jihaisse		"I have a style ""two cols"" defined in my CSS like this :

{{{
.two-cols{
	-moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count:2;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
	-o-column-gap:20px;
	column-gap:20px;
}
}}}

When I apply this style on a text under firefox, chrome or IE 10, there is no problem. I can click on the text anywhere I want and edit it.

Under IE 11, the text is handled as a bloc, and I can't edit it.
"	Bug	closed	Normal		General		wontfix	IE11	
