﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11685	Bidi support for block quote.	Marek Lewandowski		"We may enrich block quote bidi compatibility, by placing border at right hand side if it's in right-to-left block.

1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
2. use following source code:
{{{
<div dir=""rtl"">
<p>Line 1.</p>

<blockquote>Some random quote.</blockquote>

<p>Ending line.</p>
</div>
}}}

'''Expected result:'''[[BR]]
Produced source code: Quote border (decoration) should be at right hand side.

'''Current result:'''[[BR]]
Code without checked attribute: For both text directions it's at left hand side."	New Feature	closed	Normal		General		wontfix		
