Challenge 2: Fix a Broken Custom Toggle — Possible Solution ==================================================================== THE BROKEN VERSION -------------------- WHAT'S MISSING ---------------- - No tabindex="0" — this div is not part of the tab order at all, so a keyboard-only user can never even reach it, regardless of what role is announced on it. - No keydown handler for Enter/Space — even if tabindex were added, role="button" alone still doesn't give the div any built-in keyboard-activation behavior; a real WHY OPTION B IS THE BETTER RECOMMENDATION ---------------------------------------------- This chapter's own comparison box makes this exact point: a real