@@ 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}