Commit 25703079 authored by Christian Biesinger's avatar Christian Biesinger Committed by Commit Bot

[AspectRatio] Ship aspect-ratio

Intent to ship:
https://groups.google.com/a/chromium.org/g/blink-dev/c/TF41VMfLhMI

R=ikilpatrick@chromium.org, mstensho@chromium.org

Bug: 1045668
Change-Id: I3d310b9e3739694af769619ca14f8563fcaea312
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485582
Auto-Submit: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: default avatarMorten Stenshorne <mstensho@chromium.org>
Reviewed-by: default avatarManuel Rego <rego@igalia.com>
Commit-Queue: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818930}
parent d2df0526
...@@ -425,7 +425,7 @@ ...@@ -425,7 +425,7 @@
}, },
{ {
name: "CSSAspectRatioProperty", name: "CSSAspectRatioProperty",
status: "experimental", status: "stable",
}, },
{ {
name: "CSSCalcAsInt", name: "CSSCalcAsInt",
......
...@@ -17,6 +17,7 @@ animationPlayState ...@@ -17,6 +17,7 @@ animationPlayState
animationTimingFunction animationTimingFunction
appearance appearance
ascentOverride ascentOverride
aspectRatio
backdropFilter backdropFilter
backfaceVisibility backfaceVisibility
background background
......
...@@ -70,6 +70,7 @@ All changes to this list should go through Blink's feature review process: http: ...@@ -70,6 +70,7 @@ All changes to this list should go through Blink's feature review process: http:
animation-play-state animation-play-state
animation-timing-function animation-timing-function
appearance appearance
aspect-ratio
backdrop-filter backdrop-filter
backface-visibility backface-visibility
background-attachment background-attachment
......
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