~alcinnz/rhapsode

57a815982105708a6bdd0088230a28bba47202a0 — Adrian Cochrane 3 years ago c15af78
Spanish useragent stylesheet localizations.
1 files changed, 4 insertions(+), 1 deletions(-)

M useragent.css
M useragent.css => useragent.css +4 -1
@@ 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}