Closed
Bug 1665151
Opened 4 years ago
Closed 2 years ago
Implement the ability for custom elements to set default accessibility semantics
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: d, Assigned: avandolder)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
See the HTML Standard pull request at https://github.com/whatwg/html/pull/4658, along with surface-level tests at https://github.com/web-platform-tests/wpt/pull/18223.
Updated•4 years ago
|
Updated•3 years ago
|
Assignee: nobody → echen
Assignee | ||
Comment 1•2 years ago
|
||
The currently proposed standard additions rely upon ARIA reflection being implemented, and a now-outdated implementation of that is available behind the accessibility.ARIAReflection.enabled
pref.
Depends on: 1628418
Updated•2 years ago
|
Assignee: echen → nobody
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → avandolder
Status: NEW → ASSIGNED
Comment hidden (off-topic) |
Comment hidden (off-topic) |
Pushed by avandolder@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a0eea3a717ec
Part 1: Add Aria reflection attributes to ElementInternals. r=edgar
Comment 6•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
Assignee | ||
Updated•2 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•2 years ago
|
||
Just a note here - you can use "leave-open" keyword, when there are more parts of patches to come later so that the bug won't be automatically closed along with the 1st patch landing.
Keywords: leave-open
Assignee | ||
Comment 8•2 years ago
|
||
Pushed by avandolder@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3bdb5a41392b
Part 2: Expose custom element default accessibility attributes. r=edgar,Jamie,credential-management-reviewers,sgalich
Comment 10•2 years ago
|
||
bugherder |
Comment 11•2 years ago
|
||
Hi Adam, IIUC, the planned work for this bug is done that we can remove "leave-open" keywords and close this bug as resolved, right?
Flags: needinfo?(avandolder)
Assignee | ||
Updated•2 years ago
|
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•