-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.7.1
-
Component/s: None
-
Tags:
HTML5 has introduced a new possible value for the dir attribute of HTML elements namely auto to make it possible to change the text direction to right to left (RTL) automatically when the text content starts with characters from languages such such arabic, hebrew or farsi for instance.
Unfortunately this is not yet available as a CSS declaration hence the need to use an HTML attribute.
http://www.w3.org/International/tutorials/new-bidi-xhtml/qa-html-dir#insertedtext
Note: this feature is currently supported by webkit based browsers. Firefox support is not yet implemented, see: https://bugzilla.mozilla.org/show_bug.cgi?id=548206
- is required by
-
NXS-1309 Synchronize default layout template with Nuxeo changes (dir=auto for RTL languages suport)
- Resolved