Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ui/appearance-auto-details-list-item.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" href="mailto:masonf@chromium.org">
<link rel="help" href="https://crbug.com/408002786">
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#appearance-switching">
<link rel="match" href="appearance-auto-details-list-item-ref.html">
<style>
details, li {
appearance: auto;
}
</style>
<details>
<summary>Summary</summary>
Details
</details>
<ul>
<li>List Item</li>
</ul>