fune/dom/webidl/CSSLayerBlockRule.webidl
Emilio Cobos Álvarez 96d18c725e Bug 1828183 - Remove cascade layers pref. r=CanadaHonk
These have been enabled by default for quite a while.

Differential Revision: https://phabricator.services.mozilla.com/D175513
2023-04-14 19:05:28 +00:00

12 lines
504 B
Text

/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* https://drafts.csswg.org/css-cascade-5/#the-csslayerblockrule-interface
*/
[Exposed=Window]
interface CSSLayerBlockRule : CSSGroupingRule {
readonly attribute UTF8String name;
};