Skip to content

Commit 0613226

Browse files
[css-forms-1] Add checkmark content for indeterminate checkboxes w3c/csswg-drafts@cf11ed5
1 parent eae5fa2 commit 0613226

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css-forms-ja.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@
159159
●●options
160160

161161
spec_title:CSS Gap Decorations Module Level 1
162-
spec_date:2026-02-26
163-
trans_update:2026-02-27
162+
spec_date:2026-03-05
163+
trans_update:2026-03-06
164164
source_checked:
165165
page_state_key:CSS
166166
original_url:https://drafts.csswg.org/css-forms-1/
@@ -2714,11 +2714,14 @@ <h3 title="Checkboxes &amp; radios">~checkboxと~radio</h3>
27142714
`content$p: '';
27152715
}
27162716

2717-
input[type=checkbox]:not([switch], :checked)::checkmark {【 `,^c ?】
2717+
input[type=checkbox]:not([switch], :checked, :indeterminate)::checkmark {【 `,^c ?】
27182718
input[type=radio]:not(:checked)::checkmark {
27192719
`visibility$p: hidden;
27202720
}
27212721

2722+
input[type=checkbox]:indeterminate::checkmark {
2723+
`content$p: '\2500' / '';
2724+
}
27222725
input[type=radio] {
27232726
`border-radius$p: 50%;
27242727
}

0 commit comments

Comments
 (0)