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

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

Issue 624033002: 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 6 years, 2 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 00df892521319d739e730be645380d70537c7b52..c58577671b32eab73cf33d0539c844795afeed40 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -1051,10 +1051,6 @@ template {
display: none
}
-bdi, output {
- unicode-bidi: -webkit-isolate;
-}
-
bdo {
unicode-bidi: bidi-override;
}
@@ -1063,6 +1059,14 @@ textarea[dir=auto i] {
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;
+}
+
dialog:not([open]) {
display: none
}
« 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