File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ syn match cssAuralProp contained " \< voice-\( volume\| balance\| rate\| pitch\| range\| stress\| duration\)\> "
2+ syn match cssAuralProp contained " \< rest\( -\( before\| after\)\)\=\> "
3+ syn keyword cssAuralAttr contained young old neutral preserve moderate reduced
4+ syn match cssAuralAttr contained " \<\( literal\| no\) -punctuation\> "
5+ syn match cssAuralAttr contained " \<\( x-\)\=\( weak\| strong\)\> "
6+ syn match cssValueNumber contained " [-+]\=\d\+\( dB\| st\) "
Original file line number Diff line number Diff line change @@ -851,6 +851,33 @@ mask {
851851 display : fit-content (10% );
852852}
853853
854+ .speech-3 {
855+ voice-volume : auto;
856+ voice-balance : auto;
857+ rest-before : auto;
858+ rest-after : auto;
859+ rest : auto;
860+ voice-rate : auto;
861+ voice-pitch : auto;
862+ voice-range : auto;
863+ voice-stress : auto;
864+ voice-duration : auto;
865+ display : 10dB ;
866+ display : literal-punctuation;
867+ display : no-punctuation;
868+ display : x-weak;
869+ display : weak;
870+ display : strong;
871+ display : x-strong;
872+ display : young;
873+ display : old;
874+ display : neutral;
875+ display : preserve;
876+ display : 10st ;
877+ display : moderate;
878+ display : reduced;
879+ }
880+
854881.style-attr {
855882 display : auto;
856883}
You can’t perform that action at this time.
0 commit comments