Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering: further details/summary cleanup #4746

Merged
merged 1 commit into from
Oct 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -114892,16 +114892,16 @@ details[open] > summary {

<p>The <code>details</code> element is expected to render as a <span>block box</span>. The element
is also expected to have an internal <span>shadow tree</span> with two <span
data-x="concept-slot">slots</span>, both rendered as a <span>block box</span>. The first <span
data-x="concept-slot">slot</span> is expected to take the <code>details</code> element's first
<code>summary</code> element child, if any. The second <span data-x="concept-slot">slot</span> is
expected to take the <code>details</code> element's remaining descendants, if any.</p>
data-x="concept-slot">slots</span>. The first <span data-x="concept-slot">slot</span> is expected
to take the <code>details</code> element's first <code>summary</code> element child, if any. The
second <span data-x="concept-slot">slot</span> is expected to take the <code>details</code>
element's remaining descendants, if any.</p>

<p>The first <span data-x="concept-slot">slot</span> is expected to allow the user to request the
details be shown or hidden.</p>
<p>The <code>details</code> element's first <code>summary</code> element child, if any, is
expected to allow the user to request the details be shown or hidden.</p>

<p>The second <span data-x="concept-slot">slot</span> is expected to be removed from the rendering
when the <code>details</code> element does not have an <code
<p>The <code>details</code> element's second <span data-x="concept-slot">slot</span> is expected
to be removed from the rendering when the <code>details</code> element does not have an <code
data-x="attr-details-open">open</code> attribute.</p>

<!-- https://mail.gnome.org/archives/usability/2006-June/msg00015.html -->
Expand Down