Investigate accessible name fallback after valid but empty aria-labelledby
#389
Labels
Research
Task that need some investigation and experiment
aria-labelledby
#389
https://act-rules.github.io/rules/ffd0e9#failed-example-1
The IDref does exist but when processing it for name results in an empty name.
It is not fully clear in the specs that step 2B should continue in that case (if the IDref exists, it is processed and returned, comparatively step 2C is explicit about
aria-label
not being empty).In our current implementation, that step returns an empty value and
fromSteps
thus continue to the next step.See also act-rules/act-rules.github.io#1203
(looks like with the previous implementation of accessible name, we did exit early in that case)
The text was updated successfully, but these errors were encountered: