Closed
Bug 1909262
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 47233 - Confirm that roles set via Element Internals are published correctly
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
130 Branch
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47233 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47233
Details from upstream follow.
Westbrook Johnson <westbrook.johnson@gmail.com> wrote:
Confirm that roles set via Element Internals are published correctly
- add testing for the application of ALL roles in https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles
- included roles that require a specific parent/child relationship
- currently all test pass, except for
role="list"and "role="menu"in Safari which comes back as"group"and"generic"` respectivelyPossible follow-up work
- [ ] is it worth testing child role without a parent in the negative? Support was quite lumpy for this, but it's unclear whether they shouldn't work at all or could work is the browser chose at the spec level.
| Assignee | ||
Updated•1 year ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8f97ab53f64f799e25ef5390c29cd8d3f9cff7e8
| 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 68 subtests
Status Summary
Firefox
OK : 1
PASS: 68
Chrome
OK : 1
PASS: 68
Safari
OK : 1
PASS: 66
FAIL: 2
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/81883e435373
[wpt PR 47233] - Confirm that roles set via Element Internals are published correctly, a=testonly
https://hg.mozilla.org/integration/autoland/rev/5c33ab9aa17a
[wpt PR 47233] - Update wpt metadata, a=testonly
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/81883e435373
https://hg.mozilla.org/mozilla-central/rev/5c33ab9aa17a
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•