Skip to content

Commit c384ee3

Browse files
[css-color-4] Corrections for Raytrace GMA w3c/csswg-drafts@24a74f8
1 parent 0fb22bf commit c384ee3

1 file changed

Lines changed: 26 additions & 15 deletions

File tree

css-color-ja.html

Lines changed: 26 additions & 15 deletions
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:2026-06-21
432-
trans_update:2026-06-22
431+
spec_date:2026-06-23
432+
trans_update:2026-06-24
433433
source_checked:260621
434434
page_state_key:CSS
435435
original_url:https://drafts.csswg.org/css-color-4/
@@ -1995,7 +1995,6 @@
19951995
比肩する:comparable
19961996
©:copyright
19971997
途方もなく:ridiculously
1998-
申し分ない:fine
19991998
崩壊-:breaks down
20001999
に加えて〜定義した:expand
20012000
並行する:parallel
@@ -12170,27 +12169,27 @@ <h4 title="Sample Pseudocode for the Ray Trace Gamut Mapping">14.2.6. 射線~tra
1217012169
</li>
1217112170
<li>
1217212171
<p>
12173-
%最低 ~LET 0.0 ~PLUS 1e-6 【 0.000001
12172+
%最低 ~LET 0.0 ~PLUS 1e-12 【 0.000000000001
1217412173
12175-
• let low be 0.0 + 1E-6 1
12174+
• let low be 0.0 + 1E-12 1
1217612175
</p>
1217712176

1217812177
<p class="note" id="raytrace-footnote-1">注記:
1217912178
すべての成分は、
1218012179
同じ最小~値 0 を有すると見做される。
1218112180
%最低 は、
1218212181
単位~型【演算に利用する値~型】において相対的に小さくなるべきである。
12183-
64 ~bitなら,容易に 1e-14 以下になり得るが、
12184-
実施においては 1e-6 で申し分ない
12182+
指定された値 1e-12 は 64 ~bit用であり,
12183+
32 ~bit用には 1e-6 を利用するべきである
1218512184
1218612185
• ↓ #raytrace-footnote-1
1218712186
</p>
1218812187
</li>
1218912188
<li>
1219012189
<p>
12191-
%最高 ~LET 1.0 ~MINUS 1e-6
12190+
%最高 ~LET 1.0 ~MINUS 1e-12
1219212191
12193-
• let high be 1.0 - 1E-6 2
12192+
• let high be 1.0 - 1E-12 2
1219412193
</p>
1219512194

1219612195
<p class="note" id="raytrace-footnote-2">注記:
@@ -12351,7 +12350,7 @@ <h4 title="Sample Pseudocode for the Ray Trace Gamut Mapping">14.2.6. 射線~tra
1235112350
<li>
1235212351
%~clipした色 ~LET %~clipする( %結果の~RGB色 を~OkLCh色~空間へ変換した結果 )
1235312352
12354-
set clipped to clip(current)
12353+
set clipped to clip(origin_rgb)
1235512354
</li>
1235612355
<li>
1235712356
~RET %~clipした色
@@ -12457,11 +12456,20 @@ <h4 title="Sample Pseudocode for the Ray Trace Gamut Mapping">14.2.6. 射線~tra
1245712456
<li>
1245812457
<p>
1245912458
~IF[
12460-
`abs^op( %d ) ~LT 1e-12
12459+
`abs^op( %d ) ~GT 1e-12
1246112460
]:
1246212461
12463-
if abs(d) &lt; 1E-12
12462+
if abs(d) &gt; 1E-12 7
12463+
1246412464
• let inv_d be 1 / d
12465+
</p>
12466+
12467+
<p class="note" id="raytrace-footnote-7">注記:
12468+
値は単位~型【演算に利用する値~型】において相対的に小さくなるべきである。
12469+
指定された値 1e-12 は 64 ~bit用であり,
12470+
32 ~bit用には 1e-6 を利用するべきである。
12471+
12472+
↓ #raytrace-footnote-7
1246512473
</p>
1246612474
<ol>
1246712475
<li>
@@ -12524,10 +12532,10 @@ <h4 title="Sample Pseudocode for the Ray Trace Gamut Mapping">14.2.6. 射線~tra
1252412532
• let tnear be tfar 7
1252512533
</p>
1252612534

12527-
<p class="note" id="raytrace-footnote-7">注記:
12535+
<p class="note" id="raytrace-footnote-8">注記:
1252812536
%始端 から %終端 への方向において最初の交点を~~優先する。
1252912537
12530-
↓ #raytrace-footnote-7
12538+
↓ #raytrace-footnote-8
1253112539
</p>
1253212540
</li>
1253312541
<li>
@@ -12575,7 +12583,7 @@ <h5 title="Footnotes for Ray Trace algorithm">14.2.6.1. 射線~trace~algo用の
1257512583
】</p>
1257612584
1257712585
#raytrace-footnote-1
12578-
It is assumed the minimum value is 0 and that all channels have the same minimum. The value should be small relative to the unit type. 64 bit could easily be as small as 1e-14, but 1e-6 is fine in practice.
12586+
It is assumed the minimum value is 0 and that all channels have the same minimum. The value should be small relative to the unit type. The specifed value of 1e-12 is for 64-bit, but for 32-bit, 1e-6 should be used.
1257912587
1258012588
#raytrace-footnote-2
1258112589
1.0 represents the maximum in-gamut channel value, and it is assumed all channels have the same maximum.
@@ -12593,6 +12601,9 @@ <h5 title="Footnotes for Ray Trace algorithm">14.2.6.1. 射線~trace~algo用の
1259312601
For typical RGB spaces where the gamut bounds are 0 and 1 for each component this simplifies to a single constant rather than a 3-element array.
1259412602
1259512603
#raytrace-footnote-7
12604+
The value should be small relative to the unit type. The specifed value of 1e-12 is for 64-bit, but for 32-bit, 1e-6 should be used.
12605+
12606+
#raytrace-footnote-8
1259612607
favoring the first intersection in the direction start -&gt; end .
1259712608
</div>
1259812609

0 commit comments

Comments
 (0)