diff --git a/.changeset/a11y-select-and-label-associations.md b/.changeset/a11y-select-and-label-associations.md new file mode 100644 index 000000000..9fce9cc53 --- /dev/null +++ b/.changeset/a11y-select-and-label-associations.md @@ -0,0 +1,21 @@ +--- +"@checkstack/status-page-frontend": patch +"@checkstack/auth-frontend": patch +--- + +Fix accessibility labeling defects on status-page and auth forms. + +Radix `SelectTrigger` renders a `combobox` whose accessible name comes from +`aria-label`/`aria-labelledby`, not from its `SelectValue` placeholder child, so +screen readers previously announced several comboboxes as unnamed. Every such +trigger in the status-page builder (system, heading level, group, visibility) and +in the auth team/scope/ownership/resource-grant pickers now carries an +`aria-label` matching its visible intent. + +Form labels that were rendered as detached `