Apologies if this is incorrect but looking at the draft specification for CSS WebSpeech shows that CSS property types are not properly quoted:
https://drafts.csswg.org/css-speech-1/#rest-props-rest
These should be rendered as <'rest-before'> <'rest-after'>?
However, the spec here appears to include the correct quotes:
|
Value: <'rest-before'> <'rest-after'>? |
Am I simply looking at an outdated version of the spec?