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

Unified Diff: Source/core/css/CSSPropertyNames.in

Issue 17601010: [CSS Grid Layout] Rename grid placement properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: missing webposed/ changes Created 7 years, 6 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 | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/StylePropertyShorthand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPropertyNames.in
diff --git a/Source/core/css/CSSPropertyNames.in b/Source/core/css/CSSPropertyNames.in
index 169fc975c8c312986b9bb409e6bfaac6629dc35d..7faa2a59d0c0caf1b7304101bb65ac2a2b54fb6f 100644
--- a/Source/core/css/CSSPropertyNames.in
+++ b/Source/core/css/CSSPropertyNames.in
@@ -289,17 +289,17 @@ justify-content
-webkit-justify-content alias_for=justify-content
-webkit-font-size-delta
grid-auto-columns
+grid-auto-flow
grid-auto-rows
+grid-area
+grid-column
+grid-column-end
+grid-column-start
grid-definition-columns
grid-definition-rows
-grid-start
-grid-end
-grid-before
-grid-after
-grid-column
grid-row
-grid-auto-flow
-grid-area
+grid-row-end
+grid-row-start
-webkit-highlight
-webkit-hyphenate-character
-webkit-hyphenate-limit-after
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/StylePropertyShorthand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698