<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Attribute selectors in CSS</title>
	<atom:link href="http://fatagnus.com/attribute-selectors-in-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://fatagnus.com/attribute-selectors-in-css/</link>
	<description>One is glad to be of service</description>
	<pubDate>Fri, 12 Mar 2010 07:59:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Modica</title>
		<link>http://fatagnus.com/attribute-selectors-in-css/comment-page-1/#comment-2438</link>
		<dc:creator>Michael Modica</dc:creator>
		<pubDate>Thu, 10 May 2007 01:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://fatagnus.com/attribute-selectors-in-css/#comment-2438</guid>
		<description>I am desperately looking for an answer for (to me) seems like an obvious question.

In CSS there are different ways to specify the same value. For example, I could specify the width of table as "5pc" or "60pt" which mean the exact same thing (12pt = 1pt). If I specify a selector
  table[width=60pt]
will it still catch a table attribute whose previous style sheet specified its width as "5pc"? Or do I have to test each possible equivalent unit of measure (pc, cm, mm, in)?

This is particulary important for the 5 or 6 different ways to specify color.</description>
		<content:encoded><![CDATA[<p>I am desperately looking for an answer for (to me) seems like an obvious question.</p>
<p>In CSS there are different ways to specify the same value. For example, I could specify the width of table as &#8220;5pc&#8221; or &#8220;60pt&#8221; which mean the exact same thing (12pt = 1pt). If I specify a selector<br />
  table[width=60pt]<br />
will it still catch a table attribute whose previous style sheet specified its width as &#8220;5pc&#8221;? Or do I have to test each possible equivalent unit of measure (pc, cm, mm, in)?</p>
<p>This is particulary important for the 5 or 6 different ways to specify color.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://fatagnus.com/attribute-selectors-in-css/comment-page-1/#comment-2174</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 30 Apr 2007 15:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://fatagnus.com/attribute-selectors-in-css/#comment-2174</guid>
		<description>"This is probably one of the most under-used features in CSS, which is strange since it is pretty cool."

That's because it doesn't work in IE6. Unfortunately that's a deal-breaker for now.</description>
		<content:encoded><![CDATA[<p>&#8220;This is probably one of the most under-used features in CSS, which is strange since it is pretty cool.&#8221;</p>
<p>That&#8217;s because it doesn&#8217;t work in IE6. Unfortunately that&#8217;s a deal-breaker for now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
