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-003.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<title>::details-content pseudo element is display: block</title>
<link rel="match" href="details-pseudo-elements-003-ref.html">
<style>
summary { display: block }
details::details-content { opacity: 0.5; }
details
</style>
<details open>
<summary>summary</summary>
contents
</details>