We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e565064 commit 4ea8789Copy full SHA for 4ea8789
1 file changed
cssom/Overview.bs
@@ -3019,9 +3019,9 @@ Utility APIs {#utility-apis}
3019
The <code>CSS.escape()</code> Method {#the-css.escape()-method}
3020
------------------------------------------------------
3021
3022
-The <code lt>CSS</code> interface is defined in CSS Conditional Rules Module. [[!CSS3-CONDITIONAL]]
+The <code lt>CSS</code> interface holds useful CSS-related functions that do not belong elsewhere.
3023
3024
-<pre class=idl>partial interface CSS {
+<pre class=idl>interface CSS {
3025
static DOMString escape(DOMString ident);
3026
};</pre>
3027
0 commit comments