Docs page on CSS nesting is missing browser compatibility table #844
-
|
CSS nesting is a new feature in CSS. It would be very helpful to know which browsers, and from which versions onwards, support CSS nesting. https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting is missing this valuable information. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @SetTrend 👋 Thanks so much for starting this discussion, I really appreciate you taking the time. The way these pages are structured, like the CSS Nesting Module, is that they act as umbrella or overview pages that group together related reference pages and guides under one topic. If you check the related selector page — for example, the & nesting selector, you’ll find that it includes the Browser compatibility section there. In general, these overview pages serve as landing points to help readers explore connected reference material, guides, and concepts. The BCD data typically appears only on the specific reference pages rather than the module overview pages. Please let me know if you have any more questions. 😄 |
Beta Was this translation helpful? Give feedback.
Hi @SetTrend 👋
Thanks so much for starting this discussion, I really appreciate you taking the time. The way these pages are structured, like the CSS Nesting Module, is that they act as umbrella or overview pages that group together related reference pages and guides under one topic.
If you check the related selector page — for example, the & nesting selector, you’ll find that it includes the Browser compatibility section there.
In general, these overview pages serve as landing points to help readers explore connected reference material, guides, and concepts. The BCD data typically appears only on the specific reference pages rather than the module overview pages.
Please let me know if yo…