details-after.html (479B)
1 <!doctype html> 2 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> 3 <link rel="help" title="https://github.com/whatwg/html/pull/3686"> 4 <link rel="help" title="https://html.spec.whatwg.org/multipage/#the-details-element"> 5 <link rel="mismatch" href="single-summary.html"> 6 <title>CSS Test: details ::after pseudo-element</title> 7 <style> 8 details::after { content: "::after" } 9 </style> 10 <details> 11 <summary>This is the main summary</summary> 12 </details>