Enable the inert attribute by default in release
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Mostly dependent on the discussion in https://github.com/whatwg/html/issues/7796
Updated•3 years ago
|
Comment 1•3 years ago
|
||
The spec issue also applies for modal dialog element, right?
Comment 2•3 years ago
|
||
(In reply to Simon Pieters [:zcorpan] from comment #1)
The spec issue also applies for modal
dialogelement, right?
I don't quite follow. As far as I can tell, dialogs are already hidden from the a11y tree unless they're showing. But I think that's because they're effectively display: none when they're not showing.
Comment 3•3 years ago
|
||
I mean content outside of open modal dialogs. When a dialog element is shown as a modal dialog, all content that is not in the dialog is inert per spec.
Example: https://software.hixie.ch/utilities/js/live-dom-viewer/saved/11303
Comment 4•3 years ago
|
||
Oh yes, the spec issue applies to that implicitly inert content as well. Note that the spec issue is addressed now, but the Firefox a11y engine doesn't implement it (bug 1767561).
| Assignee | ||
Comment 6•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 8•3 years ago
|
||
| bugherder | ||
Updated•3 years ago
|
Comment 9•3 years ago
|
||
Updated•3 years ago
|
Description
•