We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284d0f1 commit 2e5cbb5Copy full SHA for 2e5cbb5
1 file changed
css-syntax-3/Overview.bs
@@ -2126,7 +2126,7 @@ Parser Entry Points</h3>
2126
from lists of CSS tokens.
2127
2128
<div algorithm="normalize into a list of tokens">
2129
- The algorithms here are operate on a token stream as input,
+ The algorithms here operate on a token stream as input,
2130
but for convenience
2131
can also be invoked with a number of other value types.
2132
@@ -2182,7 +2182,7 @@ Parser Entry Points</h3>
2182
2183
<li>
2184
"<a>Parse a block's contents</a>" is intended for parsing the contents of any block in CSS
2185
- (including things like the style attribute},
+ (including things like the style attribute),
2186
and APIs such as {{CSSStyleDeclaration/cssText|the CSSStyleDeclaration cssText attribute}}.
2187
2188
0 commit comments