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

Side by Side Diff: third_party/WebKit/Source/core/css/CSSProperties.json5

Issue 2725543002: Add unprefixed -webkit-line-break as an alias to import csswg-test (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // This file specifies all the CSS properties we support and the necessary 2 // This file specifies all the CSS properties we support and the necessary
3 // information for our code generation. The various supported arguments 3 // information for our code generation. The various supported arguments
4 // are described below with example usage 4 // are described below with example usage
5 5
6 parameters: { 6 parameters: {
7 // - alias_for: "other-property" 7 // - alias_for: "other-property"
8 // Properties specifying alias_for should be virtually identical to the 8 // Properties specifying alias_for should be virtually identical to the
9 // properties they alias. Minor parsing differences are allowed as long as 9 // properties they alias. Minor parsing differences are allowed as long as
10 // the CSSValues created are of the same format of the aliased property. 10 // the CSSValues created are of the same format of the aliased property.
(...skipping 2993 matching lines...) Expand 10 before | Expand all | Expand 10 after
3004 }, 3004 },
3005 { 3005 {
3006 name: "-webkit-font-feature-settings", 3006 name: "-webkit-font-feature-settings",
3007 alias_for: "font-feature-settings", 3007 alias_for: "font-feature-settings",
3008 }, 3008 },
3009 { 3009 {
3010 name: "-webkit-justify-content", 3010 name: "-webkit-justify-content",
3011 alias_for: "justify-content", 3011 alias_for: "justify-content",
3012 }, 3012 },
3013 { 3013 {
3014 name: "line-break",
3015 alias_for: "-webkit-line-break",
3016 runtime_flag: "CSSLineBreak",
3017 },
3018 {
3014 name: "-webkit-opacity", 3019 name: "-webkit-opacity",
3015 alias_for: "opacity", 3020 alias_for: "opacity",
3016 }, 3021 },
3017 { 3022 {
3018 name: "-webkit-order", 3023 name: "-webkit-order",
3019 alias_for: "order", 3024 alias_for: "order",
3020 }, 3025 },
3021 { 3026 {
3022 name: "-webkit-perspective", 3027 name: "-webkit-perspective",
3023 alias_for: "perspective", 3028 alias_for: "perspective",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
3073 { 3078 {
3074 name: "-webkit-transition-timing-function", 3079 name: "-webkit-transition-timing-function",
3075 alias_for: "transition-timing-function", 3080 alias_for: "transition-timing-function",
3076 }, 3081 },
3077 { 3082 {
3078 name: "-webkit-user-select", 3083 name: "-webkit-user-select",
3079 alias_for: "user-select", 3084 alias_for: "user-select",
3080 }, 3085 },
3081 ], 3086 ],
3082 } 3087 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698