Skip to content

Commit 3f57f60

Browse files
committed
add note about CSS to a11y option
1 parent 467e99e commit 3f57f60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ jump('.target', {
177177
})
178178
```
179179

180+
Note that this option is disabled by default because it has _visual implications_ in many browsers. Focusing an element triggers the `:focus` CSS state selector, and is often accompanied by an `outline`.
181+
180182
## Browser Support
181183

182184
Jump depends on the following browser APIs:

0 commit comments

Comments
 (0)