Skip to content

Commit 758c26f

Browse files
committed
Add CSSParserChar
1 parent a0cbd43 commit 758c26f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css-parser-api/Overview.bs

+7
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,11 @@ interface CSSParserHash : CSSParserValue {
148148
interface CSSParserString : CSSParserValue {
149149
attribute DOMString value;
150150
};
151+
152+
interface CSSParserChar : CSSParserValue {
153+
attribute DOMString value;
154+
/* for all delims, whitespace, and the
155+
weird Selectors-based tokens
156+
(split up into the individual chars) */
157+
};
151158
</pre>

0 commit comments

Comments
 (0)