Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills authored Dec 19, 2023
1 parent 0cd27ad commit 39e7496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/css_syntax/error_handling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ page-type: guide

When an error exists in CSS, such as an invalid value or a missing semicolon, instead of [throwing an error like in JavaScript](/en-US/docs/Web/JavaScript/Reference/Errors), the browser (or other user agent) will gracefully recover. Browsers don't provide CSS-related alerts or otherwise indicate errors have occurred in styles. They just discard invalid content and parse subsequent valid styles. This is a feature of CSS, not a bug.

This guide discusses how CSS {{glossary("parser", "parsers")}} discards invalid CSS.
This guide discusses how CSS {{glossary("parser", "parsers")}} discard invalid CSS.

## CSS parser errors

Expand Down

0 comments on commit 39e7496

Please sign in to comment.