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

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

Issue 61733019: Make unicode-bidi:isolate the default for block elements instead of unicode-bidi:embed Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 bd8fdf3527da6d9855c1c504aecb7af52693e83c..a0c2d44044deddbce0fa9f6c6c65b34a06b8e379 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -1106,10 +1106,6 @@ template {
display: none
}
-bdi, output {
- unicode-bidi: -webkit-isolate;
-}
-
bdo {
unicode-bidi: bidi-override;
}
@@ -1118,6 +1114,14 @@ textarea[dir=auto] {
unicode-bidi: -webkit-plaintext;
}
+address, blockquote, center, div, figure, figcaption, footer, form,
+header, hr, legend, listing, p, plaintext, pre, summary, xmp, article,
+aside, h1, h2, h3, h4, h5, h6, hgroup, main, nav, section, table, caption,
+colgroup, col, thead, tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu,
+ol, ul, li, bdi, output {
+ unicode-bidi: -webkit-isolate;
+}
+
/* page */
@page {

Powered by Google App Engine
This is Rietveld 408576698