<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (yellowled)</title>
    <link>https://pinboard.in/u:yellowled/public/</link>
    <description>recent bookmarks from yellowled</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://ishadeed.com/article/css-has-guide/"/>
	<rdf:li rdf:resource="https://www.bram.us/2021/12/21/the-css-has-selector-is-way-more-than-a-parent-selector/"/>
	<rdf:li rdf:resource="http://www.tomango.co.uk/thinks/using-quantity-queries-to-write-content-aware-css/"/>
	<rdf:li rdf:resource="http://nicolasgallagher.com/an-introduction-to-css-pseudo-element-hacks/"/>
	<rdf:li rdf:resource="http://37signals.com/svn/posts/3003-css-taking-control-of-the-cascade"/>
	<rdf:li rdf:resource="http://designfestival.com/better-semantics-with-css-combinators-and-selectors/"/>
	<rdf:li rdf:resource="http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://ishadeed.com/article/css-has-guide/">
    <title>CSS :has() Interactive Guide</title>
    <dc:date>2024-02-25T19:53:58+00:00</dc:date>
    <link>https://ishadeed.com/article/css-has-guide/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>css selectors</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:c6465cefedcd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:selectors"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.bram.us/2021/12/21/the-css-has-selector-is-way-more-than-a-parent-selector/">
    <title>The CSS :has() selector is way more than a “Parent Selector” – Bram.us</title>
    <dc:date>2021-12-22T19:33:26+00:00</dc:date>
    <link>https://www.bram.us/2021/12/21/the-css-has-selector-is-way-more-than-a-parent-selector/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>mm-learns css selectors</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:52accf20e719/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:mm-learns"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:selectors"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.tomango.co.uk/thinks/using-quantity-queries-to-write-content-aware-css/">
    <title>Using Quantity Queries to write content-aware CSS - tomango</title>
    <dc:date>2015-10-23T11:51:17+00:00</dc:date>
    <link>http://www.tomango.co.uk/thinks/using-quantity-queries-to-write-content-aware-css/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>css selectors</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:f47d146095a4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:selectors"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://nicolasgallagher.com/an-introduction-to-css-pseudo-element-hacks/">
    <title>An introduction to CSS pseudo-element hacks – Nicolas Gallagher</title>
    <dc:date>2011-10-14T17:26:34+00:00</dc:date>
    <link>http://nicolasgallagher.com/an-introduction-to-css-pseudo-element-hacks/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>css selectors</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:e1e3801147f1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:selectors"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://37signals.com/svn/posts/3003-css-taking-control-of-the-cascade">
    <title>CSS: Taking control of the cascade - (37signals)</title>
    <dc:date>2011-09-20T15:46:41+00:00</dc:date>
    <link>http://37signals.com/svn/posts/3003-css-taking-control-of-the-cascade</link>
    <dc:creator>yellowled</dc:creator><dc:subject>css selectors</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:b7f7def0b78d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:selectors"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://designfestival.com/better-semantics-with-css-combinators-and-selectors/">
    <title>Better Semantics with CSS Combinators</title>
    <dc:date>2011-06-03T12:00:23+00:00</dc:date>
    <link>http://designfestival.com/better-semantics-with-css-combinators-and-selectors/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>css selectors</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:e66d399a2ebc/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:selectors"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/">
    <title>The 30 CSS Selectors you Must Memorize | Nettuts</title>
    <dc:date>2011-04-30T21:12:16+00:00</dc:date>
    <link>http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>selectors css reference</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:c8e84a72e61e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:selectors"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:reference"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>