https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d00f52912761a35d6767b6fda635fec0c9fc1007 authored by ffxbld on 01 March 2016, 08:35:42 UTC
Added FIREFOX_45_0_RELEASE FIREFOX_45_0_BUILD1 tag(s) for changeset 63bad80aea6e. DONTBUILD CLOSED TREE a=release
Tip revision: d00f529
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