blob: 683bc070e7664893ea5ed5bd3453695f9e1e6328 [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
[
RuntimeEnabled=CSSTypedOM,
Exposed=(Window,LayoutWorklet,PaintWorklet),
ImplementedAs=CSSStyleImageValue
] interface CSSImageValue : CSSStyleValue {
};