web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
4.79k stars 2.99k forks source link

Attribute typo in core-aam form-manual test #46924

Open jlp-craigmorten opened 5 days ago

jlp-craigmorten commented 5 days ago

See: https://github.com/web-platform-tests/wpt/blob/master/core-aam/form-manual.html#L94

aria-labelled is an invalid attribute and should instead be aria-label.

This will potentially result in incorrect test results as the element will fall into the "form without an accessible name" classification instead of the (assumed) intended "form with an accessible name" classification.

REF: