Skip to content

Commit 2e5cbb5

Browse files
authored
[css-syntax-3] Fix typos in parser entry points section (w3c#9060)
1 parent 284d0f1 commit 2e5cbb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-syntax-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@ Parser Entry Points</h3>
21262126
from lists of CSS tokens.
21272127

21282128
<div algorithm="normalize into a list of tokens">
2129-
The algorithms here are operate on a token stream as input,
2129+
The algorithms here operate on a token stream as input,
21302130
but for convenience
21312131
can also be invoked with a number of other value types.
21322132

@@ -2182,7 +2182,7 @@ Parser Entry Points</h3>
21822182

21832183
<li>
21842184
"<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},
2185+
(including things like the style attribute),
21862186
and APIs such as {{CSSStyleDeclaration/cssText|the CSSStyleDeclaration cssText attribute}}.
21872187

21882188
<li>

0 commit comments

Comments
 (0)