﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7011	Nested list with different direction	Garry Yao		" 1. Load the sample page with the following content:
{{{
<ol>
	<li>
		item1
		<ol dir=""ltr"">
			<li>
				item2</li>
		</ol>
	</li>
</ol>
}}}
 1. Make a full selection and apply ""RTL"";
 * Actual Result: ""item2"" still in LTR."	Bug	closed	Normal		Core : BiDi	3.4	fixed		
