fix(curriculum): fixed typo in CSS Pseudo-classes Review (#64310)

This commit is contained in:
Brian Tripp 2025-12-04 11:33:10 -06:00 committed by GitHub
parent 0fd9f06c6c
commit 52d5b3c3e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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