Commit 20e1cdce authored by Majid Valipour's avatar Majid Valipour Committed by Commit Bot

Turn ScrollBoundaryBehavior runtime feature on by default

Blink intent-to-ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/OqBNF2efmFA/3ByBUKyaCgAJ
Draft Specification: https://wicg.github.io/scroll-boundary-behavior/

Bug: 672921
Change-Id: I18b1475def2346faeb60aa46085328f4d60f8470
Reviewed-on: https://chromium-review.googlesource.com/663624
Commit-Queue: Majid Valipour <majidvp@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#502907}
parent d3dde839
...@@ -241,6 +241,9 @@ right ...@@ -241,6 +241,9 @@ right
rx rx
ry ry
scrollBehavior scrollBehavior
scrollBoundaryBehavior
scrollBoundaryBehaviorX
scrollBoundaryBehaviorY
setProperty setProperty
shapeImageThreshold shapeImageThreshold
shapeMargin shapeMargin
......
...@@ -281,6 +281,8 @@ All changes to this list should go through Blink's feature review process: http: ...@@ -281,6 +281,8 @@ All changes to this list should go through Blink's feature review process: http:
rx rx
ry ry
scroll-behavior scroll-behavior
scroll-boundary-behavior-x
scroll-boundary-behavior-y
shape-image-threshold shape-image-threshold
shape-margin shape-margin
shape-outside shape-outside
...@@ -583,6 +585,9 @@ All changes to this list should go through Blink's feature review process: http: ...@@ -583,6 +585,9 @@ All changes to this list should go through Blink's feature review process: http:
place-self place-self
align-self align-self
justify-self justify-self
scroll-boundary-behavior
scroll-boundary-behavior-x
scroll-boundary-behavior-y
text-decoration text-decoration
text-decoration-color text-decoration-color
text-decoration-line text-decoration-line
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
}, },
{ {
name: "CSSScrollBoundaryBehavior", name: "CSSScrollBoundaryBehavior",
status: "experimental", status: "stable",
}, },
{ {
name: "CSSScrollSnapPoints", name: "CSSScrollSnapPoints",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment