| 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 595762ff8cad6d3c51255da0332baab424ee5b0c..01140b9e52ea51fb4e4ccd64a4e8ba83d457e063 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -1860,10 +1860,9 @@
|
| {
|
| name: "speak",
|
| inherited: true,
|
| - field_template: "storage_only",
|
| - type_name: "ESpeak",
|
| - default_value: "ESpeak::kNormal",
|
| - field_size: 3,
|
| + field_template: "keyword",
|
| + keywords: ["none", "normal", "spell-out", "digits", "literal-punctuation", "no-punctuation"],
|
| + default_value: "normal",
|
| field_group: "rare-inherited",
|
| },
|
| {
|
|
|