Commit 12659fda authored by Anders Hartvoll Ruud's avatar Anders Hartvoll Ruud Committed by Commit Bot

[css-properties-values-api] Enable CSS.registerProperty by default.

Note that <image>, <transform-list> and <transform-function> syntaxes
aren't shipping at this time, and remain enabled for testing only.

Intent to Ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/QjcyhPZ_sNI/SuB-GuNPDAAJ

Bug: 641877
Change-Id: I548db4896c355ab61c0b3a98bfa5119c2fd896f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623945
Auto-Submit: Anders Hartvoll Ruud <andruud@chromium.org>
Reviewed-by: default avatarYoav Weiss <yoavweiss@chromium.org>
Reviewed-by: default avatarEmil A Eklund <eae@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662573}
parent f88dac0a
...@@ -392,7 +392,7 @@ ...@@ -392,7 +392,7 @@
}, },
{ {
name: "CSSVariables2", name: "CSSVariables2",
status: "experimental", status: "stable",
}, },
// Support for registered custom properties with <image> syntax. // Support for registered custom properties with <image> syntax.
{ {
......
...@@ -411,6 +411,7 @@ interface CSS ...@@ -411,6 +411,7 @@ interface CSS
static method pt static method pt
static method px static method px
static method rad static method rad
static method registerProperty
static method rem static method rem
static method s static method s
static method supports static method supports
......
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