Created
May 1, 2013 23:10
-
-
Save fethica/5499105 to your computer and use it in GitHub Desktop.
Simulate the <bdi></bdi> tag in IE and older browsers, to mix english content with right to left languages (arabic)
More info: http://www.w3.org/International/questions/qa-bidi-css-markup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.bdi{ | |
direction: rtl; | |
unicode-bidi: embed; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment