[Libreoffice-bugs] [Bug 131812] Exporting to html doesn't preserve RTL property
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 9 20:50:47 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=131812
--- Comment #8 from Zayed <zayed.alsaidi at gmail.com> ---
This will solve one part. the other part the direction. As per this
https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200409/16b89a71/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list