We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92870ff commit a6e497eCopy full SHA for a6e497e
index.bs
@@ -45,7 +45,7 @@ Parsing API {#parsing-api}
45
typedef (DOMString or ReadableStream) CSSStringSource;
46
typedef (DOMString or CSSStyleValue or CSSParserValue) CSSToken;
47
48
-partial interface CSS {
+partial namespace CSS {
49
Promise<sequence<CSSParserRule>> parseStylesheet(CSSStringSource css, optional CSSParserOptions options);
50
Promise<sequence<CSSParserRule>> parseRuleList(CSSStringSource css, optional CSSParserOptions options);
51
Promise<CSSParserRule> parseRule(CSSStringSource css, optional CSSParserOptions options);
0 commit comments