Skip to content

Commit a65c05a

Browse files
[HTML] Add srgb-linear and display-p3-linear to PredefinedColorSpace whatwg/html@88f01ef
1 parent 18c14fd commit a65c05a

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

HTML-canvas-ja.html

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@
177177

178178
●●options
179179

180-
spec_date:2025-09-17
181-
trans_update:2025-09-18
180+
spec_date:2025-11-24
181+
trans_update:2025-11-24
182182
source_checked:240712
183183
page_state_key:HTML
184184
spec_status:LS
@@ -579,7 +579,9 @@
579579
l.top:#dom-context-2d-textbaseline-top
580580

581581
l.srgb:#dom-predefinedcolorspace-srgb
582+
l.srgb-linear:#dom-predefinedcolorspace-srgb-linear
582583
l.display-p3:#dom-predefinedcolorspace-display-p3
584+
l.display-p3-linear:#dom-predefinedcolorspace-display-p3-linear
583585

584586
l.unorm8:#dom-canvascolortype-unorm8
585587
l.float16:#dom-canvascolortype-float16
@@ -729,7 +731,9 @@
729731
v.titling-caps:~CSSFONT#valdef-font-variant-caps-titling-caps
730732

731733
v.srgb:~CSSCOLOR#valdef-color-srgb
734+
v.srgb-linear:~CSSCOLOR#valdef-color-srgb-linear
732735
v.display-p3:~CSSCOLOR#valdef-color-display-p3
736+
v.display-p3-linear:~CSSCOLOR#display-p3-linear-space
733737
v.relative-colorimetric:~CSSCOLOR5#valdef-color-profile-rendering-intent-relative-colorimetric
734738

735739
v.conic-gradient():~CSSIMAGE4#funcdef-conic-gradient
@@ -14183,7 +14187,7 @@ <h6 title="The offscreen 2D rendering context">4.12.5.3.1. ~offscreen~2D描画~
1418314187
<h5 title="Color spaces and color space conversion">4.12.5.4. 色~空間とその変換</h5>
1418414188

1418514189
<pre class="idl">
14186-
enum `PredefinedColorSpace@I { `srgb$l, `display-p3$l };
14190+
enum `PredefinedColorSpace@I { `srgb$l, `srgb-linear$l, `display-p3$l, `display-p3-linear$l };
1418714191
</pre>
1418814192

1418914193
<p>
@@ -14198,13 +14202,27 @@ <h5 title="Color spaces and color space conversion">4.12.5.4. 色~空間とそ
1419814202
`srgb$v 色~空間を指示する。
1419914203
1420014204
The "srgb" value indicates the 'srgb' color space.
14205+
</dd>
14206+
14207+
<dt>`srgb-linear@l</dt>
14208+
<dd>
14209+
`srgb-linear$v 色~空間を指示する。
14210+
14211+
The "srgb-linear" value indicates the 'srgb-linear' color space.
1420114212
</dd>
1420214213

1420314214
<dt>`display-p3@l</dt>
1420414215
<dd>
1420514216
`display-p3$v 色~空間を指示する。
1420614217
1420714218
The "display-p3" value indicates the 'display-p3' color space.
14219+
</dd>
14220+
14221+
<dt>`display-p3-linear@l</dt>
14222+
<dd>
14223+
`display-p3-linear$v 色~空間を指示する。
14224+
14225+
The "display-p3-linear" value indicates the 'display-p3-linear' color space.
1420814226
</dd>
1420914227
</dl>
1421014228

HTML-dependencies-ja.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136

137137
●●options
138138

139-
spec_date:2025-11-20
140-
trans_update:2025-11-20
139+
spec_date:2025-11-24
140+
trans_update:2025-11-24
141141
source_checked:240619
142142
page_state_key:HTML
143143
spec_status:LS
@@ -3446,7 +3446,9 @@ <h4 title="Dependencies">2.1.9. 依存関係</h4>
34463446
<li>次に挙げる色~空間:
34473447
<ul>
34483448
<li id="'srgb'">`srgb@~CSSCOLOR#valdef-color-srgb$v
3449+
<li id="'srgb-linear'">`srgb-linear@~CSSCOLOR#valdef-color-srgb-linear$v
34493450
<li id="'display-p3'">`display-p3@~CSSCOLOR#valdef-color-display-p3$v
3451+
<li id="'display-p3-linear'">`display-p3-linear@~CSSCOLOR#display-p3-linear-space$v
34503452
</ul>
34513453
<li id="'relative-colorimetric'">描画~意図 `relative-colorimetric@~CSSCOLOR5#valdef-color-profile-rendering-intent-relative-colorimetric$v
34523454
<li id="parsed-as-a-css-color-value">`~CSS色~値を構文解析する@~CSSCOLOR#parse-a-css-color-value$
@@ -3465,7 +3467,9 @@ <h4 title="Dependencies">2.1.9. 依存関係</h4>
34653467
• opaque black
34663468
• transparent black
34673469
• 'srgb' color space
3470+
• 'srgb-linear' color space
34683471
• 'display-p3' color space
3472+
• 'display-p3-linear' color space
34693473
• 'relative-colorimetric' rendering intent
34703474
• parse a CSS &lt;color&gt; value
34713475
• serialize a CSS &lt;color&gt; value including HTML-compatible serialization is requested

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h2>日本語訳ページ一覧</h2>
380380
HTML
381381
<a id="spec-list-html" href="#spec-list-html"></a>
382382
<p>
383-
(原文日付:<time>2025-11-20</time>
383+
(原文日付:<time>2025-11-24</time>
384384
<small>
385385
個々のページに示される これより過去の原文日付は、
386386
この日付まで,概ね(有意な)更新は無いことを表す。

0 commit comments

Comments
 (0)