File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -509,8 +509,8 @@ <h3 id=error-handling><span class=secno>2.1. </span> Error Handling</h3>
509509 throwing away only the minimum amount of content before returning to
510510 parsing as normal. This is because errors aren't always mistakes - new
511511 syntax looks like an error to an old parser, and it's useful to be able to
512- add new syntax to the language without worrying stylesheets that include
513- it being completely broken in older UAs.
512+ add new syntax to the language without worrying about stylesheets that
513+ include it being completely broken in older UAs.
514514
515515 < p > The precise error-recovery behavior is detailed in the parser itself,
516516 but it's simple enough that a short description is fairly accurate:
Original file line number Diff line number Diff line change 220220 This is because errors aren't always mistakes -
221221 new syntax looks like an error to an old parser,
222222 and it's useful to be able to add new syntax to the language
223- without worrying stylesheets that include it being completely broken in older UAs.
223+ without worrying about stylesheets that include it being completely broken in older UAs.
224224
225225 < p >
226226 The precise error-recovery behavior is detailed in the parser itself,
You can’t perform that action at this time.
0 commit comments