From 0f1d2344bc041c9385fc03ee11c42b8d474d730d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 27 Jan 2023 04:03:09 +0100 Subject: [PATCH] Make
UA styles match implementations Fixes #8610. --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index 79e90af8a61..9da41e81003 100644 --- a/source +++ b/source @@ -123334,12 +123334,12 @@ input[type=image i][align=bottom i], object[align=bottom i] {
@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;
 }