﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4809	Table caption tag is output in wrong place	pomu0325	Garry Yao	"<caption> is output after <thead>. Seems to be the same issue with #2874. Occurs with IE and FF. Chrome seems to work fine.

=== To Reproduce ===
 * Insert new table with <th> and caption using table dialog.
 * Switch to source mode.
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px"">
	<thead>
		<tr>
			<th scope=""col"">
				&nbsp;</th>
			<th scope=""col"">
				&nbsp;</th>
		</tr>
	</thead>
	<caption>
		foo</caption>
	<tbody>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
}}}"	Bug	closed	Normal	CKEditor 3.5.3	Core : Tables	3.0.1	fixed		pomu@…
