from a11y-audit #5160
see WCAG 3.2.2 on input - changing a setting should not automatically trigger a change in context.
We have about 8 places in the front of house code where <select> elements have onchange triggers - this relates to language selection - and so will reload the page in the selected language (a change of context).
from a11y-audit #5160
see WCAG 3.2.2 on input - changing a setting should not automatically trigger a change in context.
We have about 8 places in the front of house code where
<select>elements haveonchangetriggers - this relates to language selection - and so will reload the page in the selected language (a change of context).