w3c / accname

Accessible Name and Description Computation
https://w3c.github.io/accname/
61 stars 23 forks source link

How to reconcile conflicts between aria-describedby and aria-description #166

Closed cookiecrook closed 2 years ago

cookiecrook commented 2 years ago

How to reconcile conflicts between aria-describedby and aria-description? Core-AAM defers to AccName on that point, and it doesn’t look like AccName covers it yet.

aleventhal commented 2 years ago

aria-describedby wins, as covered by this as yet unlanded PR: https://github.com/w3c/accname/pull/69

On Mon, Aug 22, 2022 at 4:43 PM James Craig @.***> wrote:

How to reconcile conflicts between aria-describedby and aria-description? Core-AAM defers to AccName on that point, and it doesn’t look like AccName covers it yet.

— Reply to this email directly, view it on GitHub https://github.com/w3c/accname/issues/166, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKQAZT7QQU6EWLBLIT53CDV2PQ7XANCNFSM57JBD24Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

accdc commented 2 years ago

That’s my understanding as well. It matches the same behavior that aria-labelledby is processed before aria-label, so aria-describedby is processed before aria-description. 😊

jnurthen commented 2 years ago

Closed based on PR #69