CSS hover text claims 'white-space' is shorthand for 'white-space-collapsing' and 'text-wrap'
See original GitHub issueDoes this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.64.2
- OS Version: Windows 10
Steps to Reproduce:
- Create some CSS with the
white-space
property - Hover over it
Hover text then shows:
Shorthand property for the ‘white-space-collapsing’ and ‘text-wrap’ properties.
I can’t find any information about these properties, except some old discussions that say they don’t exist.
Also, the source of this hover text is pretty opaque; I can’t find it on GitHub. If someone points me to a more appropriate repository, I’ll open the issue there.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
CSS hover text claims 'white-space' is shorthand for ... - GitHub
Hover over it. Hover text then shows: Shorthand property for the 'white-space-collapsing' and 'text-wrap' properties.
Read more >white-space - CSS: Cascading Style Sheets - MDN Web Docs
The white-space CSS property sets how white space inside an element is handled.
Read more >white-space - CSS-Tricks
The CSS white-space property controls how text is handled on the element it is applied to. Let's say you have HTML exactly like...
Read more >Dealing with significant white space in HTML
CSS : whitespace: no-wrap. The next white space variation is no-wrap . This option will remove all white spaces in the text and...
Read more >16 Text
Lines are only broken at preserved newline characters. nowrap. This value collapses white space as for 'normal', but suppresses line breaks within text....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We need to fix it here: https://github.com/microsoft/vscode-custom-data/blob/4d539c131ec7ed490a09fe9d0101f759b39804b6/web-data/css/css-schema.xml#L9677
Well, I see the confusion.
The change is so far only in vscode-custon-data and not yet in vscode-css-languageservice and vscode.