blob: 64a8fcf2b5a93a0cf1e1fdac29736b4e03b3ba0e [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://drafts.csswg.org/css-fonts-4/#om-fontpalettevalues
[Exposed=Window]
interface CSSFontPaletteValuesRule : CSSRule {
readonly attribute CSSOMString name;
readonly attribute CSSOMString fontFamily;
readonly attribute CSSOMString basePalette;
readonly attribute CSSOMString overrideColors;
};