﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5980	Styles: combine classes and allow wildcards	anrikun		"Currently, styles can be like this:[[BR]]
[
  {name: 'myP1', element: 'p', attributes: {'class': 'class1'}},[[BR]]
  {name: 'myP2', element: 'p', attributes: {'class': 'class2'}}[[BR]]
]);

'''Problem 1:''' it is not possible to apply both classes. When a class is applied, the other is removed...

'''Problem 2:''' when applying myP1 or myP2 to a H2, H2 will be turned into a P. I would like something like this: [
  {name: 'myBlock1', element: '#', attributes: {'class': 'class1'}},[[BR]]
  {name: 'myP2', element: 'p', attributes: {'class': 'class2'}}
]);

Style myBlock1 could be applied to any block without changing its tag.[[BR]]
Actually, CKEditor's code seems to provide a wildcard # to target any block element but it does not seem to work as expected.
"	New Feature	confirmed	Normal		Core : Styles				
