demo · v135
Double-nested pseudo stage
Chrome 135 finally allows pseudo-elements to nest: ::before::first-letter, ::marker::first-letter, and friends. This stage renders a numbered list where each counter has its first character styled independently — impossible before because the spec didn’t allow chaining.
nested pseudo: ?
- Reduce, reuse, recycle.
- Refactor when it hurts, not because it might.
- Read the spec, then the source, then ask.
- Recover gracefully or fail loudly.
the CSS