Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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://crbug.com/1469418">
<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>