Skip to content
Merged
Prev Previous commit
Next Next commit
Update files/en-us/web/css/@scope/index.md
  • Loading branch information
bsmth authored Aug 27, 2025
commit 10c0954c04d28d9434c7dd4bd0937f0c2d3e2b39
1 change: 0 additions & 1 deletion files/en-us/web/css/@scope/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ In the context of a `@scope` block, the {{cssxref(":scope")}} pseudo-class repre
}
```

If you want, you can explicitly prepend `:scope` or prepend the [nesting](/en-US/docs/Web/CSS/CSS_nesting) selector (`&`) to get the same effect if you find these representations easier to understand.
In the following code snippet, the three rules select the same element, but differ in specificity (see [Specificity in @scope](#specificity_in_scope) for details):

```css
Expand Down