﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6853	Safari: selected element is not fully removed	Wiktor Walc		"I'm not sure if we already have a ticket for it.

 1. Initial source:
{{{
<p>Paragraph 1</p>
<h2>Heading 2</h2>
<p>Paragraph 2</p>
}}}
 2. Select h2 in elements path to select the second row 
 3. Press ""Delete"" key
 4. Result: row has been deleted, but the source still contains h2:
{{{
<p>Paragraph 1</p>
<h2>Paragraph 2</h2>
}}}
 5. Expected result:
{{{
<p>Paragraph 1</p>
<p>Paragraph 2</p>
}}}

Works fine in FF and Chrome @ Mac.
"	Bug	confirmed	Normal		General	3.0		WebKit	
