Skip to content

Instantly share code, notes, and snippets.

@eliranmal
Created June 22, 2012 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliranmal/2972782 to your computer and use it in GitHub Desktop.
Save eliranmal/2972782 to your computer and use it in GitHub Desktop.
Arabic concatenation Webkit issue
/**
* Arabic concatenation Webkit issue
*/
/*
span::first-letter {
text-transform: lowercase;
}
*/
p {
color: #35f;
font-size: 4em;
}
<!--<p><bdo dir="rtl"><span>ش</span>س</bdo></p>-->
<p><span>ش</span>س</p>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment