You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2059,7 +2059,7 @@ attribute of the associated <a>CSS style sheet</a>.
2059
2059
The <dfn attribute for=CSSImportRule>media</dfn> attribute must return the value of the {{StyleSheet/media}}
2060
2060
attribute of the associated <a>CSS style sheet</a>.
2061
2061
2062
-
The <dfn attribute for=CSSImportRule>styleSheet</dfn> attribute must return the associated <a>CSS style sheet</a>.
2062
+
The <dfn attribute for=CSSImportRule>styleSheet</dfn> attribute must return the associated <a>CSS style sheet</a>, if any, or null otherwise.
2063
2063
2064
2064
The <dfn attribute for=CSSImportRule>layerName</dfn> attribute must return the [=layer name=] declared in the at-rule itself,
2065
2065
or an empty string if the layer is anonymous,
@@ -2068,7 +2068,7 @@ or null if the at-rule does not declare a layer.
2068
2068
The <dfn attribute for=CSSImportRule>supportsText</dfn> attribute must return the <<supports-condition>> declared in the at-rule itself,
2069
2069
or null if the at-rule does not declare a supports condition.
2070
2070
2071
-
Note: An <code>@import</code> at-rule always has an associated <a>CSS style sheet</a>.
2071
+
Note: An <code>@import</code> at-rule might not have an associated <a>CSS style sheet</a> (e.g., if it has a non-matching <code>supports()</code> condition).
2072
2072
2073
2073
2074
2074
### The {{CSSGroupingRule}} Interface ### {#the-cssgroupingrule-interface}
0 commit comments