For example, the following rule: ``` div { speak: never; } ``` is being mis-reported as invalid (`Value Error : speak never is not a speak value : never `). According to the [spec](https://www.w3.org/TR/2018/NOTE-css3-speech-20180605/#speaking-props-speak), `never` is a valid value of the `speak` property.