Skip to content

Commit

Permalink
Fix typo on :autofill page (#34933)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewhodson authored Jul 19, 2024
1 parent 6af9224 commit cbf5e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/_colon_autofill/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The **`:autofill`** CSS [pseudo-class](/en-US/docs/Web/CSS/Pseudo-classes) match
## Examples

The following example demonstrates the use of the `:autofill` pseudo-class to change the border of a text field that has been autocompleted by the browser.
To ensure we don't creat an [invalid selector lis](/en-US/docs/Web/CSS/Selector_list#invalid_selector_list), both `:-webkit-autofill` and `:autofill` are matched using a forgiving selector list with {{cssxref(":is()")}}.
To ensure we don't create an [invalid selector list](/en-US/docs/Web/CSS/Selector_list#invalid_selector_list), both `:-webkit-autofill` and `:autofill` are matched using a forgiving selector list with {{cssxref(":is()")}}.

```css
input {
Expand Down

0 comments on commit cbf5e52

Please sign in to comment.