CSS generated content
CSS Generated Content is a module of CSS that defines how to add content to an element. Generated content can be used to add content to anonymous replaced elements or replace the content of a DOM node in very limited circumstances with a generated value.
See the how to guide for generated content to learn more, and the content and quotes properties for implementation information.
Reference
Properties
Specifications
| Specification |
|---|
| CSS Generated Content Module Level 3 |
See also
- Using CSS generated content
- Pseudo-elements:
::before,::after,::marker