I was reviewing the WCAG ARIA11 technique (https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA11) in this PR w3c/wcag#1023 (comment).
Currently, the ARIA spec requires an accessible name for the form role. However, with this merged PR #2297, that requirement will be removed. Despite this, per the Core AAM specs https://w3c.github.io/core-aam/#role-map-form-nameless, a form without an accessible name won’t be exposed as a landmark, mirroring the behavior of region.
Given this, should we consider removing the accessible name requirement for the region role as well, to maintain consistency within the ARIA spec?