RE: Accname question regarding self-references

My vote is for B “The label the value”

The aria-label on the input element should be ignored.

Jon



From: James Nurthen <nurthen@adobe.com>
Sent: Monday, January 4, 2021 7:30 PM
To: ARIA Working Group <public-aria@w3.org>
Subject: Accname question regarding self-references

We are having a debate in a Chrome issue about the following.

According to the accessible name algorithm what should be the accessible name of the input in the below

<span id="label">The Label</span>
<input id="input" aria-label="ariaLabel" aria-labelledby="label input" value="the value">

Choices

  1.  “The label ariaLabel”
  2.  “The label the value”
  3.  “The label ariaLabel the value”
  4.  Something else…


James Nurthen (he/him)
Accessibility engineer
T 415 832 2734
nurthen@adobe.com<mailto:nurthen@adobe.com>
[Adobe]

Received on Tuesday, 5 January 2021 01:34:31 UTC