Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.json5

Issue 2896723003: Generate enum/getters/setters/mappings for speak. (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
},
{

Powered by Google App Engine
This is Rietveld 408576698