From 57a815982105708a6bdd0088230a28bba47202a0 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 14 May 2020 09:46:00 +1200 Subject: [PATCH] Spanish useragent stylesheet localizations. --- useragent.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/useragent.css b/useragent.css index 794dd8c..a15bfc3 100644 --- a/useragent.css +++ b/useragent.css @@ -16,6 +16,7 @@ input[type=submit][value] {speak: always; content: attr(value)} table::before {content: "Table"; voice-volume: x-soft} table:lang(hu)::before {content: "táblázat"} table:lang(nl)::before {content: "tabel"} +table:lang(es)::before {content: "tabla"} table {counter-increment: -rhaps-table; counter-reset: -rhaps-tablerow} tr { cue-before: url(about:bulletpoint.wav); @@ -52,6 +53,7 @@ pre, samp, code {voice: neutral 2; white-space: pre;} img {content: "Image " attr(src)} img:lang(hu):not([alt]) {content: "kép " attr(src)} img:lang(nl):not([alt]) {content: "afbeelding " attr(src)} +img:lang(es):not([alt]) {content: "imagen " attr(src)} img[alt] {content: attr(alt)} b, strong {voice-rate: slow} @@ -105,7 +107,8 @@ details:target > *, details[open] > * {speak: always} - English - French (surprisingly same as English) - Hungarian -- Dutch */ +- Dutch +- Spanish */ /** ARIA */ [aria-hidden] {speak: never} -- 2.30.2