You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(a11y): make the plan and billing-period choices keyboard-operable
Two shapes of the same defect in checkout.
The plan cards already had a "Select Monthly" / "Select Yearly" button,
but it carried no handler — the click lived on the Paper around it, which
is mouse-only. Pressing Enter on the focused button did nothing. The
button is the natural control, so it now holds the handler and the card
stays a mouse convenience.
The billing-period cards in StaticCheckoutModal have no inner button at
all, so there the card really is the control and takes the semantics to
match, via a helper beside the style one it already used.
0 commit comments