What HTML Role to use for the infinite scroll sentinel in a Web page?
I made an infinite scroll feature for a Web page by using a Web Component that has an Intersection Observer on it, so basically the component itself is the "sentinel" that triggers the fetching of new data in the page.…