diff --git a/.changeset/aria-required-reaches-the-control.md b/.changeset/aria-required-reaches-the-control.md deleted file mode 100644 index 40a226d10d..0000000000 --- a/.changeset/aria-required-reaches-the-control.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -"@object-ui/components": patch ---- - -The required state now reaches the input control as `aria-required`, instead of -existing only as part of the control's accessible name (objectui#3290). - -The form renderer has always computed a correct `required` — the static -`required` flag merged with the `requiredWhen` CEL verdict — and then spent it -on exactly one thing: the red asterisk in ``. That asterisk carried -`aria-label="required"`, so the only path from the computed state to assistive -tech was `