这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ removing focus styles in legacy browsers. This is easy to do with the polyfill.
}

/*
Optionally: Define a strong focus indiactor for keyboard focus.
Optionally: Define a strong focus indicator for keyboard focus.
If you choose to skip this step then the browser's default focus
indicator will be displayed instead.
*/
Expand Down Expand Up @@ -139,6 +139,6 @@ button:focus-visible {
```

In the future, when all browsers support `:focus-visible`, the
snippets above will be unecessary. But until that time it's imporant
snippets above will be unnecessary. But until that time it's important
to be mindful when you use `:focus-visible` and to ensure you always
have a fallback strategy.