diff --git a/source b/source index 0d1b2c0447c..af28d21866f 100644 --- a/source +++ b/source @@ -114889,16 +114889,16 @@ details[open] > summary {
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.