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

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

Issue 2746453005: [css-align] Adapt self-alignment properties to the new baseline syntax (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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSValueKeywords.json5
diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5 b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
index b82eac0e1d8e39fbe8851d867cf014ea581abdd9..06f5ea7f6330a5eed615a9cf4ef1ad1110df836f 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
@@ -533,6 +533,8 @@
// flex-end
// center
// baseline
+ // last baseline,
+ // first baseline,
// stretch
// justify-content
@@ -982,6 +984,8 @@
// stretch
// baseline
"last-baseline",
+ "first",
+ "last",
// center
// start
// end

Powered by Google App Engine
This is Rietveld 408576698