Bug 10708: [Drosera] Make the console input plaintext-only
http://bugs.webkit.org/show_bug.cgi?id=10708
Change the console input -webkit-user-modify property to
read-write-plaintext-only.
* Drosera/console.css:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16785
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-04 Timothy Hatcher <timothy@apple.com>
+
+ Reviewed by Mitz Pettel!
+
+ Bug 10708: [Drosera] Make the console input plaintext-only
+ http://bugs.webkit.org/show_bug.cgi?id=10708
+
+ Change the console input -webkit-user-modify property to
+ read-write-plaintext-only.
+
+ * Drosera/console.css:
+
2006-10-04 David Smith <catfish.man@gmail.com>
Reviewed by Tim H.
left: 0;
right: 0;
bottom: 0;
- -webkit-user-modify: read-write;
+ -webkit-user-modify: read-write-plaintext-only;
-webkit-nbsp-mode: space;
-webkit-line-break: after-white-space;
word-wrap: break-word;