https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ff30d37cc7091c8db607c124d686a33a387ca59e authored by seabld on 19 January 2013, 03:11:50 UTC
Added tag SEAMONKEY_2_15_1_RELEASE for changeset FIREFOX_18_0_1_BUILD1. CLOSED TREE a=release
Tip revision: ff30d37
unicode-bidi-plaintext-textarea-2.html
<!DOCTYPE html>
<html><head>
<title>unicode-bidi:plaintext</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
  .plaintext {
    unicode-bidi:-webkit-plaintext;
    unicode-bidi:-moz-plaintext;
    unicode-bidi:plaintext;
  }
  textarea { text-align: left; resize: none; }
</style>
</head><body>
<div>
The exclamation mark should be on the left side of the first line
and on the right side of the second line.
</div>
<textarea rows=4 cols=50 class="plaintext">
שלום!
hello!
</textarea>
</body></html>
back to top