Skip to content

Commit

Permalink
Update files/en-us/web/css/css_syntax/syntax/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mills <[email protected]>
  • Loading branch information
estelle and chrisdavidmills authored Feb 14, 2025
1 parent bbf12d3 commit e1147fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/css_syntax/syntax/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CSS allows this by associating conditions with declarations blocks. Each (valid)

A CSS ruleset (or rule) is visualized in the diagram below.

![A group of comma-separated selectors precedes the brace-delimited declaration block content multiple declarations ending in semicolons.](ruleset.png)
![A group of comma-separated selectors precedes the brace-delimited declaration block, which contains multiple declarations ending in semicolons.](ruleset.png)

As an element of the page may be matched by several selectors, and therefore by several rules potentially containing a given property several times, with different values, the CSS standard defines which one has precedence over the other and must be applied: this is called the cascade algorithm (see [Handling conflicts](/en-US/docs/Learn_web_development/Core/Styling_basics/Handling_conflicts)).

Expand Down

0 comments on commit e1147fe

Please sign in to comment.