Best of SafariJanuary 2026

  1. 1
    Article
    Avatar of codepenCodePen·21w

    Chris’ Corner: Freshly-Fallen CSS

    CSS Grid Lanes (formerly masonry) is coming to browsers with a new display property. New CSS features include text-grow and text-shrink for automatic text sizing, and scroll-triggered animations that complement existing scroll-driven animations. Customizable select elements are gaining traction with advanced styling and interactivity options now available in browsers.

  2. 2
    Article
    Avatar of frontendmastersFrontend Masters·20w

    JavaScript Engines Zoo – Frontend Masters Blog

    JavaScript has numerous engines beyond the well-known ones. Major browsers use engines like V8 (Chrome) and JavaScriptCore (Safari), while lightweight alternatives like QuickJS exist for embedding JavaScript in applications. A comprehensive list of these engines is available at zoo.js.org.