mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-01 21:01:20 +08:00
fix(curriculum): fixed typo in CSS Pseudo-classes Review (#64310)
This commit is contained in:
parent
0fd9f06c6c
commit
52d5b3c3e5
@ -26,7 +26,7 @@ dashedName: review-css-pseudo-classes
|
||||
- **`:invalid` Pseudo-class**: This pseudo-class targets the input fields that do not meet the validation criteria.
|
||||
- **`:in-range` and `:out-of-range` Pseudo-classes**: These pseudo-classes apply styles to elements based on whether their values are within or outside specified range constraints.
|
||||
- **`:required` Pseudo-class**: This pseudo-class targets `input` elements that have the `required` attribute. It signals to the user that they must fill out the field to submit the form.
|
||||
- **`:optional` Pseudo-class**: This pseudo-class applies styles input elements that are not required and can be left empty.
|
||||
- **`:optional` Pseudo-class**: This pseudo-class applies styles to input elements that are not required and can be left empty.
|
||||
- **`:autofill` Pseudo-class**: This pseudo-class applies styles to input fields that the browser automatically fills with saved data.
|
||||
|
||||
## Location Pseudo-classes
|
||||
|
||||
@ -153,7 +153,7 @@ Review the concepts below to prepare for the upcoming exam.
|
||||
- **`:invalid` Pseudo-class**: This pseudo-class targets the input fields that do not meet the validation criteria.
|
||||
- **`:in-range` and `:out-of-range` Pseudo-classes**: These pseudo-classes applies styles to elements based on whether their values are within or outside specified range constraints.
|
||||
- **`:required` Pseudo-class**: This pseudo-class targets `input` elements that have the `required` attribute. It signals to the user that they must fill out the field to submit the form.
|
||||
- **`:optional` Pseudo-class**: This pseudo-class applies styles input elements that are not required and can be left empty.
|
||||
- **`:optional` Pseudo-class**: This pseudo-class applies styles to input elements that are not required and can be left empty.
|
||||
- **`:autofill` Pseudo-class**: This pseudo-class applies styles to input fields that the browser automatically fills with saved data.
|
||||
|
||||
## Location Pseudo-classes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user