Skip to content

Commit a6e497e

Browse files
fooliptabatkins
authored andcommitted
Use partial namespace CSS (#12)
1 parent 92870ff commit a6e497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Parsing API {#parsing-api}
4545
typedef (DOMString or ReadableStream) CSSStringSource;
4646
typedef (DOMString or CSSStyleValue or CSSParserValue) CSSToken;
4747

48-
partial interface CSS {
48+
partial namespace CSS {
4949
Promise<sequence<CSSParserRule>> parseStylesheet(CSSStringSource css, optional CSSParserOptions options);
5050
Promise<sequence<CSSParserRule>> parseRuleList(CSSStringSource css, optional CSSParserOptions options);
5151
Promise<CSSParserRule> parseRule(CSSStringSource css, optional CSSParserOptions options);

0 commit comments

Comments
 (0)