-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
There's a page for text-space-collapse at https://caniuse.com/sr_text-space-collapse, It does not have a data visualization of browser support. It simply says:
CSS text-space-collapse property
This CSS property (formerly known as white-space-collapse or white-space-collapsing) is not supported in any modern browser, nor are there any known plans to support it.
This feels out of date to me. text-space-collapse is a real CSS property that is officially part of Text level 4. It has not been rejected or abandoned. No browser yet supports text-space-collapse, but the current page on Can I Use makes it seem like this property was an old idea that should be left in the past.
I want to update the page, adding the data for building a data visualization and rewriting the description to match others (adding information about what it does and removing the editorial judgement about whether browsers plan to implement in the future). But I can't find the page in the code repo. What does the sr_ mean in the URL? Where does the JSON file for this property live?