<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Exporting to html doesn't preserve RTL property"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=131812#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Exporting to html doesn't preserve RTL property"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=131812">bug 131812</a>
from <span class="vcard"><a class="email" href="mailto:zayed.alsaidi@gmail.com" title="Zayed <zayed.alsaidi@gmail.com>"> <span class="fn">Zayed</span></a>
</span></b>
<pre>This will solve one part. the other part the direction. As per this
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode">https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode</a>
writing-mode: rl-tb is deprecated it should be horizontal-tb.
After that we need to set the direction CSS property to be direction: rtl;
and the last is how we can set the direction CSS property for <body>. I suggest
to be same as language of the LibreOffice GUI.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>