File tree 1 file changed +15
-24
lines changed
1 file changed +15
-24
lines changed Original file line number Diff line number Diff line change @@ -72,40 +72,31 @@ and via CSS.
72
72
Note that mixing CSS rules and JS-defined stuff can easily get messy,
73
73
as demonstrated by CSSFontFaceRule vs FontFace...
74
74
75
- The following UA-defined [=environment variables=] are officially defined and must be supported,
76
- tho user agents may define additional undocumented [=environment variables=] :
75
+ The following UA-defined [=environment variables=] are officially defined and must be supported.
76
+ Additional UA-defined [=environment variables=] *must not* be supported
77
+ unless/until they are added to this list.
77
78
78
- * Issue: define list of predefined vars
79
+ <index type=value for=env()></index>
79
80
80
81
Safe area inset variables {#safe-area-insets}
81
82
------------------------------------------------------------------
82
83
83
- <table>
84
+ <table dfn-type=value dfn-for="env()" >
84
85
<tr>
85
- <th> Name</th>
86
- <th> Value</th>
87
- <th> Media</th>
88
- </tr>
86
+ <th> Name
87
+ <th> Value
89
88
<tr>
90
- <td> safe-area-inset-top</td>
91
- <td> <<length>> </td>
92
- <td> visual</td>
93
- </tr>
89
+ <td> <dfn>safe-area-inset-top</dfn>
90
+ <td> <<length>>
94
91
<tr>
95
- <td> safe-area-inset-right</td>
96
- <td> <<length>> </td>
97
- <td> visual</td>
98
- </tr>
92
+ <td> <dfn>safe-area-inset-right</dfn>
93
+ <td> <<length>>
99
94
<tr>
100
- <td> safe-area-inset-bottom</td>
101
- <td> <<length>> </td>
102
- <td> visual</td>
103
- </tr>
95
+ <td> <dfn>safe-area-inset-bottom</dfn>
96
+ <td> <<length>>
104
97
<tr>
105
- <td> safe-area-inset-left</td>
106
- <td> <<length>> </td>
107
- <td> visual</td>
108
- </tr>
98
+ <td> <dfn>safe-area-inset-left</dfn>
99
+ <td> <<length>>
109
100
</table>
110
101
111
102
The safe area insets are four [=environment variables=] that define a rectangle by
You can’t perform that action at this time.
0 commit comments