Bootstrap Accessibility Interview
1Does Bootstrap guarantee accessibility automatically?
Answer: No. Developers must apply correct semantics and behavior.
2Why is keyboard focus important?
Answer: Enables non-mouse users to navigate reliably.
3What class replaces
sr-only in BS5?Answer:
.visually-hidden.4How should forms expose errors?
Answer: With text feedback and proper field association, not color only.
5What must modals manage for accessibility?
Answer: Focus trap and restore focus on close.