File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 159159●●options
160160
161161spec_title:CSS Gap Decorations Module Level 1
162- spec_date:2026 - 02 - 25
163- trans_update:2026 - 02 - 26
162+ spec_date:2026 - 02 - 26
163+ trans_update:2026 - 02 - 27
164164 source_checked:
165165page_state_key:CSS
166166original_url:https://drafts.csswg.org/css-forms-1/
@@ -2706,16 +2706,24 @@ <h3 title="Checkboxes & radios">~checkboxと~radio</h3>
27062706 `justify-content$p: center;
27072707}
27082708
2709- input[type=radio] {
2710- `border-radius $p: 50% ;
2709+ input[type=checkbox]:not([switch])::checkmark {
2710+ `content $p: '\2713' / '' ;
27112711}
27122712
2713- input[type=checkbox]:not([switch]):checked::checkmark {
2714- `content$p: '\2713' / '';
2713+ input[type=radio]::checkmark {
2714+ `content$p: '';
2715+ }
2716+
2717+ input[type=checkbox]:not([switch], :checked)::checkmark {【 `,^c ?】
2718+ input[type=radio]:not(:checked)::checkmark {
2719+ `visibility$p: hidden;
2720+ }
2721+
2722+ input[type=radio] {
2723+ `border-radius$p: 50%;
27152724}
27162725
27172726input[type=radio]:checked::checkmark {
2718- `content$p: '';
27192727 `background-color$p: currentColor;
27202728 `display$p: inline-block;
27212729 `border-radius$p: inherit;
You can’t perform that action at this time.
0 commit comments