The WebKit blog is back with a follow-up on its CSS Masonry coverage. It leans into a direction (display: grid
), and that direction is different than Chrome’s recent prototype (display: masonry
).
Covering hidden=until-found
Short story: Slapping hidden=until-found
on an element in HTML enables any hidden content within the element to be findable in the browser with in-page search.