Fredrik Nicol
Fredrik Nicol
I had the same issue but `2.0.0-beta.4` worked for me
This seems to be the [latest revision](https://drafts.csswg.org/css-speech-1/#speak). `pause`, `cue`, `rest` etc. are missing too. Not sure which browsers supports these properties though.
Edge and Firefox doesn't seem to know `speak` or any other of the CSS Speech properties. Chrome however knows `speak`. But some values refers to the [`speak-as` spec](https://drafts.csswg.org/css-speech-1/#speak-as), not the...
But should they be defined here with correct syntax or in mdn/browser-compat-data as a prefix?
CSSType checks if `computed` is an array to determine if it is a shorthand property. But it doesn't use the values like @johanholmerin mentioned. We need to separate longform and...
I would be interested in the summary and description as well for [csstype](https://github.com/frenic/csstype).
I added https://github.com/frenic/csstype/blob/master/src/data/svg.ts based on https://svgwg.org/svg2-draft/propidx.html as a temporarily solution until this is solved.
I was able to install successfully with Windows 8 compatibility mode and then run as administrator using the official 1.0.0 exe-file.
This would be great! String templates is something that should be introduced. But concerning properties that contains `` is that [`calc()`](https://developer.mozilla.org/en-US/docs/Web/CSS/calc) is allowed. So even if it uses string templates...
No, they have existed for quite a while. https://github.com/frenic/csstype/blob/8746e82fea01d409be811494abc34c9adba61c8a/index.d.ts#L290-L303 https://github.com/frenic/csstype/blob/8746e82fea01d409be811494abc34c9adba61c8a/index.d.ts#L6846-L6853