This commit is contained in:
@@ -62,7 +62,7 @@ Links, buttons, and form controls are tabbable by default. When tagged as the co
|
||||
|
||||
[Framer supports adding the tabindex attribute](https://www.framer.com/help/articles/tab-order-customization/). If you *must* do this for some reason, make sure to set its value to 0 - Framer defaults to 1. 0 will maintain the reading order established by layout and the left-hand sidebar; 1 will place the tabbable element first in the tabbing order.
|
||||
|
||||
I really recommend avoiding complex keyboard navigation like dropdowns. They seem pretty impossible to remediate. If possible, it requires *extensive* custom code.
|
||||
I really recommend avoiding complex keyboard navigation like dropdowns (really not that complex, but... basically anything that doesn't just use the tab key suffers). They seem pretty impossible to remediate. If possible, it requires *extensive* custom code.
|
||||
|
||||
## Keyboard focus
|
||||
|
||||
|
||||
Reference in New Issue
Block a user