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

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

Issue 1237143003: bdo (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 5 years, 5 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 77ac3f402b80c09f89e75d1b8c722c3242dfe3a7..c5975b88398285993a730cf7af80d01825559d45 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -1069,10 +1069,6 @@ template {
display: none
}
-bdi, output {
- unicode-bidi: -webkit-isolate;
-}
-
bdo {
unicode-bidi: bidi-override;
}
@@ -1107,6 +1103,14 @@ dialog::backdrop {
background: rgba(0,0,0,0.1)
}
+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 {
« no previous file with comments | « LayoutTests/fast/text/international/unicode-bidi-isolate-block-elements.html ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698