﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9922	Stylesheet parser should accept CSS classes without elements	Olek Nowodziński		"Suppose we want our CSS class to be parsed:
{{{
.myclass {
    color: red;
}
}}}

So the setup for this is as follows:
{{{
config.stylesheetParser_skipSelectors = /^body\./i; // need to override this
config.stylesheetParser_validSelectors = /\.\w+/;
}}}

This setup works, however the list of styles contains a broken style because `.myclass` isn't associated with any element.

[http://stackoverflow.com/questions/14224158/ckeditor-stylesheet-parser-valid-selectors More info]."	Bug	closed	Normal		General	4.0.2	duplicate		
