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

Unified Diff: sky/engine/core/css/CSSValueKeywords.in

Issue 689853003: Remove CSS Grid Layout and grid media queries. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « sky/engine/core/css/CSSValue.cpp ('k') | sky/engine/core/css/MediaFeatureNames.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSValueKeywords.in
diff --git a/sky/engine/core/css/CSSValueKeywords.in b/sky/engine/core/css/CSSValueKeywords.in
index b267025fd0c46219b1d6b1ef4ceaf4227560133c..f19dbcac608189abc8f8c496781fb8c3a5f76ede 100644
--- a/sky/engine/core/css/CSSValueKeywords.in
+++ b/sky/engine/core/css/CSSValueKeywords.in
@@ -267,11 +267,8 @@ block
inline-block
flex
inline-flex
-grid
-inline-grid
//none
--webkit-flex
--webkit-inline-flex
+
//
// cursor
// The order here must match the order of the ECursor enum in RenderStyleConstants.h.
@@ -443,10 +440,6 @@ column-reverse
wrap
wrap-reverse
-// grid-auto-flow
-dense
-stack
-
// -internal-marquee-direction
forwards
backwards
@@ -492,7 +485,6 @@ min-intrinsic
-webkit-max-content
-webkit-fill-available
-webkit-fit-content
-// Unprefixed for CSS Grid Layout.
min-content
max-content
@@ -761,9 +753,6 @@ balance
drag
no-drag
-// grid-{column|row}-{start|end}
-span
-
// text-indent
each-line
//hanging // hanging exists in SVGCSSValueKeywords.in
« no previous file with comments | « sky/engine/core/css/CSSValue.cpp ('k') | sky/engine/core/css/MediaFeatureNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698