| 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
|
| }
|
|
|