Skip to content

Commit

Permalink
Make <details> UA styles match implementations
Browse files Browse the repository at this point in the history
Fixes #8610.
  • Loading branch information
emilio committed Jan 27, 2023
1 parent e233336 commit 0f1d234
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 @@ -123334,12 +123334,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 0f1d234

Please sign in to comment.