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

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

Issue 1681273003: Add CSS parser support for break-after, break-before and break-inside. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update some text expectations, and move the new properties into ComputedStyle, since they aren't ra… Created 4 years, 10 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.in
diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.in b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
index 772f0178c48c9c57cf90fa51f5ac1b3ab865c45b..a8cb4665134e15292b0d664b9c36dd3594badcff 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.in
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
@@ -1069,3 +1069,12 @@ auto-fit
var
-internal-variable-value
+
+// break-before, break-after, break-inside
+avoid-page
+page
+recto
+verso
+avoid-column
+avoid-region
mstensho (USE GERRIT) 2016/02/09 22:19:24 Do we want to allow the region* values in the pars
rune 2016/02/09 23:52:17 Yes, should be dropped according to: https://draft
mstensho (USE GERRIT) 2016/02/10 06:09:03 Done.
+region

Powered by Google App Engine
This is Rietveld 408576698