// 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;
};