-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pointer to HTML about top layer and inertness #15
Comments
Currently, HTML hooks up dialog to the inert concept directly in https://html.spec.whatwg.org/multipage/interaction.html#blocked-by-a-modal-dialog, and not via top layer. I think the proper fix here will be to move the language about inertness into the fullscreen standard, so that when something is at the top of the top layer, everything else is inert. |
There is no spec for this, but an old open spec issue: whatwg/fullscreen#15 Bug: 787867 Change-Id: Icde796405fca96e910480aef6f0d6be835f7a27a Reviewed-on: https://chromium-review.googlesource.com/788052 Commit-Queue: Philip Jägenstedt <[email protected]> Reviewed-by: Mounir Lamouri <[email protected]> Reviewed-by: Dominic Mazzoni <[email protected]> Cr-Commit-Position: refs/heads/master@{#520620}
This reverts commit f3535b8. Reason for revert: AccessibilityFullscreenBrowserTest.IgnoreElementsOutsideFullscreenElement is flaky on linux-chromeos-rel Original change's description: > Make elements outside of the fullscreen element inert > > There is no spec for this, but an old open spec issue: > whatwg/fullscreen#15 > > Bug: 787867 > Change-Id: Icde796405fca96e910480aef6f0d6be835f7a27a > Reviewed-on: https://chromium-review.googlesource.com/788052 > Commit-Queue: Philip Jägenstedt <[email protected]> > Reviewed-by: Mounir Lamouri <[email protected]> > Reviewed-by: Dominic Mazzoni <[email protected]> > Cr-Commit-Position: refs/heads/master@{#520620} [email protected],[email protected],[email protected] Change-Id: I5e042244565404b7735f4e5fecc4d1194ed2a402 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 787867 Reviewed-on: https://chromium-review.googlesource.com/801517 Reviewed-by: Philip Jägenstedt <[email protected]> Commit-Queue: Philip Jägenstedt <[email protected]> Cr-Commit-Position: refs/heads/master@{#520661}
This is a reland of f3535b8 The IgnoreElementsOutsideFullscreenElement test was originally flaky, due to changing textContent not reliably causing the accessibility tree to be updated. See https://crbug.com/793078. Original change's description: > Make elements outside of the fullscreen element inert > > There is no spec for this, but an old open spec issue: > whatwg/fullscreen#15 > > Bug: 787867 > Change-Id: Icde796405fca96e910480aef6f0d6be835f7a27a > Reviewed-on: https://chromium-review.googlesource.com/788052 > Commit-Queue: Philip Jägenstedt <[email protected]> > Reviewed-by: Mounir Lamouri <[email protected]> > Reviewed-by: Dominic Mazzoni <[email protected]> > Cr-Commit-Position: refs/heads/master@{#520620} Bug: 736832, 787867, 793078 Change-Id: I5ddc56a8783dce77acf02728afc9ed621145e222 Reviewed-on: https://chromium-review.googlesource.com/810584 Commit-Queue: Philip Jägenstedt <[email protected]> Reviewed-by: Mounir Lamouri <[email protected]> Reviewed-by: Dominic Mazzoni <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#522771}(cherry picked from commit 17dd72f) Reviewed-on: https://chromium-review.googlesource.com/826943 Reviewed-by: Philip Jägenstedt <[email protected]> Cr-Commit-Position: refs/branch-heads/3282@{#223} Cr-Branched-From: 5fdc0fa-refs/heads/master@{#520840}
CSS WG discussed how fullscreen affects
|
Once HTML defines how being on top of the top layer affects inertness, there should be a pointer from Fullscreen.
The text was updated successfully, but these errors were encountered: