<?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: Resetting styles using ‘all: unset’ in Firefox 27</title>
	<atom:link href="http://mcc.id.au/blog/2013/10/all-unset/feed" rel="self" type="application/rss+xml" />
	<link>http://mcc.id.au/blog/2013/10/all-unset</link>
	<description>mcc.id.au</description>
	<lastBuildDate>Mon, 25 Apr 2016 07:41:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
	<item>
		<title>By: Cameron McCormack</title>
		<link>http://mcc.id.au/blog/2013/10/all-unset/comment-page-1#comment-4001</link>
		<dc:creator>Cameron McCormack</dc:creator>
		<pubDate>Fri, 07 Feb 2014 22:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=275#comment-4001</guid>
		<description><![CDATA[Not sure what you&#039;re referring to, but ‘all: unset’ will have the same affect as writing ‘line-height: inherit’ (as line-height is an inherited property).]]></description>
		<content:encoded><![CDATA[<p>Not sure what you&#8217;re referring to, but ‘all: unset’ will have the same affect as writing ‘line-height: inherit’ (as line-height is an inherited property).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://mcc.id.au/blog/2013/10/all-unset/comment-page-1#comment-3999</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 07 Feb 2014 19:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=275#comment-3999</guid>
		<description><![CDATA[Great. Any idea when it will be supported in other browsers?]]></description>
		<content:encoded><![CDATA[<p>Great. Any idea when it will be supported in other browsers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Avramov</title>
		<link>http://mcc.id.au/blog/2013/10/all-unset/comment-page-1#comment-3994</link>
		<dc:creator>Adam Avramov</dc:creator>
		<pubDate>Thu, 06 Feb 2014 08:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=275#comment-3994</guid>
		<description><![CDATA[Do you think this&#039;ll help with the `line-height: normal` thing?]]></description>
		<content:encoded><![CDATA[<p>Do you think this&#8217;ll help with the `line-height: normal` thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IanSan5653</title>
		<link>http://mcc.id.au/blog/2013/10/all-unset/comment-page-1#comment-2842</link>
		<dc:creator>IanSan5653</dc:creator>
		<pubDate>Sat, 02 Nov 2013 01:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=275#comment-2842</guid>
		<description><![CDATA[Now all my reset has to be is 

* {
  all: unset;
}

Sweet!]]></description>
		<content:encoded><![CDATA[<p>Now all my reset has to be is </p>
<p>* {<br />
  all: unset;<br />
}</p>
<p>Sweet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://mcc.id.au/blog/2013/10/all-unset/comment-page-1#comment-2750</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 13 Oct 2013 17:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=275#comment-2750</guid>
		<description><![CDATA[Darcy Clarke: You may indeed look forward to this exciting new feature being implemented in the upcoming browser, Microsoft Internet Exploder 27.

Sincerely,

A Web developer deathly afraid of MSIE surviving until a &quot;Version 27&quot;.]]></description>
		<content:encoded><![CDATA[<p>Darcy Clarke: You may indeed look forward to this exciting new feature being implemented in the upcoming browser, Microsoft Internet Exploder 27.</p>
<p>Sincerely,</p>
<p>A Web developer deathly afraid of MSIE surviving until a &#8220;Version 27&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evert Albers</title>
		<link>http://mcc.id.au/blog/2013/10/all-unset/comment-page-1#comment-2744</link>
		<dc:creator>Evert Albers</dc:creator>
		<pubDate>Sat, 12 Oct 2013 17:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=275#comment-2744</guid>
		<description><![CDATA[+1 on the ”...hope the the other browsers will...“]]></description>
		<content:encoded><![CDATA[<p>+1 on the ”&#8230;hope the the other browsers will&#8230;“</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://mcc.id.au/blog/2013/10/all-unset/comment-page-1#comment-2740</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Sat, 12 Oct 2013 12:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=275#comment-2740</guid>
		<description><![CDATA[So html only would be 


    * {all:unset!important;}
]]></description>
		<content:encoded><![CDATA[<p>So html only would be </p>
<p>    * {all:unset!important;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: October 11, 2013: Weekly Roundup of Web Development and Design Resources</title>
		<link>http://mcc.id.au/blog/2013/10/all-unset/comment-page-1#comment-2736</link>
		<dc:creator>October 11, 2013: Weekly Roundup of Web Development and Design Resources</dc:creator>
		<pubDate>Fri, 11 Oct 2013 20:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=275#comment-2736</guid>
		<description><![CDATA[[...] Resetting styles using ‘all: unset’ in Firefox 27: Who knew? Not me. The new ‘all’ CSS shorthand property can be used in conjunction with the new ‘unset’ CSS keyword to have the same effect as a reset style sheet. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Resetting styles using ‘all: unset’ in Firefox 27: Who knew? Not me. The new ‘all’ CSS shorthand property can be used in conjunction with the new ‘unset’ CSS keyword to have the same effect as a reset style sheet. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Smith</title>
		<link>http://mcc.id.au/blog/2013/10/all-unset/comment-page-1#comment-2734</link>
		<dc:creator>Matt Smith</dc:creator>
		<pubDate>Fri, 11 Oct 2013 18:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=275#comment-2734</guid>
		<description><![CDATA[I agree with Yusaf, it will be really great to see other browsers implement this solution.]]></description>
		<content:encoded><![CDATA[<p>I agree with Yusaf, it will be really great to see other browsers implement this solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darcy Clarke</title>
		<link>http://mcc.id.au/blog/2013/10/all-unset/comment-page-1#comment-2716</link>
		<dc:creator>Darcy Clarke</dc:creator>
		<pubDate>Thu, 10 Oct 2013 19:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=275#comment-2716</guid>
		<description><![CDATA[You may want to use images for the examples of different browser renderings instead of having to explain what the reader should be seeing with the straight HTML &amp; CSS markup. Great article either way!]]></description>
		<content:encoded><![CDATA[<p>You may want to use images for the examples of different browser renderings instead of having to explain what the reader should be seeing with the straight HTML &amp; CSS markup. Great article either way!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
