- From: vmpstr <notifications@github.com>
- Date: Thu, 30 Jan 2025 12:43:46 -0800
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3ctag/design-reviews/issues/1046@github.com>
こんにちは TAG-さん! I'm requesting a TAG review of safe-area-max-inset-* variables. This proposal adds safe-area-max-inset-* variables that have the value of the max possible value of the safe-area-inset-* variables. This can be used to create a different effect (a bottom bar that slides) while still respecting the safe area insets and while remaining composited. See further discussion on: https://github.com/w3c/csswg-drafts/issues/11019 - Explainer¹: due to a fairly minor addition to the existing specification, I hope that a short inline explainer suffices: This proposal builds upon the safe-area-inset variables specified here https://drafts.csswg.org/css-env-1/#safe-area-insets. The safe-area-inset variables can dynamically change based on the device, which can require relayout or in some cases jittery appearance. There are some efforts to be able to composite such changes, but it isn't easily possible in all cases. With that, we propose adding safe-area-max-inset-* set of properties that represent the maximum value that the safe-area-inset-* variables can take. These are static and do not change on the device, which allows developers to reliably use the variables to create smooth and fast effects like bottom-bars that slide down as the safe-area-inset-* changes (as an example). - Specification: https://github.com/w3c/csswg-drafts/pull/11617 - WPT Tests: pending - User research: N/A - Security and Privacy self-review²: N/A - GitHub repo: - Primary contacts: - @flackr (Google, author) - @bramus (Google, author) - @vmpstr (Google) - Organization/project driving the specification: Google - Multi-stakeholder support³: - Chromium comments: N/A - Mozilla comments: https://github.com/mozilla/standards-positions/issues/1171 - WebKit comments: https://github.com/WebKit/standards-positions/issues/454 - Status/issue trackers for implementations⁴: Further details: - [x] I have reviewed the TAG's [Web Platform Design Principles](https://www.w3.org/TR/design-principles/) - Previous early design review, if any: https://github.com/w3ctag/design-reviews/issues/#### - Relevant time constraints or deadlines: - The group where the work on this specification is currently being done: CSSWG - The group where standardization of this work is intended to be done (if different from the current group): - Major unresolved issues with or opposition to this specification: - This work is being funded by: -- Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/1046 You are receiving this because you are subscribed to this thread. Message ID: <w3ctag/design-reviews/issues/1046@github.com>
Received on Thursday, 30 January 2025 20:43:50 UTC