Commit f13ce426 authored by Sandra Sun's avatar Sandra Sun Committed by Commit Bot

Turning CSSScrollSnapPoints stable.

Intent-to-ship:
https://groups.google.com/a/chromium.org/d/topic/blink-dev/K4m85YRD1II/discussion

Bug: 497851
Change-Id: Iae62b81fda3b6dab683833d61937b8a4b134fb4a
Reviewed-on: https://chromium-review.googlesource.com/1110852Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569664}
parent 146d766c
...@@ -254,6 +254,31 @@ rowGap ...@@ -254,6 +254,31 @@ rowGap
rx rx
ry ry
scrollBehavior scrollBehavior
scrollMargin
scrollMarginBlock
scrollMarginBlockEnd
scrollMarginBlockStart
scrollMarginBottom
scrollMarginInline
scrollMarginInlineEnd
scrollMarginInlineStart
scrollMarginLeft
scrollMarginRight
scrollMarginTop
scrollPadding
scrollPaddingBlock
scrollPaddingBlockEnd
scrollPaddingBlockStart
scrollPaddingBottom
scrollPaddingInline
scrollPaddingInlineEnd
scrollPaddingInlineStart
scrollPaddingLeft
scrollPaddingRight
scrollPaddingTop
scrollSnapAlign
scrollSnapStop
scrollSnapType
setProperty setProperty
shapeImageThreshold shapeImageThreshold
shapeMargin shapeMargin
......
...@@ -278,6 +278,25 @@ All changes to this list should go through Blink's feature review process: http: ...@@ -278,6 +278,25 @@ All changes to this list should go through Blink's feature review process: http:
rx rx
ry ry
scroll-behavior scroll-behavior
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-bottom
scroll-margin-inline-end
scroll-margin-inline-start
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-bottom
scroll-padding-inline-end
scroll-padding-inline-start
scroll-padding-left
scroll-padding-right
scroll-padding-top
scroll-snap-align
scroll-snap-stop
scroll-snap-type
shape-image-threshold shape-image-threshold
shape-margin shape-margin
shape-outside shape-outside
...@@ -590,6 +609,28 @@ All changes to this list should go through Blink's feature review process: http: ...@@ -590,6 +609,28 @@ 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-margin
scroll-margin-bottom
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-margin-block
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-inline
scroll-margin-inline-end
scroll-margin-inline-start
scroll-padding
scroll-padding-bottom
scroll-padding-left
scroll-padding-right
scroll-padding-top
scroll-padding-block
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-inline
scroll-padding-inline-end
scroll-padding-inline-start
text-decoration text-decoration
text-decoration-color text-decoration-color
text-decoration-line text-decoration-line
......
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
}, },
{ {
name: "CSSScrollSnapPoints", name: "CSSScrollSnapPoints",
status: "experimental", status: "stable",
}, },
{ {
name: "CSSSnapSize", name: "CSSSnapSize",
......
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