forked from mirrors/gecko-dev
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:
parent
f7b14d8b80
commit
c3b90f8acd
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue