Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: Source/core/css/html.css

Issue 23112019: If an element has unicode-bidi: plaintext and no strong directional characters. By default it shoul… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Proposed patch v3 Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index dff2fce40ae77b135231a4e1ad240513f5217e52..1fe1b6d0a07f70d7bbbd5bc2dfe33d5a77c616da 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -1112,6 +1112,10 @@ bdo {
unicode-bidi: bidi-override;
}
+textarea[dir=auto] {
+ unicode-bidi: -webkit-plaintext;
+}
+
/* page */
@page {

Powered by Google App Engine
This is Rietveld 408576698