| Summary: | Improve renderization of RTL (Right-to-left) languages | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Danilo G. Baio <dbaio> |
| Component: | Books & Articles | Assignee: | Danilo G. Baio <dbaio> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | doceng |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://reviews.freebsd.org/D25238 | ||
|
Description
Danilo G. Baio
2020-06-11 21:08:51 UTC
A commit references this bug: Author: dbaio Date: Sat Jun 27 21:53:39 UTC 2020 New revision: 54300 URL: https://svnweb.freebsd.org/changeset/doc/54300 Log: Improve renderization of RTL (Right-to-left) languages <screen> and <programlisting> are always ltr and align to the left because they usually have pieces of code and commands. This will lock <screen> and <programlisting> and RTL languages won't change that. PR: 247184 Approved by: doceng (bcr) Differential Revision: https://reviews.freebsd.org/D25238 Changes: head/share/misc/docbook.css |