https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b08342623f36b7f63b20c547f1b313fb076e74b2 authored by ffxbld on 03 December 2013, 04:30:06 UTC
Added FIREFOX_26_0_RELEASE FIREFOX_26_0_BUILD1 tag(s) for changeset 6d7564bf9e88. DONTBUILD CLOSED TREE a=release
Tip revision: b083426
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