[wpt-sync] Sync PR 45265 - Apply an accessible name to form.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox126 fixed)
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45265 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45265
Details from upstream follow.
Chris Harrelson <chrishtr@google.com> wrote:
Apply an accessible name to form.
The spec says that the "form" role only makes it a "landmark" if there
is an accessible name.ARIA 1.3 says that the form role is a sub-role of landmark:
https://w3c.github.io/aria/, so if there is no accessible role then
the "form" role is inappropriate.Since HTML-AAM doesn't say what the role should be otherwise (maybe
it should be "section"? That's what Chromium currently does), so I
did not add a testcase for that situation.Change-Id: I6c6a93485a55a6645547cdf9e4eb4c8751e45141
Reviewed-on: https://chromium-review.googlesource.com/5384597
WPT-Export-Revision: 6cf6f702be61d77e01c6eca4b459caab2ec0bedc
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 58 subtests
Status Summary
Firefox
OK : 1
PASS: 58
Chrome
OK : 1
PASS: 58
Safari
OK : 1
PASS: 49
FAIL: 9
Links
Comment 4•1 year ago
|
||
| bugherder | ||
Description
•