Open
Bug 1926413
Opened 11 months ago
Updated 10 days ago
Import Browser Data: Combobox needs additional markup
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
People
(Reporter: nstroud, Assigned: emcminn)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
Prerequisites:
Found in Nightly 133.0a1 (2024-10-21)(64-bit)
STR:
- Open
about:welcome
from the URL bar - Click the 'Save and Continue' button to go to the next screen
- When the Import Browser Data screen appears, right click on the combobox and select 'Inspect (Q)' from the context menu
Expected:
The <button>
element should have role=combobox
added and follow the combobox ARIA pattern
Comment 1•11 months ago
|
||
To expand on the Expected behavior:
- keep the
<button>
element and - as per bug 1926153, ensuring
aria-expanded
is set when the page loads and is properly updated, PLUS - use
role=combobox
on the button - no need for
aria-haspopup
because... - the dropdown’s container should have
role=listbox
and - each option
role=option
witharia-selected
As always, if you have any questions, do reach out to the Accessibility team in #accessibility
on Slack or Matrix.
Updated•11 months ago
|
Assignee: nobody → emcminn
Iteration: --- → 134.1 - Oct 28 - Nov 8
Points: --- → 1
Priority: -- → P1
Updated•11 months ago
|
Severity: -- → S3
Updated•10 months ago
|
Iteration: 134.1 - Oct 28 - Nov 8 → 134.2 - Nov 11 - Nov 22
Updated•10 months ago
|
Iteration: 134.2 - Nov 11 - Nov 22 → 135.1 - Nov 25 - Dec 6
Assignee | ||
Updated•9 months ago
|
Iteration: 135.1 - Nov 25 - Dec 6 → 135.2 - Dec 9 - Dec 20
Updated•9 months ago
|
Iteration: 135.2 - Dec 9 - Dec 20 → 135.3 - Dec 23 - Jan 3
Updated•8 months ago
|
Iteration: 135.3 - Dec 23 - Jan 3 → 136.1 - Jan 6 - Jan 17
Assignee | ||
Updated•8 months ago
|
Iteration: 136.1 - Jan 6 - Jan 17 → 136.2 - Jan 20 - Jan 31
Updated•7 months ago
|
Iteration: 136.2 - Jan 20 - Jan 31 → 137.1 - Feb 3 - Feb 14
Updated•7 months ago
|
Iteration: 137.1 - Feb 3 - Feb 14 → 137.2 - Feb 17 - Feb 28
Updated•6 months ago
|
Iteration: 137.2 - Feb 17 - Feb 28 → 138.1 - Mar 3 - Mar 14
Updated•6 months ago
|
Iteration: 138.1 - Mar 3 - Mar 14 → 138.2 - Mar 17 - Mar 28
Assignee | ||
Updated•5 months ago
|
Iteration: 138.2 - Mar 17 - Mar 28 → 139.1 - Mar 31 - Apr 11
Updated•5 months ago
|
Iteration: 139.1 - Mar 31 - Apr 11 → 139.2 - Apr 14 - Apr 25
Updated•5 months ago
|
Iteration: 139.2 - Apr 14 - Apr 25 → 140.1 - Apr 28 - May 9
Updated•4 months ago
|
Iteration: 140.1 - Apr 28 - May 9 → 140.2 - May 12 - May 23
Assignee | ||
Updated•4 months ago
|
Iteration: 140.2 - May 12 - May 23 → 141.1 - May 26 - Jun 6
Updated•3 months ago
|
Iteration: 141.1 - May 26 - Jun 6 → 141.2 - Jun 9 - Jun 20
Updated•3 months ago
|
Iteration: 141.2 - Jun 9 - Jun 20 → 142.1 - Jun 23 - Jul 4
Updated•2 months ago
|
Iteration: 142.1 - Jun 23 - Jul 4 → 142.2 - Jul 7 - Jul 18
Assignee | ||
Updated•2 months ago
|
Iteration: 142.2 - Jul 7 - Jul 18 → 143.1 - Jul 21 - Aug 1
Updated•1 month ago
|
Iteration: 143.1 - Jul 21 - Aug 1 → 143.2 - Aug 4 - Aug 15
Updated•25 days ago
|
Iteration: 143.2 - Aug 4 - Aug 15 → 144.1 - Aug 18 - Aug 29
Updated•10 days ago
|
Iteration: 144.1 - Aug 18 - Aug 29 → 144.2 - Sep 1 - Sep 12
You need to log in
before you can comment on or make changes to this bug.
Description
•