File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2046,6 +2046,7 @@ interface CSSImportRule : CSSRule {
2046
2046
[SameObject, PutForwards=mediaText] readonly attribute MediaList media;
2047
2047
[SameObject] readonly attribute CSSStyleSheet styleSheet;
2048
2048
readonly attribute CSSOMString? layerName;
2049
+ readonly attribute CSSOMString? supportsText;
2049
2050
};
2050
2051
</pre>
2051
2052
@@ -2064,6 +2065,9 @@ The <dfn attribute for=CSSImportRule>layerName</dfn> attribute must return the [
2064
2065
or an empty string if the layer is anonymous,
2065
2066
or null if the at-rule does not declare a layer.
2066
2067
2068
+ The <dfn attribute for=CSSImportRule>supportsText</dfn> attribute must return the <<supports-condition>> declared in the at-rule itself,
2069
+ or null if the at-rule does not declare a supports condition.
2070
+
2067
2071
Note: An <code> @import</code> at-rule always has an associated <a>CSS style sheet</a> .
2068
2072
2069
2073
You can’t perform that action at this time.
0 commit comments