| Differences between
and this patch
- Source/WebCore/ChangeLog +13 lines
Lines 1-3 Source/WebCore/ChangeLog_sec1
1
2020-06-09  Noam Rosenthal  <noam@webkit.org>
2
3
        Make unicode-bidi:isolate the default for block elements instead of unicode-bidi:embed
4
        https://bugs.webkit.org/show_bug.cgi?id=65617
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        No new tests (OOPS!).
9
10
        * css/html.css:
11
        (address, blockquote, center, div, figure, figcaption, footer, form, header, hr,):
12
        (bdi, output): Deleted.
13
1
2020-06-09  Xabier Rodriguez Calvar  <calvaris@igalia.com>
14
2020-06-09  Xabier Rodriguez Calvar  <calvaris@igalia.com>
2
15
3
        [EME] CDMProxyInstance should not keep CDMInstanceSessions hard referenced
16
        [EME] CDMProxyInstance should not keep CDMInstanceSessions hard referenced
- Source/WebCore/css/html.css -2 / +5 lines
Lines 1271-1278 template { Source/WebCore/css/html.css_sec1
1271
    display: none;
1271
    display: none;
1272
}
1272
}
1273
1273
1274
bdi, output {
1274
address, blockquote, center, div, figure, figcaption, footer, form, header, hr,
1275
    unicode-bidi: isolate;
1275
legend, listing, main, p, plaintext, pre, summary, xmp, article, aside, h1, h2,
1276
h3, h4, h5, h6, hgroup, nav, section, table, caption, colgroup, col, thead,
1277
tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, bdi, output {
1278
  unicode-bidi: isolate; 
1276
}
1279
}
1277
1280
1278
bdo {
1281
bdo {
- LayoutTests/imported/w3c/resources/import-expectations.json +5 lines
Lines 11-16 LayoutTests/imported/w3c/resources/import-expectations.json_sec1
11
    "css/css-syntax": "import", 
11
    "css/css-syntax": "import", 
12
    "css/css-text-decor": "import", 
12
    "css/css-text-decor": "import", 
13
    "css/css-values": "import", 
13
    "css/css-values": "import", 
14
    "css/css-writing-modes/bidi-isolate*": "import", 
15
    "css/css-writing-modes/bidi-isolate-*": "import", 
16
    "css/css-writing-modes/bidi-isolate-display-block": "import", 
17
    "css/css-writing-modes/bidi-isolate-display-block.*": "import", 
18
    "css/css-writing-modes/bidi-isolate-display-block.html": "import", 
14
    "css/geometry": "import", 
19
    "css/geometry": "import", 
15
    "css/support": "import", 
20
    "css/support": "import", 
16
    "custom-elements": "import", 
21
    "custom-elements": "import", 

Return to Bug 65617