blob: 272f96b1e98dd0c230f79ccd695f734f9804b35d [file] [log] [blame]
// Copyright 2016 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.
// CSSImageValue is the base class for Typed OM's representation of various
// image types.
// https://drafts.css-houdini.org/css-typed-om/#imagevalue-objects
[
Exposed=(Window,LayoutWorklet,PaintWorklet),
ImplementedAs=CSSStyleImageValue
] interface CSSImageValue : CSSStyleValue {
};