From 8d9fafbd218359fe01473bc8e3828c57bddde105 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Fri, 1 Jan 2021 15:39:34 +1300 Subject: [PATCH] Useragent stylesheet bug: provides the label for
, not . --- useragent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/useragent.css b/useragent.css index 26ffe4b..3036a76 100644 --- a/useragent.css +++ b/useragent.css @@ -109,7 +109,7 @@ sup {voice-rate: fast} var {voice-rate: slow} aside {voice-volume: soft} -details > :not(caption:first-of-type) {speak: never} +details > :not(summary:first-of-type) {speak: never} details:target > *, details[open] > * {speak: always} /* Localized into: -- 2.30.2