<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>CS on Stacknoah</title>
    <link>https://stacknoah.com/tags/cs/</link>
    <description>Recent content in CS on Stacknoah</description>
    <generator>Hugo</generator>
    <language>ko-kr</language>
    <lastBuildDate>Tue, 23 Jun 2026 22:41:17 +0900</lastBuildDate>
    <atom:link href="https://stacknoah.com/tags/cs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Browser-rendering</title>
      <link>https://stacknoah.com/what/cs/web/brower-rendering/</link>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://stacknoah.com/what/cs/web/brower-rendering/</guid>
      <description>&lt;h2 id=&#34;화면이-그려지는-5단계&#34;&gt;화면이 그려지는 5단계&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;요청: 브라우저가 서버에 페이지 요청&lt;/li&gt;
&lt;li&gt;응답: 서버가 HTML을 글자 덩어리로 반환, 이 시점엔 그냥 긴 텍스트&lt;/li&gt;
&lt;li&gt;파싱: 글자를 위에서 아래로 한 줄씩 읽으며 DOM 구성 → &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt; 만나면 즉시 실행&lt;/li&gt;
&lt;li&gt;완료: 끝까지 읽으면 DOM 완성(파서 종료)&lt;/li&gt;
&lt;li&gt;수정: 이후부터 완성된 DOM을 JS가 고치는 단계&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;핵심: &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt; 실행 조건은 3단계(파서가 읽는 중)에 그 &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt;가 글자 속에 존재 → 4단계 이후 뒤늦게 추가된 &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt;는 파서가 이미 손을 뗐으므로 실행 안 됨&lt;/p&gt;</description>
    </item>
    <item>
      <title>HTTP</title>
      <link>https://stacknoah.com/what/cs/web/http/</link>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://stacknoah.com/what/cs/web/http/</guid>
      <description></description>
    </item>
  </channel>
</rss>
