﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8184	Inconsistent behavior  when inserting <dt><dd> into a definition list with insertHtml	Wiktor Walc		"1. Open _samples/api.html
2. Start with the following source and selection
{{{
<p>first line</p>
<dl>
<dt>^definition1</dt>
<dd>detail1</dd>
</dl>
}}}
3. Paste into the textarea below CKEditor:
{{{
<dt>definition</dt><dd>detail</dd>
}}}
4. Click ""Insert HTML""
5. Results:[[BR]]
 IE - new definition list is created[[BR]]
 Firefox - `dt/dd` is pasted inside of exisitng definition list, but also an empty definition term is created: 
{{{
<dl>
	<dt>
		&nbsp;</dt>
	<dt>
		definition</dt>
	<dd>
		detail</dd>
	<dt>
		^definition1</dt>
	<dd>
		detail1</dd>
</dl>
}}}"	Bug	closed	Normal		Core : Lists	3.1	fixed		
