1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00

override default unicode bidi for RTL languages like Hebrew

This commit is contained in:
Lu Wang 2013-05-31 22:17:14 +08:00
parent c4757c7fae
commit 73d84524f8

View File

@ -134,12 +134,14 @@
-moz-transform-origin:0% 100%; -moz-transform-origin:0% 100%;
-webkit-transform-origin:0% 100%; -webkit-transform-origin:0% 100%;
-o-transform-origin:0% 100%; -o-transform-origin:0% 100%;
unicode-bidi:bidi-override; /* For rtl lanauges, e.g. Hebrew, we don't want the default Unicode behaviour */
} }
span { /* text blocks within a line */ span { /* text blocks within a line */
position:relative; position:relative;
vertical-align: baseline; vertical-align: baseline;
/* _<id> for spaces may need display:inline, which will override this */ /* _<id> for spaces may need display:inline, which will override this */
display:inline-block; display:inline-block;
unicode-bidi:bidi-override; /* For rtl lanauges, e.g. Hebrew, we don't want the default Unicode behaviour */
} }
.@CSS_WHITESPACE_CN@ { /* text shift */ .@CSS_WHITESPACE_CN@ { /* text shift */
color:transparent; color:transparent;