blob: 032e80a70ec38eab623f80ba1d4066d0c34de2bb [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Represents the inverse a CSSNumericValue.
// https://drafts.css-houdini.org/css-typed-om-1/#cssmathinvert
[
Constructor(CSSNumberish arg),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface CSSMathInvert : CSSMathValue {
attribute CSSNumberish value;
};