Glossary coding Term Page

Focus trap

a control technique that keeps `Tab` navigation inside a modal so focus does not leak out

focus-trap #coding#javascript
Korean version

Related Concepts

Core Idea

Focus trap is a control technique that keeps Tab navigation inside a modal so focus does not leak out. It usually makes the most sense alongside Semantic HTML, ARIA attributes, role attribute.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept