Skip to content

Instantly share code, notes, and snippets.

@fethica
Created May 1, 2013 23:10
Show Gist options
  • Save fethica/5499105 to your computer and use it in GitHub Desktop.
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
.bdi{
direction: rtl;
unicode-bidi: embed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment