<?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: Scoped style sheets</title>
	<atom:link href="http://mcc.id.au/blog/2013/01/scoped-style-sheets/feed" rel="self" type="application/rss+xml" />
	<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets</link>
	<description>mcc.id.au</description>
	<lastBuildDate>Thu, 25 Apr 2013 20:22:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: The Future of the Web &#124; Reckless New Media</title>
		<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets/comment-page-1#comment-1894</link>
		<dc:creator>The Future of the Web &#124; Reckless New Media</dc:creator>
		<pubDate>Fri, 25 Jan 2013 15:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=175#comment-1894</guid>
		<description>[...] time-consuming tasks for web developers and designers &#8211; the parent selector in particular. Firefox has also started to support scoped stylesheets in it&#8217;s nightly builds. To the layperson, what that means is that sites will be able to give [...]</description>
		<content:encoded><![CDATA[<p>[...] time-consuming tasks for web developers and designers &#8211; the parent selector in particular. Firefox has also started to support scoped stylesheets in it&#8217;s nightly builds. To the layperson, what that means is that sites will be able to give [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Revision 104: Open Device Labs und Webplatform.org-Docsprints &#124; Working Draft</title>
		<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets/comment-page-1#comment-1866</link>
		<dc:creator>Revision 104: Open Device Labs und Webplatform.org-Docsprints &#124; Working Draft</dc:creator>
		<pubDate>Wed, 23 Jan 2013 10:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=175#comment-1866</guid>
		<description>[...] [00:03:00] Scoped Stylesheets [...]</description>
		<content:encoded><![CDATA[<p>[...] [00:03:00] Scoped Stylesheets [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Mascaro</title>
		<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets/comment-page-1#comment-1823</link>
		<dc:creator>Steven Mascaro</dc:creator>
		<pubDate>Sat, 19 Jan 2013 01:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=175#comment-1823</guid>
		<description>That&#039;s fantastic. I&#039;ve been waiting an eternity for this. The other part of this (IMO) is allowing similar scoping in the global style sheet. e.g. something like:

article {
  header {
    h1 { font: ...; }
    .byline { font: ...; }
  }
}

Syntactic sugar, of course, but would make things so much easier to read.</description>
		<content:encoded><![CDATA[<p>That&#8217;s fantastic. I&#8217;ve been waiting an eternity for this. The other part of this (IMO) is allowing similar scoping in the global style sheet. e.g. something like:</p>
<p>article {<br />
  header {<br />
    h1 { font: &#8230;; }<br />
    .byline { font: &#8230;; }<br />
  }<br />
}</p>
<p>Syntactic sugar, of course, but would make things so much easier to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron McCormack</title>
		<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets/comment-page-1#comment-1794</link>
		<dc:creator>Cameron McCormack</dc:creator>
		<pubDate>Wed, 16 Jan 2013 08:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=175#comment-1794</guid>
		<description>I haven&#039;t seen a bug filed on implementing this so I don&#039;t think there are concrete plans to do so yet.  It is relatively new, though, and there have been some threads on the mailing list about whether the particular names or syntax are ideal, so it might be good to wait for those discussions to settle first.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t seen a bug filed on implementing this so I don&#8217;t think there are concrete plans to do so yet.  It is relatively new, though, and there have been some threads on the mailing list about whether the particular names or syntax are ideal, so it might be good to wait for those discussions to settle first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Ricaud</title>
		<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets/comment-page-1#comment-1793</link>
		<dc:creator>Anthony Ricaud</dc:creator>
		<pubDate>Wed, 16 Jan 2013 08:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=175#comment-1793</guid>
		<description>That&#039;s excellent! Another property that will be helpful to mix content from various sources is the all property [0]. I tried to search for a bug in Bugzilla but it&#039;s not really the easiest keyword to search. :) Any plans to implement this?

[0] http://www.w3.org/TR/css3-cascade/#all-shorthand</description>
		<content:encoded><![CDATA[<p>That&#8217;s excellent! Another property that will be helpful to mix content from various sources is the all property [0]. I tried to search for a bug in Bugzilla but it&#8217;s not really the easiest keyword to search. :) Any plans to implement this?</p>
<p>[0] <a href="http://www.w3.org/TR/css3-cascade/#all-shorthand" rel="nofollow">http://www.w3.org/TR/css3-cascade/#all-shorthand</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Glazman</title>
		<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets/comment-page-1#comment-1792</link>
		<dc:creator>Daniel Glazman</dc:creator>
		<pubDate>Wed, 16 Jan 2013 08:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=175#comment-1792</guid>
		<description>Oh cool. I&#039;ll test that as soon as I arrive at the office. If the rules are
visible from nsIDOMUtils then BlueGriffon will probably be able to edit scoped
stylesheets out of the box! Thanks Cameron.</description>
		<content:encoded><![CDATA[<p>Oh cool. I&#8217;ll test that as soon as I arrive at the office. If the rules are<br />
visible from nsIDOMUtils then BlueGriffon will probably be able to edit scoped<br />
stylesheets out of the box! Thanks Cameron.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron McCormack</title>
		<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets/comment-page-1#comment-1791</link>
		<dc:creator>Cameron McCormack</dc:creator>
		<pubDate>Wed, 16 Jan 2013 07:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=175#comment-1791</guid>
		<description>Hi Daniel.  I didn&#039;t update anything in inIDOMUtils, but I am not sure if anything needs to be updated.  Have you tested it?  Scoped style sheets will appear in document.styleSheets just like non-scoped ones.  If anything is missing please file a bug and CC me!</description>
		<content:encoded><![CDATA[<p>Hi Daniel.  I didn&#8217;t update anything in inIDOMUtils, but I am not sure if anything needs to be updated.  Have you tested it?  Scoped style sheets will appear in document.styleSheets just like non-scoped ones.  If anything is missing please file a bug and CC me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Glazman</title>
		<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets/comment-page-1#comment-1790</link>
		<dc:creator>Daniel Glazman</dc:creator>
		<pubDate>Wed, 16 Jan 2013 07:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=175#comment-1790</guid>
		<description>Hi Cameron, this is good news but raises an important question for an application like BlueGriffon or even the developer tools of Firefox: inIDOMUtils allows to &quot;climb up&quot; the cascade to find the CSS rules responsible for the current styles of a given element. Was that updated to return rules in such scoped stylesheets? I suppose non-scoped stylesheets inside an arbitrary elements are listable in &#124;document.styleSheets&#124; but is there anything planned for scoped ones?
In summary: this is good but if our developer APIs and tools don&#039;t share that love, it won&#039;t be enough for embedders :-)</description>
		<content:encoded><![CDATA[<p>Hi Cameron, this is good news but raises an important question for an application like BlueGriffon or even the developer tools of Firefox: inIDOMUtils allows to &#8220;climb up&#8221; the cascade to find the CSS rules responsible for the current styles of a given element. Was that updated to return rules in such scoped stylesheets? I suppose non-scoped stylesheets inside an arbitrary elements are listable in |document.styleSheets| but is there anything planned for scoped ones?<br />
In summary: this is good but if our developer APIs and tools don&#8217;t share that love, it won&#8217;t be enough for embedders :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron McCormack</title>
		<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets/comment-page-1#comment-1787</link>
		<dc:creator>Cameron McCormack</dc:creator>
		<pubDate>Wed, 16 Jan 2013 03:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=175#comment-1787</guid>
		<description>Indeed I did, thanks.</description>
		<content:encoded><![CDATA[<p>Indeed I did, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://mcc.id.au/blog/2013/01/scoped-style-sheets/comment-page-1#comment-1785</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Wed, 16 Jan 2013 02:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://mcc.id.au/?p=175#comment-1785</guid>
		<description>«Global style sheets, including  elements without a style=&quot;&quot; attribute»
I suppose you meant the *scoped* attribute.</description>
		<content:encoded><![CDATA[<p>«Global style sheets, including  elements without a style=&#8221;" attribute»<br />
I suppose you meant the *scoped* attribute.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
