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

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

Issue 2145823002: Implement the overflow-anchor CSS property as an opt-out for ScrollAnchoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename anchorScroll Created 4 years, 5 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/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index 593a53b3f1811d3d9556fdf22e24e919416bb739..181198c6ed9a0c673e24d12fd45d77e23542956d 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -261,6 +261,7 @@ outline-color interpolable, custom_all
outline-offset interpolable, converter=convertComputedLength<int>
outline-style custom_all
outline-width interpolable, converter=convertLineWidth<unsigned short>
+overflow-anchor type_name=EOverflowAnchor
jbroman 2016/07/13 20:53:05 Should this be guarded by RuntimeEnabledFeatures (
ymalik 2016/07/13 21:41:44 Yes totally. And also because we haven't shipped s
overflow-wrap inherited
overflow-x type_name=EOverflow
overflow-y type_name=EOverflow

Powered by Google App Engine
This is Rietveld 408576698