Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/the-details-element/details-before.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="mismatch" href="single-summary.html">
<title>CSS Test: details ::before pseudo-element</title>
<style>
details::before { content: "::before" }
</style>
<details>
<summary>This is the main summary</summary>
</details>