From af0f27ed7d692d0707d206573d9b82666cc10296 Mon Sep 17 00:00:00 2001
From: Anne van Kesteren The details
element is expected to render as a block box. The element
is also expected to have an internal shadow tree with two slots, both rendered as a block box. The first slot is expected to take the details
element's first
- summary
element child, if any. The second slot is
- expected to take the details
element's remaining descendants, if any.details
element's first summary
element child, if any. The
+ second slot is expected to take the details
+ element's remaining descendants, if any.
The first slot is expected to allow the user to request the - details be shown or hidden.
+The details
element's first summary
element child, if any, is
+ expected to allow the user to request the details be shown or hidden.
The second slot is expected to be removed from the rendering
- when the details
element does not have an The
details
element's second slot is expected
+ to be removed from the rendering when the details
element does not have an open
attribute.