~alcinnz/rhapsode

e3a6e2dbf671a64330865ab6511e1df05dc8096f — Adrian Cochrane 1 year, 7 months ago 31510e1
stylesheet: Highlight marks via audio-cue & pitch & speak page titles.
1 files changed, 2 insertions(+), 1 deletions(-)

M useragent.css
M useragent.css => useragent.css +2 -1
@@ 1,4 1,4 @@
link[rel=stylesheet], meta, style, script, title, base {speak: never}
link[rel=stylesheet], meta, style, script, base {speak: never}
datalist, template {speak: never}
:root {
    speak-as: normal no-punctuation;


@@ 115,6 115,7 @@ sub {voice-rate: x-fast}
sup {voice-rate: fast}
var {voice-rate: slow}
aside {voice-volume: soft}
mark {voice-range: high; voice-pitch: high; cue-before: url(about:found.wav)}

details > :not(summary:first-of-type) {speak: never}
details:target > *, details[open] > * {speak: always}