﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7543	Invalid handling of unclosed list items with link at the end	Sa'ar Zac Elias		"Using Chrome, go to source and paste:
{{{
<ul>
	<li>
		This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor. 
</ul>
}}}
Expected:
{{{
<ul>
	<li>
		This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor.</a></li>
</ul>
}}}
Result:
{{{
<ul>
	<li>
		This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor. </a></li>
</ul>
<p>
	<a href=""http://ckeditor.com/""> </a></p>
}}}
Not a recent regression. Didn't try Safari."	Bug	closed	Normal		Core : Parser	3.0	invalid		
