Open
Bug 1974792
Opened 2 months ago
Updated 18 days ago
[css-forms-1] Implement `::checkmark` pseudo element
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox142 | --- | affected |
People
(Reporter: keithamus, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Keywords: dev-doc-needed)
The ::checkmark
pseudo-element represents an indicator of whether the item is checked, and is present on checkboxes, radios, and option elements, only when the originating element supports the :checked
pseudo class, and has appearance: base
or its ancestor has appearance: base
.
Keywords: dev-doc-needed
Updated•18 days ago
|
Blocks: css-forms-1
Summary: Implement `::checkmark` pseudo element → [css-forms-1] Implement `::checkmark` pseudo element
You need to log in
before you can comment on or make changes to this bug.
Description
•