Viewport Segments: Fix mitigation by removing the focused area one (#88) · WICG/visual-viewport@ce02d5d
darktears
·
2024-03-18
·
via Recent Commits to visual-viewport:gh-pages
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
| Original file line number | Diff line number | Diff line change |
|---|
@@ -91,7 +91,7 @@ Two mitigation strategies could be added:
|
91 | 91 | |
92 | 92 | ### Mitigation strategies |
93 | 93 | - Secure Context: the `segments` are only available within a secure context. |
94 | | -- Focused Area: `segments` are only available for each active document whose origin is the same origin-domain with the currently focused area document. |
| 94 | +- Visibility state: the `segments` property may return stale values and is only updated while the document's visibility state is "visible". |
95 | 95 | |
96 | 96 | ## Examples of user experiences and solution outlines that can leverage two screens: |
97 | 97 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。