blob: e7ed02d57a949587119606ce8bf584f23cd8bdca [file] [log] [blame]
// Copyright 2021 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-cascade-5/#the-csslayerblockrule-interface
[
Exposed=Window
] interface CSSLayerBlockRule : CSSGroupingRule {
readonly attribute CSSOMString name;
};