Skip to content

Commit

Permalink
Make details styles match implementation.
Browse files Browse the repository at this point in the history
There's not any mention of the fallback summary which is rather
unfortunate?

Fixes whatwg#8610
  • Loading branch information
emilio committed Jan 26, 2023
1 parent e3c56ca commit c190cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -123216,12 +123216,12 @@ input[type=image i][align=bottom i], object[align=bottom i] {

<pre><code class="css">@namespace url(http://www.w3.org/1999/xhtml);

summary {
details > summary:first-of-type {
display: list-item;
counter-increment: list-item 0;
list-style: disclosure-closed inside;
}
details[open] > summary {
details[open] > summary:first-of-type {
list-style-type: disclosure-open;
}</code></pre>

Expand Down

0 comments on commit c190cc5

Please sign in to comment.