Sign in
chromium
/
chromium
/
src
/
2ac0c19603e70ef75f156ee8409162bbff94de74
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
summary.html
blob: 4a1fcbfd094bdfa4ada73e3aa72d2d49346103ac [
file
] [
log
] [
blame
]
<!--
@MAC-ALLOW:AXRole*
-->
<!DOCTYPE html>
<html>
<body>
<details>
<summary>
details tag
</summary>
<p>
The details tag specifies additional details that the user can view or hide on demand.
</p>
</details>
</body>
</html>