
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chaos and Order</title>
      <link>https://www.youngju.dev/blog</link>
      <description>천천히 올바르게. AI Researcher &amp; DevOps Engineer Youngju&#39;s tech blog. GPU/CUDA, LLM, MLOps, Kubernetes AI workloads, distributed training, and data engineering.</description>
      <language>ko</language>
      <managingEditor>fjvbn2003@gmail.com (Youngju Kim)</managingEditor>
      <webMaster>fjvbn2003@gmail.com (Youngju Kim)</webMaster>
      <lastBuildDate>Sat, 16 May 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.youngju.dev/tags/subgrid/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.youngju.dev/blog/culture/2026-05-16-web-standards-2026-container-queries-view-transitions-popover-anchor-positioning-css-nesting-deep-dive.en</guid>
    <title>Web Standards &amp; CSS 2026 — Container Queries / View Transitions / Popover / Anchor Positioning / Scroll-driven Animations Deep Dive</title>
    <link>https://www.youngju.dev/blog/culture/2026-05-16-web-standards-2026-container-queries-view-transitions-popover-anchor-positioning-css-nesting-deep-dive.en</link>
    <description>In 2026, the web platform finally became what we have been waiting a decade for. Container Queries are the default for component responsiveness. View Transitions API extended from single-page to cross-document, making smooth page transitions possible without SPAs. Popover API is the new standard for modals, Anchor Positioning ended the nightmare of tooltip placement, Scroll-driven Animations remove JavaScript from scroll effects, has() lets CSS reach upward, color-mix and light-dark are color arithmetic, scope and layer give us encapsulation and cascade control, Subgrid finally aligns grids properly, and Speculation Rules prerender future pages. WebGPU and WebTransport are stable too. Together with Korean (Naver D2) and Japanese (html5.jp, mizchi) standards content, this is a synthesis of the real 2026 migration strategy through Korean, Japanese, and Western lenses.</description>
    <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>web-standards</category><category>css</category><category>container-queries</category><category>view-transitions</category><category>popover-api</category><category>css-nesting</category><category>anchor-positioning</category><category>scroll-driven-animations</category><category>has-selector</category><category>color-mix</category><category>cascade-layers</category><category>subgrid</category><category>webgpu</category><category>speculation-rules</category><category>2026</category><category>deep-dive</category><category>english</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/culture/2026-05-16-web-standards-2026-container-queries-view-transitions-popover-anchor-positioning-css-nesting-deep-dive.ja</guid>
    <title>Web 標準 &amp; CSS 2026 — Container Queries / View Transitions / Popover / Anchor Positioning / Scroll-driven Animations 徹底ガイド</title>
    <link>https://www.youngju.dev/blog/culture/2026-05-16-web-standards-2026-container-queries-view-transitions-popover-anchor-positioning-css-nesting-deep-dive.ja</link>
    <description>2026 年、ウェブプラットフォームはついに私たちが 10 年間待ち続けてきた姿になった。Container Queries はコンポーネント単位レスポンシブの基礎となり、View Transitions API は単一ページからクロスドキュメントまで広がり、SPA なしでもスムーズなページ遷移を実現する。Popover API はモーダルの標準となり、Anchor Positioning はツールチップ配置の悪夢を終わらせた。Scroll-driven Animations は JavaScript なしのスクロール演出を、has() セレクタは CSS だけで親要素操作を、color-mix と light-dark は色演算を、scope と layer はカプセル化とカスケード制御を、Subgrid はグリッド整列を、Speculation Rules は次ページの prerender を可能にする。WebGPU と WebTransport も安定化した。韓国 (Naver D2)、日本 (html5.jp、mizchi) の標準コンテンツとともに、韓国・日本・西洋の視点で 2026 年の実践的マイグレーション戦略を総合する。</description>
    <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>web-standards</category><category>css</category><category>container-queries</category><category>view-transitions</category><category>popover-api</category><category>css-nesting</category><category>anchor-positioning</category><category>scroll-driven-animations</category><category>has-selector</category><category>color-mix</category><category>cascade-layers</category><category>subgrid</category><category>webgpu</category><category>speculation-rules</category><category>2026</category><category>deep-dive</category><category>日本語</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/culture/2026-05-16-web-standards-2026-container-queries-view-transitions-popover-anchor-positioning-css-nesting-deep-dive</guid>
    <title>웹 표준 &amp; CSS 2026 — Container Queries / View Transitions / Popover / Anchor Positioning / Scroll-driven Animations 심층 가이드</title>
    <link>https://www.youngju.dev/blog/culture/2026-05-16-web-standards-2026-container-queries-view-transitions-popover-anchor-positioning-css-nesting-deep-dive</link>
    <description>2026년, 웹 플랫폼은 마침내 우리가 10년 동안 기다려온 그 모습이 되었다. Container Queries는 컴포넌트 단위 반응형의 기본기가 되었고, View Transitions API는 단일 페이지를 넘어 크로스-도큐먼트까지 확장되어 SPA 없이도 매끄러운 페이지 전환이 가능해졌다. Popover API는 모달의 표준이 되었고, Anchor Positioning은 툴팁/팝오버 배치의 악몽을 끝냈다. Scroll-driven Animations는 JavaScript 없이 스크롤 효과를, has() 선택자는 CSS만으로 부모 조작을, color-mix와 light-dark는 색상 연산을, scope와 layer는 캡슐화와 캐스케이드를, Subgrid는 그리드 정렬을, Speculation Rules는 미래 페이지의 prerender를 가능하게 한다. WebGPU와 WebTransport도 안정화되었다. 한국의 네이버 D2, 일본의 html5.jp, mizchi 블로그가 정리한 표준의 흐름과 함께, 2026년의 진짜 마이그레이션 전략을 한국·일본·서구의 시선으로 종합한다.</description>
    <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>web-standards</category><category>css</category><category>container-queries</category><category>view-transitions</category><category>popover-api</category><category>css-nesting</category><category>anchor-positioning</category><category>scroll-driven-animations</category><category>has-selector</category><category>color-mix</category><category>cascade-layers</category><category>subgrid</category><category>webgpu</category><category>speculation-rules</category><category>2026</category><category>deep-dive</category>
  </item>

    </channel>
  </rss>
