@@ 11,6 11,7 @@ input[type=submit][value] {speak: always; content: attr(value)}
/** Tables **/
table::before {content: "Table"; voice-volume: x-soft}
table:lang(hu)::before {content: "táblázat"}
+table:lang(nl)::before {content: "tabel"}
table {counter-increment: -rhaps-table; counter-reset: -rhaps-tablerow}
tr {
cue-before: url(about:bulletpoint.wav);
@@ 46,6 47,7 @@ pre, samp, code {voice: neutral 2; white-space: pre;}
: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)}
+img:lang(nl):not([alt]) {content: "afbeelding " attr(src)}
img[alt] {content: attr(alt)}
b, strong {voice-rate: slow}
@@ 95,4 97,5 @@ aside {voice-volume: soft}
/* Localized into:
- English
- French (surprisingly same as English)
-- Hungarian */
+- Hungarian
+- Dutch */