| <!-- | |
| @MAC-ALLOW:AXRole* | |
| @MAC-ALLOW:AXExpanded=* | |
| @WIN-ALLOW:EXPANDED | |
| @WIN-ALLOW:COLLAPSED | |
| @AURALINUX-ALLOW:expand* | |
| @AURALINUX-ALLOW:focus* | |
| --> | |
| <!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> | |
| <details open> | |
| <summary>details tag open</summary> | |
| <p>The details tag with open specifies that the details should be visible (open) to the user.</p> | |
| </details> | |
| </body> | |
| </html> |