Skip to content

Commit

Permalink
Change Selector group term to be selector list (#29559)
Browse files Browse the repository at this point in the history
Update index.md

Change Selector group name to be selector list
  • Loading branch information
abdulrahmanhatem authored Oct 13, 2023
1 parent dac4c90 commit f9de345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/syntax/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A CSS declaration block is visualized in the diagram below.

If style sheets could only apply a declaration to each element of a Web page, they would be pretty useless. The real goal is to apply different declarations to different parts of the document.

CSS allows this by associating conditions with declarations blocks. Each (valid) declaration block is preceded by one or more comma-separated [**selectors**](/en-US/docs/Web/CSS/CSS_selectors), which are conditions selecting some elements of the page. A [selector group](/en-US/docs/Web/CSS/Selector_list) and an associated declarations block, together, are called a **ruleset**, or often a **rule**.
CSS allows this by associating conditions with declarations blocks. Each (valid) declaration block is preceded by one or more comma-separated [**selectors**](/en-US/docs/Web/CSS/CSS_selectors), which are conditions selecting some elements of the page. A [selector list](/en-US/docs/Web/CSS/Selector_list) and an associated declarations block, together, are called a **ruleset**, or often a **rule**.

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

Expand Down

0 comments on commit f9de345

Please sign in to comment.