You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The box-shadow-offset property defines one or more drop shadow offsets. The property accepts a comma-separated list. Each item in that list can either\
6010
6014
be the none value, which indicates no shadow,\
6011
-
or a pair of horizontal and vertical offsets, where both values are described as <length> values.
6015
+
a pair of <length> values, which define the horizontal and vertical offsets,\
6016
+
or a single <length> value, which sets both offsets to the same value.
6012
6017
</p>
6013
6018
6014
6019
<dlclass="valdef">
6015
6020
<dt>`none@v0 </dt>
6016
6021
<dd>
6017
6022
当の影は描画されなくなる。
6018
-
この影に対応している他の各種 `box-shadow-*$p の値による効果はなくなる。
6023
+
他の各種 `box-shadow-*$p の[
6024
+
この影に対応している値
6025
+
]による効果はなくなる。
6019
6026
◎
6020
6027
The shadow will not be rendered. The values of other box shadow properties corresponding to this shadow have no effect.
Each shadow is given as a <spread-shadow>, outlining the box-shadow-offset, and optional values for the box-shadow-blur, box-shadow-spread, box-shadow-color, and box-shadow-position. Omitted lengths are 0; omitted colors default to transparent when the specified offset is none and to currentcolor otherwise.
6331
+
Each shadow is given as a <spread-shadow>, outlining the box-shadow-offset defined by two <length> values, and optional values for the box-shadow-blur, box-shadow-spread, box-shadow-color, and box-shadow-position. Omitted lengths are 0; omitted colors default to transparent when the specified offset is none and to currentcolor otherwise.
6332
+
</p>
6333
+
6334
+
<pclass="note">注記:
6335
+
`box-shadow-offset$p ~propは,
6336
+
1 個の `length^t 値を利用して両~offsetを指定できるが、
6337
+
構文解析における他の~prop用の `length$t 値との多義性を避けるため,
6338
+
この~propにおける~offsetは 2 個の `length^t 値として指定する必要がある。
6339
+
◎
6340
+
Note: To avoid ambiguities in parsing the different <length> values, the offset has to be specified as two <length> values, in opposite to the box-shadow-offset property, where a single <length> value can be used to specify both offsets.
0 commit comments