w3c / accname

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

AccName "completion" step is disconnected from the computation list #142

Closed cookiecrook closed 1 year ago

cookiecrook commented 3 years ago

This text comes after "Step 2" in the AccName computation, but it's not part of the computation list. Should it be? I was thinking this could be "Step 3" or the named step "Completion."

Append the result of each step above, with a space, to the total accumulated text. After all steps are completed, the total accumulated text is used as the accessible name or accessible description of the element that initiated the computation.

accdc commented 2 years ago

I agree, it should be part of the explicit algorithm for clarity.

cookiecrook commented 1 year ago

I will work on this after #186 is merged.