﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6612	Table right alignment floated	Garry Yao		"The 'align' attribute used on table element actually makes the table right floated.
 1. Load the following content:
{{{
<p>
	text line before table.
</p>
<table>
	<tr>
		<td>cell</td>
		<td>cell</td>
	</tr>
	<tr>
		<td>cell</td>
		<td>cell</td>
	</tr>
</table>
<p dir=""rtl"">
	text line after table.
</p>
}}}
 1. Make selection in table, open properties dialog and select right alignment;
 * Actual Result: table is floated at the right side (overlap the layout box of last line);
 * Expected Result: table occupied line height in layout flow."	Bug	closed	Normal		General		invalid	Discussion	
