From 8cfb4861448d9e26f79a072b82cdaa351948b337 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sat, 16 May 2020 18:58:22 +1200 Subject: [PATCH] Add support for
/ --- useragent.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/useragent.css b/useragent.css index a15bfc3..771408c 100644 --- a/useragent.css +++ b/useragent.css @@ -12,6 +12,9 @@ button, select, textarea, input, output {speak: never} /* Leave to special form button[type=submit] {speak: always} input[type=submit][value] {speak: always; content: attr(value)} +form[title] {content: attr(title)} /* Ideal UX for (inline) s. */ +form[alt] {content: attr(alt)} + /** Tables **/ table::before {content: "Table"; voice-volume: x-soft} table:lang(hu)::before {content: "táblázat"} -- 2.30.2