Bug 1830184 - Move CSSImportRule layerName extension under main interface r=emilio

Moved the layerName extension (from cascade-5) under the main interface,
as per the spec PR: https://github.com/w3c/csswg-drafts/pull/8711

Differential Revision: https://phabricator.services.mozilla.com/D176590
This commit is contained in:
CanadaHonk 2023-04-27 12:06:39 +00:00
parent f7b14d8b80
commit c3b90f8acd

View file

@ -19,9 +19,5 @@ interface CSSImportRule : CSSRule {
// nullable.
// see: https://github.com/w3c/csswg-drafts/issues/8608.
[SameObject, BinaryName="styleSheetForBindings"] readonly attribute CSSStyleSheet? styleSheet;
};
// https://drafts.csswg.org/css-cascade-5/#extensions-to-cssimportrule-interface
partial interface CSSImportRule {
readonly attribute UTF8String? layerName;
};