Accessibility, the Design Handoff, and You!

Focus and Content Order

What are they?

Focus order is the order that the user will tab through interactive elements. The focus order will match the content order, except for very rare edge cases.

The content order is for everything else. Will talk about this more in the next section.

Why is it important?