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-pseudo-elements-005.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<title>::details-content pseudo element supports ::first-letter and ::first-line</title>
<link rel="match" href="details-pseudo-elements-005-ref.html">
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements">
<style>
details::details-content::first-letter { font-size: 2em; }
details::details-content::first-line { font-weight: bold; }
</style>
<details open>
<summary>summary</summary>
The contents<br>
are on multiple</br>
lines.
</details>