Support `::before::marker` and `::after::marker`
Categories
(Core :: Layout: Generated Content, Lists, and Counters, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: keithamus, Assigned: keithamus)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
| Assignee | ||
Comment 1•5 months ago
|
||
| Assignee | ||
Updated•5 months ago
|
| Assignee | ||
Comment 2•5 months ago
|
||
Comment 3•5 months ago
|
||
Support for nesting those pseudo-elements should be documented, at least in the related BCD but probably also at https://developer.mozilla.org/en-US/docs/Web/CSS/::marker.
Sebastian
Comment 5•5 months ago
|
||
| bugherder | ||
| Assignee | ||
Comment 7•5 months ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #3)
Support for nesting those pseudo-elements should be documented, at least in the related BCD but probably also at https://developer.mozilla.org/en-US/docs/Web/CSS/::marker.
Sebastian
It's documented in ::before: https://developer.mozilla.org/en-US/docs/Web/CSS/::before#beforemarker_nested_pseudo-elements. I am unsure if that negates the need for it to be documented in ::marker, so I'll leave dev-doc-needed and let you decide on whether or not we need to add more there.
Comment 8•5 months ago
|
||
This is closed but /css/css-lists/nested-marker-styling.html is still failing?
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Comment 9•5 months ago
|
||
Is it worth reopening? nested-marker-styling is fixed by bug 1954142 (as expected)
| Assignee | ||
Comment 10•5 months ago
|
||
I figured I'd re-open for now and re-close as https://bugzilla.mozilla.org/show_bug.cgi?id=1954142 & D254456 land in main, so we can be sure we're fully done.
| Assignee | ||
Updated•5 months ago
|
| Assignee | ||
Comment 11•5 months ago
|
||
Shame that we cannot have circular issue references, this both blocks and depends on 1954142 😆
| Assignee | ||
Updated•5 months ago
|
Comment 13•5 months ago
|
||
Comment 14•5 months ago
|
||
Comment 15•5 months ago
|
||
Comment 16•5 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/be5dc3d9c2b9
https://hg.mozilla.org/mozilla-central/rev/43f22436f30c
https://hg.mozilla.org/mozilla-central/rev/4947d19f3fbe
https://hg.mozilla.org/mozilla-central/rev/a55bb876d00f
Comment 17•4 months ago
|
||
(In reply to Keith Cirkel [:keithamus] from comment #7)
(In reply to Sebastian Zartner [:sebo] from comment #3)
Support for nesting those pseudo-elements should be documented, at least in the related BCD but probably also at https://developer.mozilla.org/en-US/docs/Web/CSS/::marker.
Sebastian
It's documented in
::before: https://developer.mozilla.org/en-US/docs/Web/CSS/::before#beforemarker_nested_pseudo-elements. I am unsure if that negates the need for it to be documented in::marker, so I'll leavedev-doc-neededand let you decide on whether or not we need to add more there.
Thanks for the hint! And it's also documented in ::after, which is good. Though the fact that I expected it to be documented at ::marker speaks for adding a note there, too.
In any case, the dev-doc-needed is also required to update the browser compat data (for ::marker, ::before, and ::after). So it's good you kept it.
Sebastian
Updated•4 months ago
|
Description
•