| Index: third_party/WebKit/Source/core/css/CSSProperties.json5
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| index 44f5a82a66ba7073e8579bdda80508e97b83da44..ae9ad3e64188db59afe320ad71952682b0f7d9d5 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -765,15 +765,33 @@
|
| "box-sizing",
|
| {
|
| name: "break-after",
|
| + // Storage for this property also covers these legacy properties:
|
| + // page-break-after, -webkit-column-break-after
|
| + initial_keyword: "auto",
|
| + keyword_only: true,
|
| + keywords: [
|
| + "auto", "avoid", "avoid-column", "avoid-page", "column", "left", "page", "recto", "right", "verso"
|
| + ],
|
| type_name: "EBreakBetween",
|
| },
|
| {
|
| name: "break-before",
|
| + // Storage for this property also covers these legacy properties:
|
| + // page-break-before, -webkit-column-break-before
|
| + initial_keyword: "auto",
|
| + keyword_only: true,
|
| + keywords: [
|
| + "auto", "avoid", "avoid-column", "avoid-page", "column", "left", "page", "recto", "right", "verso"
|
| + ],
|
| type_name: "EBreakBetween",
|
| },
|
| {
|
| name: "break-inside",
|
| - type_name: "EBreakInside",
|
| + // Storage for this property also covers these legacy properties:
|
| + // page-break-inside, -webkit-column-break-inside
|
| + initial_keyword: "auto",
|
| + keyword_only: true,
|
| + keywords: ["auto", "avoid", "avoid-column", "avoid-page"],
|
| },
|
| {
|
| name: "buffered-rendering",
|
|
|