Skip to content

Commit

Permalink
Clarify what is meant by text direction
Browse files Browse the repository at this point in the history
  • Loading branch information
knuton authored Feb 10, 2024
1 parent da00214 commit 4c0b4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Setting `window.FOCUS_SHIFT_DEBUG = true` lets the library log processing steps
- Dispatch cancelable events before applying focus to an element
- Treat elements in open shadow DOM as focusable
- Allow defining custom selectors for focusables
- Use focus heuristics based on user agent's text direction
- Use focus heuristics based on user agent's [text direction](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir)
- Offer a JavaScript API

### What the library probably shouldn't do
Expand Down

0 comments on commit 4c0b4b1

Please sign in to comment.