<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://icontemp.com/wiki/cssprimer/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://icontemp.com/wiki/cssprimer/feed.php">
        <title>CSS Primer For the AI Era - foundations</title>
        <description>A vocabulary for shaping interfaces with AI</description>
        <link>https://icontemp.com/wiki/cssprimer/</link>
        <image rdf:resource="https://icontemp.com/wiki/cssprimer/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-09-23T00:36:22+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_cascade_for_the_ai_era&amp;rev=1777127403&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_context_for_the_ai_era&amp;rev=1777127354&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_html_semantics_a_primer_for_the_ai_era&amp;rev=1779288741&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_inheritance_for_the_ai_era&amp;rev=1777127379&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_normal_flow_for_the_ai_era&amp;rev=1777127366&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_specificity_for_the_ai_era&amp;rev=1777127390&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:how_css_thinks&amp;rev=1777127414&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:start&amp;rev=1776440311&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://icontemp.com/wiki/cssprimer/lib/exe/fetch.php?media=wiki:logo.png">
        <title>CSS Primer For the AI Era</title>
        <link>https://icontemp.com/wiki/cssprimer/</link>
        <url>https://icontemp.com/wiki/cssprimer/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_cascade_for_the_ai_era&amp;rev=1777127403&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-25T14:30:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>2- The Cascade — How CSS Decides</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_cascade_for_the_ai_era&amp;rev=1777127403&amp;do=diff</link>
        <description>2- The Cascade — How CSS Decides

— the quiet algorithm behind every style

CSS looks simple on the surface:

we write a rule, 

the browser applies it.

But underneath that simplicity 

is a small, steady →decision‑making process

called the &#039;</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_context_for_the_ai_era&amp;rev=1777127354&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-25T14:29:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>6- Context — Why CSS Is Never Absolute</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_context_for_the_ai_era&amp;rev=1777127354&amp;do=diff</link>
        <description>6- Context — Why CSS Is Never Absolute

—Part of CSS Primer for the AI Era — Foundations

CSS is often described as unpredictable.

But unpredictability isn’t the truth — context is.

Every CSS property, every layout decision, every computed value</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_html_semantics_a_primer_for_the_ai_era&amp;rev=1779288741&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-20T14:52:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>0- HTML Semantics — The Structure CSS Depends On</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_html_semantics_a_primer_for_the_ai_era&amp;rev=1779288741&amp;do=diff</link>
        <description>0- HTML Semantics — The Structure CSS Depends On

—Part of CSS Primer for the AI Era — Foundations

CSS never starts from nothing.

It always begins with a 
&#039;document that already has meaning&#039;.

That meaning lives in HTML.

If we think of CSS as the way things look and behave</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_inheritance_for_the_ai_era&amp;rev=1777127379&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-25T14:29:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4- Inheritance — How Styles Pass Down the Tree</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_inheritance_for_the_ai_era&amp;rev=1777127379&amp;do=diff</link>
        <description>4- Inheritance — How Styles Pass Down the Tree

—Part of CSS Primer for the AI Era — Foundations

CSS has a quiet &#039;habit&#039;:

When something is true for a parent, 

it often becomes true for its children.

The browser doesn’t apply CSS styles in isolation.</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_normal_flow_for_the_ai_era&amp;rev=1777127366&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-25T14:29:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>5- Normal Flow — How Elements Arrange Themselves</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_normal_flow_for_the_ai_era&amp;rev=1777127366&amp;do=diff</link>
        <description>5- Normal Flow — How Elements Arrange Themselves

—Part of CSS Primer for the AI Era — Foundations

Normal flow is the quiet baseline of CSS —

the way elements arrange themselves 

when we don’t interfere.

It&#039;s that &#039;default&#039; that system browsers use</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_specificity_for_the_ai_era&amp;rev=1777127390&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-25T14:29:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>3- Specificity — The Weight of a Selector</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:css_specificity_for_the_ai_era&amp;rev=1777127390&amp;do=diff</link>
        <description>3- Specificity — The Weight of a Selector

— how CSS decides which voice speaks louder

If the cascade is CSS’s referee,

specificity is its volume knob.

Every selector has a certain “weight”,

and when two rules want to style the same element,</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:how_css_thinks&amp;rev=1777127414&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-25T14:30:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>1- How CSS Thinks</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:how_css_thinks&amp;rev=1777127414&amp;do=diff</link>
        <description>1- How CSS Thinks

— the quiet mental model behind everything

CSS looks like a list of rules, but underneath the syntax there is a simple idea:

CSS is a conversation 
between the browser and the document 
about how things should appear.

It’s not a programming language.</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:start&amp;rev=1776440311&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-17T15:38:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Foundations</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=foundations:start&amp;rev=1776440311&amp;do=diff</link>
        <description>Foundations

Please sort A-Z for intended reading sequence.</description>
    </item>
</rdf:RDF>
