Skip to content

Commit c8d3627

Browse files
[HTML] Drop color-mix() color space from select base appearance style whatwg/html@bb922b4
1 parent 9fd064d commit c8d3627

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

HTML-rendering-ja.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202

203203
●●options
204204

205-
spec_date:2026-02-13
206-
trans_update:2026-02-17
205+
spec_date:2026-02-25
206+
trans_update:2026-02-26
207207
source_checked:250719
208208
page_state_key:CSS
209209
spec_status:LS
@@ -7258,13 +7258,13 @@ <h4 title="The select element">15.5.16. `select^e 要素</h4>
72587258
}
72597259

72607260
select option:enabled:hover {
7261-
background-color: color-mix(in lab, currentColor 10%, transparent);
7261+
background-color: color-mix(currentColor 10%, transparent);
72627262
}
72637263
select option:enabled:active {
7264-
background-color: color-mix(in lab, currentColor 20%, transparent);
7264+
background-color: color-mix(currentColor 20%, transparent);
72657265
}
72667266
select option:disabled {
7267-
color: color-mix(in lab, currentColor 50%, transparent);
7267+
color: color-mix(currentColor 50%, transparent);
72687268
}
72697269

72707270
select option {
@@ -7327,13 +7327,13 @@ <h4 title="The select element">15.5.16. `select^e 要素</h4>
73277327
}
73287328

73297329
select:enabled:hover {
7330-
background-color: color-mix(in lab, currentColor 10%, transparent);
7330+
background-color: color-mix(currentColor 10%, transparent);
73317331
}
7332-
select::enabled:active {
7333-
background-color: color-mix(in lab, currentColor 20%, transparent);
7332+
select:enabled:active {
7333+
background-color: color-mix(currentColor 20%, transparent);
73347334
}
73357335
select:disabled {
7336-
color: color-mix(in lab, currentColor 50%, transparent);
7336+
color: color-mix(currentColor 50%, transparent);
73377337
}
73387338

73397339
::picker(select) {

0 commit comments

Comments
 (0)