Skip to content

Commit 4192cd0

Browse files
[css-color-4] Clarify wording around color-interpolation-method and host syntax w3c/csswg-drafts@ab1fead
1 parent b28adbf commit 4192cd0

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

css-color-ja.html

+21-10
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@
428428
●●options
429429

430430
spec_title:CSS Color Module Level 4
431-
spec_date:2025-04-01
432-
trans_update:2025-04-03
431+
spec_date:2025-04-16
432+
trans_update:2025-04-17
433433
source_checked:250316
434434
page_state_key:CSS
435435
original_url:https://drafts.csswg.org/css-color-4/
@@ -1829,6 +1829,7 @@
18291829
一貫して:for consistency
18301830
〜なっても そのままにされ:potential 〜 ignored
18311831
規範的でない:informative
1832+
方が好ましい:preferably
18321833

18331834
●変更点
18341835
切替えた:switchした:切り替えた
@@ -9094,27 +9095,37 @@ <h3 title="Color Space for Interpolation">12.1. 補間~用の色~空間</h3>
90949095
上に挙げた特能は、
90959096
`~host構文@
90969097
と総称される。
9097-
`~host構文$は、
9098-
この仕様では利用されないが,他の仕様から利用できるよう【ここに】公開される
9098+
9099+
These features are collectively termed the host syntax.
9100+
</p>
9101+
9102+
<p>
9103+
`補間~色~空間$を指示することを`~host構文$に許可するため、
9104+
この仕様は, `color-interpolation-method$t 生成規則を~exportする。
9105+
この生成規則は、
9106+
この仕様では利用されないが,他の仕様が容易に参照して【!↓ for easy reference from】利用できるよう【ここに】公開される
90999107
— 例えば、
91009108
`CSS-IMAGES-4$r `§ 線型~gradient@~CSSIMAGE4#linear-gradients$
91019109
における利用を見よ。
9110+
9111+
To permit a host syntax to indicate the interpolation color space, this specification exports a color-interpolation-method production. It is not used by this specification itself, only exposed so that other specifications can use it; see e.g. use in CSS Images 4 § 3.1 Linear Gradients: the linear-gradient() notation.
9112+
</p>
9113+
9114+
<p>
91029115
`~host構文$は、
91039116
各~事例に対し,どれを既定の`補間~色~空間$とするべきか定義するベキである
9104-
その場合
9105-
この既定を上書きする作者~用の構文も供してヨイ
9117+
そうする場合
9118+
この既定を上書きする作者~用の構文も供する方が好ましい
91069119
そのような構文が,ある~prop用の値の一部を成す場合、
9107-
`color-interpolation-method$t ~token
9108-
(他の仕様からの容易な参照~用に,以下に定義される~token)
9109-
を利用するベキである。
9120+
以下に定義される `color-interpolation-method$t 生成規則を利用するベキである。
91109121
これは、[
91119122
~CSSにまたがる一貫性を確保する
91129123
]ことに加え,[
91139124
色~補間の遂行-法に対する~custom化が,
91149125
自動的に すべての~CSSに浸透できる
91159126
]ようにする。
91169127
9117-
These features are collectively termed the host syntax. They are not used by this specification itself, only exposed so that other specifications can use them; see e.g. use in CSS Images 4 § 3.1 Linear Gradients: the linear-gradient() notation. The host syntax should define what the default interpolation color space should be for each case, and optionally provide syntax for authors to override this default. If such syntax is part of a property value, it should use a &lt;color-interpolation-method&gt; token, defined below for easy reference from other specifications. This ensures consistency across CSS, and that further customizations on how color interpolation is performed can automatically percolate across all of CSS.
9128+
The host syntax should define what the default interpolation color space should be for each case, and preferably provide syntax for authors to override this default. If such syntax is part of a property value, it should use the color-interpolation-method production, defined below for easy reference from other specifications. This ensures consistency across CSS, and that further customizations on how color interpolation is performed can automatically percolate across all of CSS.
91189129
</p>
91199130

91209131
<pre class="prod">

0 commit comments

Comments
 (0)