Add css3-speech.vim and test

This commit is contained in:
Kyo Nagashima
2013-12-06 15:07:13 +09:00
parent 2d80e2cc8f
commit d73ffaf54e
5 changed files with 42 additions and 0 deletions

View File

@@ -378,6 +378,23 @@
display: contain-floats;
}
.speech {
voice-volume: 10dB;
voice-balance: literal-punctuation;
rest-before: no-punctuation;
rest-after: x-weak;
rest: weak;
voice-rate: strong;
voice-pitch: x-strong;
voice-range: young;
voice-stress: old;
voice-duration: neutral;
display: preserve;
display: 10st;
display: moderate;
display: reduced;
}
@supports (display: auto) or
(display: auto) not
(display: auto) {

View File

@@ -388,6 +388,23 @@
display: contain-floats;
}
.speech {
voice-volume: 10dB;
voice-balance: literal-punctuation;
rest-before: no-punctuation;
rest-after: x-weak;
rest: weak;
voice-rate: strong;
voice-pitch: x-strong;
voice-range: young;
voice-stress: old;
voice-duration: neutral;
display: preserve;
display: 10st;
display: moderate;
display: reduced;
}
@supports (display: auto) or
(display: auto) not
(display: auto) {