[css] Support "speak" property #191285
Labels
css-less-scss
Issues and items concerning CSS,Less,SCSS styling
feature-request
Request for new features or functionality
Milestone
VS Code version:
1.81.1
OS version:
macOS Ventura 13.4.1
Steps to reproduce:
speak
attribute withinscss
filesWarning message:
Unknown property: "speak" scss(unknownProperties)
Duplicate issues (closed):
#43022
#61719
Resources:
https://www.w3.org/TR/css-speech-1/#speaking-props-speak
stylelint/stylelint#3285 (comment)
mdn/data#218
https://github.com/Microsoft/vscode-css-languageservice/blob/master/src/data/browsers.ts
https://github.com/mdn/data/blob/master/css/properties.json
Does this issue occur when all extensions are disabled?
Yes
I realize that the specification was abandoned at one point (2018), but it appears to have been revived as of February this year. It is currently in draft, and so I'm just capturing all of this so that it doesn't get overlooked. Appears that only Chrome supports
speak
at the moment, and Safari supportsspeak-as
. Firefox hasn't jumped into the game yet.The text was updated successfully, but these errors were encountered: