From 20d1c98e652d7fdb938c3dd9eae5423805483775 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Wed, 30 Dec 2020 18:52:10 +1300 Subject: [PATCH] Read out a page's s, they could be useful! --- useragent.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/useragent.css b/useragent.css index 8c9c599..26ffe4b 100644 --- a/useragent.css +++ b/useragent.css @@ -1,4 +1,4 @@ -head, link, meta, style, script, title, base {speak: never} +link[rel=stylesheet], meta, style, script, title, base {speak: never} datalist, template {speak: never} :root { speak-as: normal no-punctuation; @@ -54,6 +54,7 @@ p, pre, samp, blockquote {pause: strong; -rhaps-marker: -rhaps-paragraph} pre, address, samp {speak-as: literal-punctuation} pre, samp, code {voice: neutral 2; white-space: pre;} :link {cue-after: url(about:link.wav) !important; voice-pitch: low} +link[rel] {content: attr(rel)} link[title] {content: attr(title)} /* [title] overrides [rel] */ :visited {cue-after: url(about:link.wav) -0.1db !important} img {content: "Image " attr(src)} img:lang(hu):not([alt]) {content: "kép " attr(src)} -- 2.30.2