Skip to content

Commit

Permalink
link case
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Jul 25, 2023
1 parent bbf86f9 commit 030fe75
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/css/css_cascade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The opposite also occurs. Sometimes there are no declarations defining the value
## See also

- [CSS selectors module](/en-US/docs/Web/CSS/CSS_Selectors)
- [CSS pseudo-elements module](/en-US/docs/Web/CSS/css_pseudo-elements)
- [CSS pseudo-elements module](/en-US/docs/Web/CSS/CSS_pseudo-elements)
- [CSS paged media module](/en-US/docs/Web/CSS/CSS_paged_media)
- [CSS conditional rules module](/en-US/docs/Web/CSS/CSS_conditional_rules)
- [Shorthand properties](/en-US/docs/Web/CSS/Shorthand_properties)
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ The {{cssxref("is", ":is()")}} and {{cssxref(":where", ":where()")}} pseudo-clas
- {{DOMXref("Document.querySelector()")}}
- {{DOMXref("Document.querySelectorAll()")}}
- [CSS selectors](/en-US/docs/Web/CSS/CSS_Selectors) module
- [CSS pseudo-elements](/en-US/docs/Web/CSS/css_pseudo-elements) module
- [CSS pseudo-elements](/en-US/docs/Web/CSS/CSS_pseudo-elements) module
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Multiple pseudo-classes can be combined to create [compound selectors](#compound

## Pseudo-element selectors

Not all CSS selectors are defined in the [CSS selectors module](/en-US/docs/Web/CSS). CSS pseudo-element selectors are defined in the [CSS pseudo-elements](/en-US/docs/Web/CSS/css_pseudo-elements) module.
Not all CSS selectors are defined in the [CSS selectors module](/en-US/docs/Web/CSS). CSS pseudo-element selectors are defined in the [CSS pseudo-elements](/en-US/docs/Web/CSS/CSS_pseudo-elements) module.

CSS [pseudo-elements](/en-US/docs/Web/CSS/Pseudo-elements), prefixed with two colons (`::`), represent entities that are not included in HTML. For example, the simple {{cssxref("::marker")}} selector selects list item bullets, and the compound selector [`p::first-line`](/en-US/docs/Web/CSS/::first-line) matches the first line of all {{HTMLElement("p")}} elements.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/css_shadow_parts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ By default, elements in a shadow tree can be styled only within their respective

## See also

- [CSS pseudo elements](/en-US/docs/Web/CSS/css_pseudo-elements) module
- [CSS pseudo elements](/en-US/docs/Web/CSS/CSS_pseudo-elements) module
- [CSS selectors](/en-US/docs/Web/CSS/CSS_Selectors) module
- [Using shadow DOM](/en-US/docs/Web/API/Web_components/Using_shadow_DOM)
- [Templates: Styling outside of the current scope](https://web.dev/learn/html/template/#styling-outside-of-the-current-scope) on web.dev (2023)
2 changes: 1 addition & 1 deletion files/en-us/web/css/pseudo-elements/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ T

## See also

- [CSS pseudo-element](/en-US/docs/Web/CSS/css_pseudo-elements) module
- [CSS pseudo-element](/en-US/docs/Web/CSS/CSS_pseudo-elements) module
- [Pseudo-classes](/en-US/docs/Web/CSS/Pseudo-classes)
- [CSS selectors](/en-US/docs/Web/CSS/CSS_Selectors) module
- [CSS building blocks: Pseudo-classes and pseudo-elements](/en-US/docs/Learn/CSS/Building_blocks/Selectors/Pseudo-classes_and_pseudo-elements)

0 comments on commit 030fe75

Please sign in to comment.