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
@@ -5991,12 +5990,12 @@ <h3 title="Naively Converting Between Uncalibrated CMYK and sRGB-Based Color">6.
5991
5990
<h2title="Reacting to the used color-scheme: the light-dark() Function">7. 使用~色~schemeに対する反応-法: `light-dark^f 関数</h2>
5992
5991
5993
5992
<p>
5994
-
~system色【 `system-color$t 】は、
5995
-
現在の`使用~色~scheme$に反応する能がある。
5993
+
`~system色$は、
5994
+
要素の`色~scheme$elに反応する能がある。
5996
5995
`light-dark$f 関数は、
5997
5996
同じ能力を作者に公開する。
5998
5997
◎
5999
-
System colors have the ability to react to the current used color-scheme value. The light-dark() function exposes the same capability to authors.
5998
+
System colors have the ability to react to an element’s color scheme. The light-dark() function exposes the same capability to authors.
6000
5999
</p>
6001
6000
6002
6001
<p>
@@ -6021,33 +6020,26 @@ <h2 title="Reacting to the used color-scheme: the light-dark() Function">7. 使
6021
6020
6022
6021
<p>
6023
6022
この関数の`算出d値$は、
6024
-
`使用~色~scheme$に応じて[
6023
+
要素の`色~scheme$elに応じて[
6025
6024
`light$v ならば 1 個目/
6026
-
未知ならば 1 個目/
6027
6025
`dark$v ならば 2 個目
6028
6026
]の引数の`算出d値$ —
6029
6027
になる。
6030
6028
◎
6031
-
For the color form, this function computes to the computed value of the first color, if the used color scheme is light or unknown, or to the computed value of the second color, if the used color scheme is dark.
6029
+
For the color form, this function computes to the computed value of the first color, if the element color scheme is light, or to the computed value of the second color, if the element color scheme is dark.
6032
6030
◎
6033
-
For the image form, this function returns the first image, if the used color scheme is light or unknown, or the second image, if the used color scheme is dark.\
6031
+
For the image form, this function returns the first image, if the element color scheme is light, or the second image, if the element color scheme is dark.
6034
6032
</p>
6035
6033
6036
6034
<p>
6037
-
`light-dark-image$t 用の~keyword `none^v は、
6038
-
全部的に透明かつ`生来な~size$を伴わない画像を生産する。
6039
-
それは、
6040
-
`linear-gradient(transparent)^v
6041
-
— [
6042
-
色 `transparent$v を伴う 1 個の`色停$
6043
-
]を伴う`線型~gradient$ —
6044
-
と等価になる。
6045
-
◎
6046
-
The none keyword produces a fully transparent image with no natural size.
6047
-
◎
6048
-
It is equivalent to a single-stop gradient whose stop color is transparent':
6035
+
`light-dark-image$t 用の~keyword
6036
+
`none@#valdef-light-dark-none@v
6037
+
は、
6038
+
`image(transparent)^v
6039
+
(全部的に透明かつ`生来な~size$を伴わない画像)
6040
+
に算出される。
6049
6041
◎
6050
-
linear-gradient(transparent)
6042
+
The none keyword computes to image(transparent) (a fully transparent image with no natural size).
6051
6043
</p>
6052
6044
6053
6045
<divclass="example" id="ex-light-dark-color">
@@ -6130,6 +6122,17 @@ <h2 title="Reacting to the used color-scheme: the light-dark() Function">7. 使
0 commit comments