|
106 | 106 | ●●options |
107 | 107 |
|
108 | 108 | spec_title:CSS Environment Variables Module Level 1 |
109 | | -spec_date:2026-01-15 |
110 | | -trans_update:2026-01-17 |
| 109 | +spec_date:2026-03-12 |
| 110 | +trans_update:2026-03-14 |
111 | 111 | source_checked:250429 |
112 | 112 | page_state_key:CSS |
113 | 113 | original_url:https://drafts.csswg.org/css-env-1/ |
|
157 | 157 | I.FontFace:~CSSFONTLOADING#fontface |
158 | 158 |
|
159 | 159 | ●css |
| 160 | +t.env-args:#typedef-env-args |
160 | 161 | t.declaration-value:~CSSSYN#typedef-declaration-value |
161 | 162 | t.custom-property-name:~CSSVAR#typedef-custom-property-name |
162 | 163 | t.length:~CSSVAL#length-value |
|
192 | 193 | ●用語 |
193 | 194 | 環境~変数:#css-environment-variable |
194 | 195 | 次元~数:#_number-of-dimensions |
| 196 | +代入-:#substitute-an-env |
| 197 | + |
195 | 198 | ●用語(CSS |
| 199 | +大きい表示域~size:~CSSVAL#large-viewport-size |
| 200 | +動的な表示域~size:~CSSVAL#dynamic-viewport-size |
| 201 | + |
| 202 | +算出d値の時点で無効:~CSSVAL5#invalid-at-computed-value-time |
| 203 | +引数~文法:~CSSVAL5#argument-grammar |
196 | 204 |
|
197 | 205 | ~custom~prop:~CSSVAR#custom-property |
| 206 | + |
198 | 207 | ~at-規則:~CSSSYN#at-rule |
199 | | -代入-:#substitute-an-env |
200 | | -算出d値の時点で無効:#invalid-at-computed-value-time |
| 208 | + |
201 | 209 | 略式~prop:~CASCADE#shorthand-property |
| 210 | + |
202 | 211 | ~layout表示域:~CSSOMVIEW#layout-viewport |
203 | | -大きい表示域~size:~CSSVAL#large-viewport-size |
204 | | -動的な表示域~size:~CSSVAL#dynamic-viewport-size |
205 | 212 |
|
206 | 213 | ●用語(他 |
207 | 214 | I.Document:~DOM4#document |
|
305 | 312 | ~segmentたち:panes of content |
306 | 313 | 媒体~query:MQ |
307 | 314 | -:possibilities |
| 315 | + 何も後続しない:bare 〜 with nothing following it |
308 | 316 |
|
309 | 317 | ●●images |
310 | 318 |
|
|
320 | 328 | Tab Atkins Jr.; Simon Sapin. <CSS Syntax Module Level 3>. URL: https://drafts.csswg.org/css-syntax/ |
321 | 329 | [CSS-VALUES-4] |
322 | 330 | Tab Atkins Jr.; Elika Etemad. <CSS Values and Units Module Level 4>. URL: https://drafts.csswg.org/css-values-4/ |
| 331 | +[CSS-VALUES-5] |
| 332 | + Tab Atkins Jr.; Elika Etemad; Miriam Suzanne. <CSS Values and Units Module Level 5>. URL: https://drafts.csswg.org/css-values-5/ |
323 | 333 | [CSS-VARIABLES-1] |
324 | 334 | Tab Atkins Jr.. <CSS Custom Properties for Cascading Variables Module Level 1>. URL: https://drafts.csswg.org/css-variables/ |
325 | 335 | [CSS-VARIABLES-2] |
@@ -918,6 +928,25 @@ <h2 title="Using Environment Variables: the env() notation">3. 環境~変数の |
918 | 928 | = env( `custom-ident$t `integer$t*, `declaration-value$t? ) |
919 | 929 | </pre> |
920 | 930 |
|
| 931 | +<p> |
| 932 | +`env$f 関数の`引数~文法$は: |
| 933 | +◎ |
| 934 | +The env() function’s argument grammar is: |
| 935 | +</p> |
| 936 | + |
| 937 | +<pre class="prod"> |
| 938 | +`env-args@t |
| 939 | + = env( `declaration-value$t, `declaration-value$t? ) |
| 940 | +</pre> |
| 941 | + |
| 942 | +<p> |
| 943 | +`var$f 同様に,何も後続しない~commaを利用できる |
| 944 | +— それは、 |
| 945 | +2 個目の `declaration-value$t として空な連列が渡されたことを指示する。 |
| 946 | +◎ |
| 947 | +Like var(), a bare comma can be used with nothing following it, indicating that the second <declaration-value> was passed, just as an empty sequence. |
| 948 | +</p> |
| 949 | + |
921 | 950 | <p> |
922 | 951 | `env$f 関数は、[ |
923 | 952 | どの要素のどの~propの値/ |
|
0 commit comments