File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,42 @@ safe area rectangle.
126
126
127
127
<index type=value for=env()></index>
128
128
129
+ Safe area maximum inset variables {#safe-area-max-insets}
130
+ ------------------------------------------------------------------
131
+
132
+ <table dfn-type=value dfn-for="env()">
133
+ <tr>
134
+ <th> Name
135
+ <th> Value
136
+ <th> Number of dimensions
137
+ <tr>
138
+ <td> <dfn>safe-area-max-inset-top</dfn>
139
+ <td> <<length>>
140
+ <td> 0 (scalar)
141
+ <tr>
142
+ <td> <dfn>safe-area-max-inset-right</dfn>
143
+ <td> <<length>>
144
+ <td> 0 (scalar)
145
+ <tr>
146
+ <td> <dfn>safe-area-max-inset-bottom</dfn>
147
+ <td> <<length>>
148
+ <td> 0 (scalar)
149
+ <tr>
150
+ <td> <dfn>safe-area-max-inset-left</dfn>
151
+ <td> <<length>>
152
+ <td> 0 (scalar)
153
+ </table>
154
+
155
+ The safe area maximum insets are four [=environment variables=]
156
+ that are tied to the <a href="#safe-area-insets">safe area inset variables</a> .
157
+ Unlike the safe area inset variables which are dynamic values,
158
+ the safe area maximum insets are static values
159
+ that represent the maximum value of their dynamic counterpart
160
+ when dynamic UA interfaces are retracted,
161
+ making the [=layout viewport=] size the [=large viewport size=] .
162
+
163
+ <index type=value for=env()></index>
164
+
129
165
Viewport segment variables {#viewport-segments}
130
166
------------------------------------------------------------------
131
167
You can’t perform that action at this time.
0 commit comments