From 97ee765c438d72a31c9c0e3356b8e0f430bd3c7b Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Wed, 16 Sep 2026 16:15:41 +0000 Subject: [PATCH 1/2] fix(viewport): let the Species and Interactors controls be used without a mouse Closes #211, found while reviewing #208. Both were plain divs with a click handler -- measured on beta: `{ role: null, tabindex: null, focusable: false }`. Neither could be focused or activated from the keyboard, and neither was announced as anything at all. They are the way in to species filtering and to the interactor overlay, so that is the whole feature closed to anyone not using a mouse. Each now carries the role, the tab stop and the key handling that make it behave as the button it already looks like, plus a label and an aria-expanded that follows the panel. They keep their markup rather than becoming