Problem
Scanner example chips are clickable spans instead of semantic controls.
Current Behavior
Example URLs can be clicked with a mouse, but they are not proper buttons and do not provide strong keyboard focus behavior.
Why This Improvement Is Needed
Keyboard and assistive technology users should be able to discover and activate example inputs reliably.
Proposed Solution
Replace clickable spans with buttons, add aria labels, and add visible focus styling.
Expected Outcome
Example URL chips become keyboard-accessible without changing the visual purpose of the scanner UI.
Additional Notes
This keeps the existing fillExample behavior.
Problem
Scanner example chips are clickable spans instead of semantic controls.
Current Behavior
Example URLs can be clicked with a mouse, but they are not proper buttons and do not provide strong keyboard focus behavior.
Why This Improvement Is Needed
Keyboard and assistive technology users should be able to discover and activate example inputs reliably.
Proposed Solution
Replace clickable spans with buttons, add aria labels, and add visible focus styling.
Expected Outcome
Example URL chips become keyboard-accessible without changing the visual purpose of the scanner UI.
Additional Notes
This keeps the existing
fillExamplebehavior.