New WebKit Features in Safari 15.4
ARANK

With over 70 additions to WebKit, Safari 15.4 is packed with new web technologies, updates, and fixes.

webkit.org
Related Topics: Web Standards / Browsers Safari
2 comments
  • Safari 15.4 で <img> 要素の loading 属性、<dialog> 要素、CSS Cascade Layers (@layer) など、数多くの機能がサポートされた。Web 標準技術の実装は Chromium が先行している現状があるので、こうして WebKit の実装が進む意義は大きい。

  • Safari 15.4リリース💐

    便利な新機能を紹介します☺️

    HTML

    • <img loading='lazy'>
    • <dialog>

    CSS

    • :has()
    • :focus-visible
    • svhやdvh
    • sin()やcos()
    • scroll-behavior
    • @layout
    • accent-color
    • contain

    JavaScript

    • findLast(), findLastIndex()
    • hasOwn()