﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12273	Block style applied in <dt> breaks HTML	Piotrek Koszuliński	Piotrek Koszuliński	"1. Use source (remember about ACF):

{{{
<dl><dt>Foo</dt><dd>bar</dd></dl>
}}}

2. Make selection in ""Foo"".
3. Apply block style like heading 1.


Expected: 

{{{
<dl><dt><h1>Foo</h1></dt><dd>bar</dd></dl>
}}}

Actual:

{{{
<dl><h1>Foo</h1><dd>bar</dd></dl>
}}}

The same scenario works fine in lists so apparently someone implemented that special case, but forgot about other, similar scenarios."	Bug	closed	Normal	CKEditor 4.4.4	General		fixed		
