Re: [csswg-drafts] [css-round-display] Add safe area properties/constants

> the largest square that can be contained within the circle is the safe area, no?
I agree with this.

`safe-area-inset-*` is also useful for `viewport-fit: contain`. 
If there is enough clipped area between the display and the safe area (largest rectangle which is inscribed in the display), an element positioned there can be rendered because UA paints the element outside of the viewport.
When positioning an element in the clipped area, `safe-area-inset-*` is used.
In this case, maybe `safe-area-outset-*`?

-- 
GitHub Notification of comment by jihyerish
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/1819#issuecomment-330729957 using your GitHub account

Received on Wednesday, 20 September 2017 02:48:52 UTC