Chromium Code Reviews| 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 e06e3ddda923b8afdb142156471868a393eb6a47..329218e7a76368ba2dbfc654fc7d613fae906bad 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5 |
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5 |
| @@ -2703,13 +2703,13 @@ |
| api_methods: ["parseSingleValue"], |
| custom_all: true, |
| }, |
| + // Word Break Values. Matches WinIE and CSS3 |
|
alancutter (OOO until 2018)
2017/05/26 01:53:20
Move this next to the keywords field.
|
| { |
| name: "word-break", |
| inherited: true, |
| - field_template: "storage_only", |
| - type_name: "EWordBreak", |
| - default_value: "EWordBreak::kNormal", |
| - field_size: 2, |
| + field_template: "keyword", |
| + keywords: ["normal", "break-all", "keep-all", "break-word"], |
| + default_value: "normal", |
| field_group: "rare-inherited", |
| }, |
| { |