#CSS 文章介绍了CSS新特性`scroll-target-group`及其与`:target-current`伪类的结合使用,能够轻松实现滚动侦测效果(如目录高亮)。该特性目前仅在Chrome 140中支持,可通过`@supports`检测实现渐进式增强,同时在无障碍性方面符合常规要求。

https://una.im/scroll-target-group/ Creating a scroll-spy with 2 lines of CSS
 
 
Back to Top