<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thoughts From Eric &#187; W3C</title>
	<atom:link href="http://meyerweb.com/eric/thoughts/category/tech/w3c/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Fri, 25 May 2012 13:41:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>“The Vendor Prefix Predicament” at ALA</title>
		<link>http://meyerweb.com/eric/thoughts/2012/02/14/the-vendor-prefix-predicament-at-ala/</link>
		<comments>http://meyerweb.com/eric/thoughts/2012/02/14/the-vendor-prefix-predicament-at-ala/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 18:11:36 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1652</guid>
		<description><![CDATA[Published this morning in A List Apart #344: an interview I conducted with Tantek Çelik, web standards lead at Mozilla, on the subject of Mozilla’s plan to honor -webkit- prefixes on some properties in their mobile browser. Even better: Lea Verou’s Every Time You Call a Proprietary Feature ‘CSS3,’ a Kitten Dies. Please—think of the [...]]]></description>
			<content:encoded><![CDATA[<p>Published this morning in <a href="http://alistapart.com/">A List Apart</a> #344: <a href="http://www.alistapart.com/articles/the-vendor-prefix-predicament-alas-eric-meyer-interviews-tantek-celik/">an interview I conducted with Tantek Çelik</a>, web standards lead at Mozilla, on the subject of Mozilla’s plan to honor <code>-webkit-</code> prefixes on some properties in their mobile browser.  Even better: Lea Verou’s <a href="http://www.alistapart.com/articles/every-time-you-call-a-proprietary-feature-css3-a-kitten-dies/">Every Time You Call a Proprietary Feature ‘CSS3,’ a Kitten Dies</a>.  Please—think of the kittens!</p>

<p>My hope is that the interview brings clarity to a situation that has suffered from a number of misconceptions.  I do not necessarily hope that you agree with Tantek, nor for that matter do I hope you disagree.  While I did press him on certain points, my goal for the interview was to provide him a chance to supply information, and insight into his position.  If that job was done, then the reader can fairly evaluate the claims and plans presented.  What conclusion they reach is, as ever, up to them.</p>

<p>We’ve learned a lot over the past 15-20 years, but I’m not convinced the lessons have settled in deeply enough.  At any rate, there are interesting times ahead.  If you care at all about the course we chart through them, be involved now.  Discuss.  Deliberate.  Make your own case, or support someone else’s case if they’ve captured your thoughts.  Debate with someone who has a different case to make.  Don’t just sit back and assume everything will work out—for while things usually do work out, they don’t always work out for the best.  Push for the best.</p>

<p>And fix your browser-specific sites already!</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2012/02/14/the-vendor-prefix-predicament-at-ala/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unfixed</title>
		<link>http://meyerweb.com/eric/thoughts/2012/02/09/unfixed/</link>
		<comments>http://meyerweb.com/eric/thoughts/2012/02/09/unfixed/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 18:37:49 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1622</guid>
		<description><![CDATA[Vendor prefixes may soon be a thing of the past, and in the worst possible way.]]></description>
			<content:encoded><![CDATA[<p>Right in the middle of AEA Atlanta—which was <em>awesome</em>, I really must say—there were two announcements that stand to invalidate (or at least greatly alter) portions of the talk I delivered.  One, which I believe came out as I was on stage, was the publication of <a href="http://www.w3.org/TR/2012/WD-css3-positioning-20120207/">the latest draft of the CSS3 Positioned Layout Module</a>.  We’ll see if it triggers change or not; I haven’t read it yet.</p>

<p>The other was the publication of <a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/0313.html">the minutes of the CSS Working Group meeting in Paris</a>, where it was revealed that several vendors are about to support the <code>-webkit-</code> vendor prefix in their own very non-WebKit browsers.  Thus, to pick but a single random example, Firefox would throw a drop shadow on a heading whose entire author CSS is <code>h1 {-webkit-box-shadow: 2px 5px 3px gray;}</code>.</p>

<p>As an author, it sounds good as long as you haven’t really thought about it very hard, or if perhaps you have a very weak sense of the history of web standards and browser development.  It fits right in with the recurring question, “Why are we screwing around with prefixes when vendors should just implement properties completely correctly, or not at all?”  Those idealized end-states always sound great, but years of evidence (and reams upon reams of bug-charting material) indicate it’s an unrealistic approach.</p>

<p>As a vendor, it may be the least bad choice available in an ever-competitive marketplace.  After all, if there were a few million sites that you could render as intended if only the authors used your prefix instead of just one, which would you rather: embark on a protracted, massive awareness campaign that would probably be contradicted to death by people with their own axes to grind; or just support the damn prefix and move on with life?</p>

<p>The practical upshot is that browsers “supporting alien CSS vendor prefixes”, <a href="http://www.netmagazine.com/news/css-vendor-prefixes-threaten-open-web-121757">as Craig Grannell put it</a>, seriously cripples the whole concept of vendor prefixes.  It may well reduce them to outright pointlessness.  I am <a href="http://alistapart.com/articles/prefix-or-posthack/">on record as being a fan of vendor prefixes</a>, and furthermore as someone who advocated for the formalization of prefixing as a part of the specification-approval process.  Of course I still think I had good ideas, but those ideas are currently being sliced to death on the shoals of reality.  Fingers can point all they like, but in the end what matters is what happened, not what should have happened if only we’d been a little smarter, a little more angelic, whatever.</p>

<p>I’ve seen a proposal that vendors agree to only support other prefixes in cases where they are un-prefixing their own support.  To continue the previous example, that would mean that when Firefox starts supporting the bare <code>box-shadow</code>, they will also support <code>-webkit-box-shadow</code> (and, one presumes, <code>-ms-box-shadow</code> and <code>-o-box-shadow</code> and so on).  That would mitigate the worst of the damage, and it’s probably worth trying.  It could well buy us a few years.</p>

<p>Developers are also trying to help repair the damage before it’s too late.  Christian Heilmann has <a href="http://christianheilmann.com/2012/02/09/now-vendor-prefixes-have-become-a-problem-want-to-help-fix-it/">launched an effort to get GitHub-based projects updated</a> to stop being WebKit-only, and Aarron Gustafson <a href="http://blog.easy-designs.net/archives/2012/02/09/this-must-not-happen/">has published a UNIX command to find all your CSS files containing <code>webkit</code></a> along with a call to update anything that’s not cross-browser friendly.  Others are making similar calls and recommendations.  You could use <a href="http://leaverou.github.com/prefixfree/">PrefixFree</a> as a quick stopgap while going through the effort of doing manual updates.  You could make sure your CSS pre-processor, if that’s how you swing, is set up to do auto-prefixing.</p>

<p>Non-WebKit vendors are in a corner, and we helped put them there.  If the proposed prefix change is going to be forestalled, we have to get them out.  Doing that will take a lot of time and effort and awareness and, above all, widespread interest in doing the right thing.</p>

<p>Thus my fairly deep pessimism.  I’d love to be proven wrong, but I have to assume the vendors will push ahead with this regardless.  It’s <a href="http://meyerweb.com/eric/thoughts/2008/01/24/almost-target/">what we did at Netscape ten years ago</a>, and almost certainly would have done despite any outcry.  I don’t mean to denigrate or undermine any of the efforts I mentioned before—they’re absolutely worth doing even if every non-WebKit browser starts supporting <code>-webkit-</code> properties next week.  If nothing else, it will serve as evidence of your commitment to professional craftsmanship.  The real question is: how many of your fellow developers come close to that level of commitment?</p>

<p>And I identify that as the real question because it’s the question vendors are asking—<em>must</em> ask—themselves, and the answer serves as the compass for their course.</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2012/02/09/unfixed/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>CSS Editors Leaderboard</title>
		<link>http://meyerweb.com/eric/thoughts/2011/02/04/css-editors-leaderboard/</link>
		<comments>http://meyerweb.com/eric/thoughts/2011/02/04/css-editors-leaderboard/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 20:15:29 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1478</guid>
		<description><![CDATA[My attempt to rank the various editors of CSS modules based on the current process status of their modules, how current the modules are, and so on.]]></description>
			<content:encoded><![CDATA[<p>I recently decided to create a <a href="http://meyerweb.com/eric/css/editors/">CSS Editors Leaderboard</a>, which is my attempt to rank the various editors of CSS modules based on the current process status of their modules, how current the modules are, and so on.  It&#8217;s kind of a turn of the wheel for me, given that I started out my CSS career with browser support leaderboards.  Now you can see who&#8217;s amassed the most spec points, and who&#8217;s made the most effective use of their time and energy.  Who knows?  Maybe some editors will try to game the system by pushing their specs along the process track.  That&#8217;d be just <em>awful</em>.</p>

<p>One thing of note: I decided to write the leaderboard script so that it directly parses an HTML file to figure out the rankings.  You can <a href="http://meyerweb.com/eric/css/editors/editors.html">see the file yourself</a>, if you like.  At the moment it&#8217;s just a bunch of <tt>dl</tt>s, but at some point I suspect I&#8217;ll convert it to a table.  The advantage is that it&#8217;s easier for other people to fact-check the source data this way: just load it up in a browser.</p>

<p>I thought about just parsing specs directly but it seemed like overkill to load the entirety of the CSS2.1 module just to figure out the process status, publication date, and editor list.  And then do that same thing for every one of the 38 tracked modules.  This way I have the leaderboard <em>and</em> a central summary of the modules&#8217; status, and hopefully the latter will be even more human-readable in the future.</p>

<p>Anyway, it was a fun little project and now it&#8217;s loose in the world.  Enjoy.</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2011/02/04/css-editors-leaderboard/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CSS3 Feedback: Graphical Thoughts</title>
		<link>http://meyerweb.com/eric/thoughts/2009/02/24/css3-feedback-graphical-thoughts/</link>
		<comments>http://meyerweb.com/eric/thoughts/2009/02/24/css3-feedback-graphical-thoughts/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 14:35:20 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=1073</guid>
		<description><![CDATA[My few thoughts on the "<a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#graphical">Graphical Effects</a>" part of the feedback document.]]></description>
			<content:encoded><![CDATA[<p class="aside">(This is part of the <a href="http://meyerweb.com/eric/thoughts/2009/02/11/feedback-on-wasp-community-css3-feedback-2008/">Feedback on &#8216;WaSP Community CSS3 Feedback 2008&#8242;</a> series.)</p>

<p>
My few thoughts on the &#8220;<a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#graphical">Graphical Effects</a>&#8221; part of the feedback document.  A lot of what was mentioned by the community is already in the pipeline, so there&#8217;s not a lot to say about those except &#8220;hurry &#8216;em up, willya?&#8221;.
</p>

<p>
<strong>Gradients</strong> &#8212; like rounded corners, no surprise these came up.  (All we need is to define <code>wet-floor-reflect</code> and we&#8217;ll complete the Web 2.0 design tricks hat trick.)  I&#8217;d like to see them myself, and I don&#8217;t think defining them is quite as hard as the commentary implies:
</p>
<p>
<blockquote><p>Imagine, for example, applying a gradient to the text of a &lt;span&gt; broken across two lines. Do you apply the gradient to each part individually? Glue them together as if they were all on one line first? Draw a rectangle around both parts and apply the gradient to that? (<a href="http://www.w3.org/TR/css3-background/#the-background-break">CSS3 Backgrounds and Borders</a> has a control for this.)</p></blockquote>

</p><p>
I&#8217;d say the answer is right there, in the form of <a href="http://www.w3.org/TR/css3-background/#the-background-break"><code>background-break</code></a>, but let&#8217;s assume for a moment that said property never existed and we still had to deal with this problem.  I can think of two solutions:
</p>

<ol>
<li>Only allow gradients to be applied to non-inline boxes.  This would not be my preference, but it could be so defined.  There&#8217;s already precedence with CSS for that sort of limitation:  <code>width</code>, <code>height</code>, <code>text-align</code>, and other properties are restricted to non-inline boxes.</li>
<li>Treat gradients the way backgrounds and borders are already treated on inline boxes.  I&#8217;d be much more in favor of this.  In other words, lay out the inline box as though it is all on one line and then break it in pieces as needed to fit into the actual text flow.  (This is the behavior of <code>continuous</code>, the default value of <code>background-break</code>.)</li>
</ol>

<p>
But since <code>background-break</code> exists, you just treat gradients as you would any other background in accordance with <code>background-break</code>&#8216;s definitions.
</p>
<p>
The somewhat trickier problem is how to define the value syntax for <code>background-gradient</code> so that&#8217;s both powerful and extensible without being unusable.  I think that&#8217;s solvable, but not easily, and probably not in a way that will satisfy everyone.
</p>
<p>
(Though this would be a fabulous place for the cardinal-point values from pre-CSS1 days, which you can still find in the specification if you look hard enough, to make a roaring comeback, wouldn&#8217;t it?)
</p>
<p>
<strong>Unidirectional background repeats</strong> &#8212; I say yes.  Here, have some values: <code>repeat-up</code>, <code>repeat-right</code>, <code>repeat-down</code>, and <code>repeat-left</code>.  In each case, the image would be repeated in the indicated direction from the origin image (the one placed by <code>background-position</code>).  Ironically, really old versions of IE did half of this by not correctly supporting <code>repeat-x</code> and <code>repeat-y</code>, treating them instead as if they were <code>repeat-right</code> and <code>repeat-down</code>.
</p>
<p>
There are occasions where this would be very useful, especially if you can combine the values into something like <code>repeat-down repeat-right</code>, and <em>most</em> especially in conjunction with multiple backgrounds.  So you could put an image stripe across the top of the element background, another one down the left side, and then fill in the rest of the background with a <code>repeat-down repeat-right</code> image.  Not a particularly common case, but the only way to handle it at present is with multiple nested elements, each with its own background and possibly a lot of negative margin trickery, and nobody wants that.  (Which may also be why it isn&#8217;t a particularly common case.)
</p>
<p>
You could also put an image in the center of your page and then a single stripe that goes only downward from behind it.  Like a golf ball on a tee, say; or a tree trunk below the leafy crowm; or a stem from a flower.
</p>
<p>
<strong>Slanted corners</strong> &#8212; sure, why not?  The issues are all the same as with rounded corners; the only difference is that you have a flat corner instead of a rounded one.  It makes joins between different borders styles/colors more obvious, but that&#8217;s a good thing: any solution that works well for the slant corner should work as well for the rounded corner.  Besides, if we&#8217;re already going to the effort of rounding corners, this seems like a pretty easy add-on.
</p>
<p>
<strong>Multiple borders</strong> &#8212; I think this would be quite useful.  I occasionally fake this with a border and an outline (as in my <a href="http://meyerweb.com/eric/tools/css/diagnostics/">diagnostic styles</a>) but that only works for two; if you want three or more nested borders (or two or more in IE/Win) you have to start nesting elements.  Also, having multiple borders lets you define your own gradient borders like you were a pixel artist, and who doesn&#8217;t like pixel artists?
</p>
<p>
At the same time, though, I do feel that this should be fairly low on the implementation totem pole.  And, as pointed out in the document, if image borders get implemented then a lot of the need for multiple borders goes away.
</p>
<p>
<strong>Alpha channel image masks</strong> &#8212; the problem I have here is what happens if you, say, try to use an image to alpha-mask a non-replaced element?  How does it scale?  Or does it?  Will there be a <code>mask-stretch</code> property?  Who really wants to stretch an image over a great big <code>div</code> anyway?  (From a visual-results point of view, I mean.)
</p>
<p>
Allowing masks might help in figuring out how to do non-rectangular float areas, in that you could use the alpha image to define the area used for float exclusion.  Combine that with a stretch ability and SVG support, so you can draw scalable vector masks, and I think you&#8217;re really getting somewhere.  (As does <a href="http://mattwilcox.net/">Matt Wilcox</a>; he and I have been chewing this over in <a href="http://meyerweb.com/eric/thoughts/2009/02/19/css3-feedback-animated-shapes/#postcomment">the comments</a> on <a href="http://meyerweb.com/eric/thoughts/2009/02/19/css3-feedback-animated-shapes/">the previous post in the series</a>.)
</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2009/02/24/css3-feedback-graphical-thoughts/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>CSS3 Feedback: Animated Shapes</title>
		<link>http://meyerweb.com/eric/thoughts/2009/02/19/css3-feedback-animated-shapes/</link>
		<comments>http://meyerweb.com/eric/thoughts/2009/02/19/css3-feedback-animated-shapes/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 17:00:24 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=1055</guid>
		<description><![CDATA[The portion of the feedback <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#shapes">devoted to shapes</a> had two overarching themes, as I saw it.]]></description>
			<content:encoded><![CDATA[<p class="aside">(This is part of the <a href="http://meyerweb.com/eric/thoughts/2009/02/11/feedback-on-wasp-community-css3-feedback-2008/">Feedback on &#8216;WaSP Community CSS3 Feedback 2008&#8242;</a> series.)</p>

<p>
The portion of the feedback <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#shapes">devoted to shapes</a> had two overarching themes, as I saw it.  That makes this entry a bit short, but when I tried to combine it with my feedback on &#8220;<a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#graphical">Graphical Effects</a>&#8220;, it quickly got too long.  So, a little <i>amuse cerveau</i>, as it were.
</p>

<p>
<strong>Animations, transformations, and so on</strong> &#8212; the WebKit team have of course been having a field day in this area, and what they&#8217;ve done will likely make is way to other browsers.  Or not.  I don&#8217;t know.  I&#8217;m not entirely thrilled about the effort that&#8217;s gone into those properties when there are so many other, more basic things that need love and care, but there&#8217;s no denying the essential coolness of slowly rotating an entire page.  Which I totally need to do the next time I give a presentation.
</p>
<p>
I&#8217;m not going to get into the &#8220;these things are behavior and therefore JavaScript!&#8221; argument.  CSS already does behavior (think <code>:hover</code>) and it&#8217;s going to do more over time.  I don&#8217;t see how that historical pressure can be resisted for much longer, short of outright refusing to take on any more behaviors and thus making itself a prime candidate for replacement with something else.  We may as well do our best to make sure CSS does good behaviors well, in ways that makes the most sense to the most authors.
</p>
<p>
So that&#8217;s basically my feedback: since we&#8217;re going to do it, let&#8217;s do it right.  Apple&#8217;s made a start, and unless the syntax they&#8217;ve defined in <a href="http://dev.w3.org/csswg/css3-animations/">their CSS Animations draft</a> is completely unworkable in other browsers for technical reasons, then let&#8217;s just roll with it.  And please note I said the <em>syntax</em>, not the overall concept.  (Ditto for <a href="http://webkit.org/specs/CSSVisualEffects/CSSTransforms.html">their CSS Transforms draft</a>.)
</p>

<p>
<strong>Stuff that isn&#8217;t rectangular</strong> &#8212; including both polygonal element boxes and polygonal floats.  I&#8217;ve wanted these for at least a decade, so it&#8217;s little surprise that I&#8217;m in favor.  <a href="http://meyerweb.com/eric/css/edge/raggedfloat/demo.html">Ragged floats</a> were invented as a hack to make the latter happen, of course, and the basic idea&#8217;s been <a href="http://www.evolt.org/article/Super_Ragged_Floats/22/50410/index.html">improved upon</a> <a href="http://www.alistapart.com/articles/sandbags">more than once</a>.
</p>
<p>
The tricky part, of course, is actually defining polygons.  Regular polygons, as in hexagons and octagons and dodecagons, are not terribly difficult; but creating an irregular polygon requires defining a set of point coordinates in relation to some origin and resolving what happens when the lines cross over each other and&#8230; well, yeah.
</p>
<p>
The build-on-what-exists approach would just adopt the syntax HTML <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-AREA"><code>area</code> </a>elements use in the <code>coords</code> elements.  There would be two interesting questions there, which are what happens with negative coordinate values, and what happens if you draw a polygon that cuts through some of the element&#8217;s content.  For example, you have a <code>div</code> containing an image, and you define the polygon to be smaller (in places) than the image.  Is the browser obligated to prevent content overlap in such cases?  I would tend to say no but I can see arguments for the opposite view, particularly when it comes to floats.
</p>
<p>
Then there&#8217;s the problem that you&#8217;d have to define a separate polygon for every element that needed a non-rectangular float, as Bert Bos notes in <a href="http://www.w3.org/blog/CSS/2007/07/03/rotations_and_non_rectangular_floats">his thoughts on the topic</a> from a couple of years ago.  His <code>contour</code> idea is certainly interesting, though I&#8217;d then start to wonder how you define a contour point on, say, an irregular faded gradient.
</p>
<p>
Anyway, I thought about adapting <code>clip</code> to the purpose of defining float polygons, but then I remembered the long, tortuous hell that is the history of <code>clip</code> (and <code>offset-clip</code>) and decided that a new property is the way to go.  Clean break, start fresh, et cetera.  I don&#8217;t know what it would be called.  <code>content-shape</code>, maybe, to go with <code>element-shape</code>.  Or not.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2009/02/19/css3-feedback-animated-shapes/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Wanted: Layout System</title>
		<link>http://meyerweb.com/eric/thoughts/2009/02/17/wanted-layout-system/</link>
		<comments>http://meyerweb.com/eric/thoughts/2009/02/17/wanted-layout-system/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 15:00:14 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=1052</guid>
		<description><![CDATA[Not surprisingly, there was a lot of community feedback <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#layout">asking for better layout mechanisms</a>.  Actually, people were asking for any decent layout mechanism at all, which CSS has historically lacked.  It needs one.]]></description>
			<content:encoded><![CDATA[<p class="aside">(This is part of the <a href="http://meyerweb.com/eric/thoughts/2009/02/11/feedback-on-wasp-community-css3-feedback-2008/">Feedback on &#8216;WaSP Community CSS3 Feedback 2008&#8242;</a> series.)</p>
<p>
Not surprisingly, there was a lot of community feedback <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#layout">asking for better layout mechanisms</a>.  Actually, people were asking for any decent layout mechanism at all, which CSS has historically lacked.  Floats mostly work, but they&#8217;re a hack and can be annoyingly fragile even when you ignore old-browser bugs.  Positioning works in limited cases, but does not handle web-oriented layout at all well.
</p>
<p>
Why do we use floats for layout, anyway?  <code>clear</code>.  That&#8217;s pretty much the whole answer.  The unique in-flow/out-of-flow nature of floats means they interact with each other and with the normal flow, which means they can be cleared, which makes them useful.  Because with <code>clear</code>, we can float layout blocks around and then push other non-floated blocks, like footers, below the floats.
</p>
<p>
Positioning, of course, permits total layout freedom in the sense that you can put a layout block anywhere with respect to its containing block.  The downfall is that absolutely positioned elements are entirely out of the normal flow, so they can&#8217;t stay out of each others&#8217; way like floats do, and you can&#8217;t clear anything with respect to a positioned element.  If there had been a <code>position-clear</code> or its equivalent from the outset, we&#8217;d never have bothered with floats.
</p>
<p>
(And if we can just add <code>position-clear</code> to CSS, that would be completely awesome.  It&#8217;s <a href="http://www.shauninman.com/archive/2006/05/22/clearance_position_inline_absolute">been done with JavaScript</a> and it will most likely be done again and better.  It wouldn&#8217;t even be that hard to implement, at least for 99.5% of cases.)
</p>
<p>
All this is why the old &#8220;only use tables for layout&#8221; argument keeps coming up over and over: strip away the overheated rhetoric and obvious link-baiting, and you find the core of a real need.  Because as powerful as CSS can be, table cells do certain things very easily that CSS makes very, very hard.  Cells stretch vertically, keeping equal heights as a matter of their intrinsic nature.  They stay out of each others&#8217; way, while still being allowed to sit next to each other and use any sizing dimensions.  They tie their layout to their parent elements, and vice versa.
</p>
<p>
There are <em>no</em> equivalents in CSS.  There have been various very clever attempts to replicate bits and pieces of those capabilities using CSS.  What CSS does, it does very well: if you don&#8217;t need equal-height layout blocks, then no problem.  If you do, it&#8217;s a massive pain.  Clever techniques provide substitutes, but can&#8217;t replace what tables already do.
</p>
<p>
And please, let&#8217;s put the whole &#8220;<code>display: table-cell</code> will grant those abilities through CSS&#8221; to rest.  Saying that is just saying &#8220;use tables for layout&#8221; with different words.  Turning a bunch of <code>div</code>s or list items or whatever into table-role boxes is no better than just using table markup in the first place, and it&#8217;s arguably worse.  Using element names other than <code>table</code> and <code>td</code> to create layout tables, and then claiming it&#8217;s not using tables for layout, borders on self-deception.
</p>
<p>
Not to mention doing things that way means you&#8217;re doing your layout in a highly source-order-dependent fashion, which was one of the things about table layout we were trying to get away from in the first place.
</p>
<p>
So how do we get really powerful source-order-independent layout?  I wish I knew.  The <a href="http://www.w3.org/TR/css3-layout/">Advanced Layout module</a> has been sitting around for a while now, and even if you&#8217;re a fan of defining layout as ASCII art&#8212;which I find repels and appeals in equal measure, but that&#8217;s probably just me&#8212;there appears to be close to zero implementor interest.  So how do we get those abilities in a form that implementors will, y&#8217;know, <em>implement</em>?  I don&#8217;t know.  I don&#8217;t <em>care</em>.  We just need it, and have needed it for a good decade or so.  Without it, CSS is a styling language but not a layout language.  We&#8217;ve bent it into being something close to a layout language, which is nice but not really ideal.
</p>
<p>
Maybe CSS isn&#8217;t the place for this.  Maybe there needs to be a new layout language that can be defined and implemented without regard to the constraints of the existing CSS syntax rules, without worrying about backwards compatibility.  Maybe that way we can not only get strong layout but also arbitrary shapes, thus leaving behind the rectangular prison that&#8217;s defined the web for almost two decades.
</p>
<p>
I don&#8217;t have a concrete idea to propose here, because it&#8217;s not up to us any more.  A solution was worked out over the course of several years and then found wanting by the implementors.  Really, it&#8217;s up to the implementors to figure it out now.  I personally would like to just lock the browser teams from Microsoft, Mozilla, Opera, and Apple in a room and not let them out until they&#8217;ve defined something that works and they&#8217;ve all agreed to implement soonest.  I might even supply food and water.
</p>
<p>
And yes, I just advocated doing this outside the W3C process.  Why wouldn&#8217;t I?  The process has, in the last decade, not produced anything even remotely resembling an answer to this problem.  Time to try another path and see if it gets any closer to the goal.
</p>
<p>
No doubt someone&#8217;s going to spin this as &#8220;See, even noted standards zealot Eric Meyer now says CSS is flawed!&#8221;&#8212;only they&#8217;ll be wrong because this isn&#8217;t a <em>now</em> thing.  I&#8217;ve been saying this for years in interviews, in person, and in general.  Any time someone asks me what CSS is missing or should do better, the answer has always been a variant on &#8220;a strong layout system&#8221;.  I&#8217;ve been saying it for at least a decade.  So I&#8217;m not saying it <em>now</em>.  I&#8217;m saying it <em>again</em>.  And again and again and again and&#8230;
</p>
<p>
If I sound frustrated, it&#8217;s because I am, and have been for a good long while.  I&#8217;m not the only one.  It rankles to have CSS be, as Winston Churchill would have put it, the worst form of layout except for all the others that have been tried.
</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2009/02/17/wanted-layout-system/feed/</wfw:commentRss>
		<slash:comments>131</slash:comments>
		</item>
		<item>
		<title>CSS3 Feedback: Layout</title>
		<link>http://meyerweb.com/eric/thoughts/2009/02/16/css3-feedback-layout/</link>
		<comments>http://meyerweb.com/eric/thoughts/2009/02/16/css3-feedback-layout/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 17:01:42 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=1043</guid>
		<description><![CDATA[In this round, layout.  Not all of it, but the bits that struck me as either really useful or really, really way too long overdue.]]></description>
			<content:encoded><![CDATA[<p class="aside">(This is part of the <a href="http://meyerweb.com/eric/thoughts/2009/02/11/feedback-on-wasp-community-css3-feedback-2008/">Feedback on &#8216;WaSP Community CSS3 Feedback 2008&#8242;</a> series.)</p>
<p>
In this round, <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#layout">layout</a>.  Not all of it, but the bits that struck me as either really useful or really, really way too long overdue.
</p>
<p>
<strong><a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#contain-floats">Float containment</a> &#8211;</strong> yes, we need a property that does just that.  As long as we&#8217;re tied to floats for layout&#8212;and I plan to rant about that soon&#8212;there should be a clear, unambiguous, intentionally defined property that tells elements to wrap themselves around floated descendant elements.  <code>overflow</code> works in most cases but can fall down in unusual circumstances (I&#8217;ve seen scrollbars appear where none were actually needed) and anyway, it wasn&#8217;t intended to provide the wrapping effect in the first place.  That it does so is a happy side effect, but it&#8217;s still a side effect.  The rest of the float-wrapping techniques are even more convoluted.  &#8220;There are already ways to do that so we don&#8217;t need a property&#8221; is rather like saying &#8220;we can already do layout with tables so why do we need CSS layout?&#8221;.
</p>
<p>
<strong><a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#center-positioning">Positioning by center</a> &#8211;</strong> yes, please.  The way to center an absolutely positioned element within its containing block is to set the <code>top</code> and <code>left</code> to <code>50%</code> each and then define negative top and left margins that are half the positioned element&#8217;s height and width.  That&#8217;s just awful, and requires at least an explicit width, if not an explicit height.  When I did the structured timeline, here&#8217;s how I got the version numbers to center below the dots:
</p>

<pre>#timeline tbody td p {
	position: absolute;
	top: 50%;
	width: 2.1em;
	margin: -5px 0 0 -1em;
}
</pre>

<p>
See that <code>-1em</code> left margin, and the <code>2.1em</code> width?  Just to get the center of positioned elements&#8217; boxes sit on top of a certain left offset (defined elsewhere in the CSS).  Ditto the negative top margin, to pull it upward just enough so that the elements&#8217; boxes would have the point five pixels down from their tops line up with the vertical midpoint of their containing blocks.
</p>
<p>
I wanted to do something like this:
</p>

<pre>#timeline tbody td p {
	position: absolute;
	top: 50%;
	position-anchor: 50% 5px;
}
</pre>

<p>
That would have said that the point in the center of the absolutely positioned element should be placed at the point in the containing block 21.7% down from the top and 44% of the way across from the left.  That would hang the positioned element&#8217;s center on that point, <em>regardless of the size of the positioned element</em>&#8212;note that I took out the <code>width</code>.  I could stop defining explicit sizes and just let the elements be the size they want to be to show their content.
</p>
<p>
The problem is that approach doesn&#8217;t fit at all well with the way positioning layout is defined.  Suppose I said this:
</p>

<pre>#timeline tbody td p {
	position: absolute;
	top: 50%; bottom: 0;
	left: 50%; right: 25%;
	position-anchor: 50% 5px;
}
</pre>

<p>
Now what?  I&#8217;m not even sure myself.  Maybe define rename it to <code>position-offset</code> and define percentages to be relative to the height and width of the positioned element (not its containing block), so that it doesn&#8217;t interact directly with the offset properties like <code>top</code> and <code>right</code>?
</p>
<p>
All I want is a way to hang elements off of offset points, and not be restricted to the corners of the elements, and have the solution work even when the elements have automatic height and width, and not require extra markup to make it happen.  Oh, and a ponycar.
</p>
<p>
<strong><a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#box-sizing">Box sizing</a> &#8211;</strong> what in the nine hells of Valeria is taking so long?  We needed that one ten years ago.  I no longer care if it&#8217;s done as its own property or as new keywords on <code>height</code> and <code>width</code>.  I just want it.  Someone will make it happen, with or without the WG or implementors&#8212;<a href="http://meyerweb.com/eric/thoughts/2008/10/22/javascript-will-save-us-all/">mark my words</a>.
</p>
<p>
<strong><a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#siblings-equal-height">Same-height elements</a> &#8211;</strong> yes, a way to tie element heights (whether they&#8217;re siblings or not) together would be welcome, although I can see how specifying it in an implementable would be tricky; no, <code>display: table-cell</code>  is <em>not</em> the answer.  Soon I will rant about this.  Soon.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2009/02/16/css3-feedback-layout/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>CSS3 Feedback: Selector Blocks</title>
		<link>http://meyerweb.com/eric/thoughts/2009/02/12/selector-blocks/</link>
		<comments>http://meyerweb.com/eric/thoughts/2009/02/12/selector-blocks/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 15:37:05 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=1034</guid>
		<description><![CDATA[Out of all the <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#selectors">selector feedback</a>, <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#nested-selectors">selector blocks</a> was the part that really caught my attention.]]></description>
			<content:encoded><![CDATA[<p class="aside">(This is part of the <a href="http://meyerweb.com/eric/thoughts/2009/02/11/feedback-on-wasp-community-css3-feedback-2008/">Feedback on &#8216;WaSP Community CSS3 Feedback 2008&#8242;</a> series.)</p>
<p>
Out of all the <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#selectors">selector feedback</a>, <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#nested-selectors">selector blocks</a> was the part that really caught my attention.  I also see the usefulness of a <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#parent-selector">parent selector</a>, but that one has come up many times before, and it&#8217;s always died at the doorstep of implementors, who point out that it&#8217;s far too difficult to implement without serious performance penalties and even risk of browser lockup.  See, for example, <a href="http://shauninman.com/archive/2008/05/05/css_qualified_selectors#comment_3942">the comment left by David Hyatt</a> on <a href="http://shauninman.com/archive/2008/05/05/css_qualified_selectors">Shaun Inman&#8217;s post</a> on the idea.  Similarly, I think <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#contants">constants</a> (or macros or whatever they&#8217;re called) are a great idea and would be very helpful, especially if you&#8217;re coding up a <a href="http://jasonsantamaria.com/" rel="friend colleague met">Jason</a> Special.  Both are loaded with use cases, so I don&#8217;t feel like I can add a lot; besides, constants are already in the WG charter, so there&#8217;s once more hope in the land.
</p>
<p>
So anyway, selector blocks.  To pick one recent example, while working on a project that should very soon see the light of day, I had a situation involving the following chunk of rules.
</p>

<pre>h1, h2, h3, h4, h5, h6, table {
   font: 1em Arial, "Helvetica Neue", Helvetica, sans-serif;}
h1 {font-size: 275%;}
h3:first-child {margin-top: 1em;}
p.tagline {margin: -0.25em 0 1.25em;
   font-size: 125%;
   color: #7B7960;}
h3 {margin: 1.5em 0 0.25em; font-size: 125%;}
h3:before {font-size: 75%; counter-increment: subhead;}
h4 {margin: 2.5em 0 0.75em;
   text-transform: uppercase; font-size: 125%;
   color: #928F59;}
p {margin: 0 0 1em;}
ul {padding-left: 1.5em;}
ul li {list-style: disc; margin: 0.5em 0;}
</pre>

<p>
Nothing unusual about them, of course, unless you count my use of counters.  These rules had been written early on in development, and the design had evolved around that part of the document.  As more page components were added, I realized that I needed to scope all these rules to one section of the document: specifically, a <code>div</code> with a <code>class</code> of <code>main</code>.  So here&#8217;s what I had to do.
</p>

<pre>.main h1, .main h2, .main h3, .main h4, 
.main h5, .main h6, .main table {
   font: 1em Arial, "Helvetica Neue", Helvetica, sans-serif;}
.main h1 {font-size: 275%;}
.main h3:first-child {margin-top: 1em;}
.main p.tagline {margin: -0.25em 0 1.25em;
   font-size: 125%;
   color: #7B7960;}
.main h3 {margin: 1.5em 0 0.25em; font-size: 125%;}
.main h3:before {font-size: 75%; counter-increment: subhead;}
.main h4 {margin: 2.5em 0 0.75em;
   text-transform: uppercase; font-size: 125%;
   color: #928F59;}
.main p {margin: 0 0 1em;}
.main ul {padding-left: 1.5em;}
.main ul li {list-style: disc; margin: 0.5em 0;}
</pre>

<p>
This, on the other hand, is what I really <em>wanted</em> to do:
</p>

<pre>.main {
   h1, h2, h3, h4, h5, h6, table {
      font: 1em Arial, "Helvetica Neue", Helvetica, sans-serif;}
   h1 {font-size: 275%;}
   h3:first-child {margin-top: 1em;}
   p.tagline {margin: -0.25em 0 1.25em;
      font-size: 125%;
      color: #7B7960;}
   h3 {margin: 1.5em 0 0.25em; font-size: 125%;}
   h3:before {font-size: 75%; counter-increment: subhead;}
   h4 {margin: 2.5em 0 0.75em;
      text-transform: uppercase; font-size: 125%;
      color: #928F59;}
   p {margin: 1em 0;}
   ul {padding-left: 1.5em;}
   ul li {list-style: disc; margin: 0.5em 0;}
}
</pre>

<p>
Or, if necessary, to put the whole original chunk into its own style sheet and then do one of the following:
</p>

<pre>div.main {@import url(main-style.css);}

&lt;div class="main" style="@import url(main-style.css);"&gt;
</pre>

<p>
Interestingly, the latter is theoretically possible, thanks to the more advanced profiles in the CSS module &#8220;<a href="http://www.w3.org/TR/css-style-attr">Syntax of CSS rules in HTML&#8217;s &#8216;style&#8217; attribute</a>&#8220;.  I&#8217;m not aware of the former having been seriously considered (despite my best efforts, once upon a time), though it&#8217;s always possible I missed something.
</p>
<p>
But either one of those approaches would be a last resort, in my opinion.  I&#8217;d much rather just wrap the whole chunk in <code>.main { }</code>, like I showed previously, and be done with it.  That capability would also simplify certain annoyingly repetitive patterns, like the very first of those rules.  I think it&#8217;s pretty obvious which of the following is easier to write and maintain:
</p>

<pre>
body.home #content .entry h2, 
body.home #content .entry h3, 
body.home #content .entry h4, 
body.home #content .entry h5, 
body.home #content .entry h6 {...}

body.home #content .entry {
   h2, h3, h4, h5, h6 {...}
}
</pre>

<p>
I mean, just look at the former, and imagine what one goes through to write it in the first place.  Copy, paste, paste, paste, paste, paste&#8230; maddening.  And that&#8217;s just for a small block of CSS like this one.  Imagine the tedium of doing this for a block of 50 rules, or 150.  (Also, this is the the same thing that was requested in the feedback as &#8220;<a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008#grouped-alternates">Grouped Alternates</a>&#8220;, albeit with a different syntax.)
</p>
<p>
One objection to this sort of pattern is that it increases dependence on descendant selectors, which are computationally inefficient.  But it doesn&#8217;t: I had to create a whole bunch of descendant selectors as it was, and did so far more clumsily.  And had I missed a command-V somewhere, I&#8217;d have had styles that applied outside their intended subtree.  Introducing a way to nest blocks like this doesn&#8217;t change anything except make it easier and more maintainable to do what we already do.  Honestly, it&#8217;s pretty much impossible to increase dependence on descendant selectors.  The best we can do now is make them less difficult to write.
</p>
<p>
I realize that the syntax I depict would cause backwards-compatibility problems, as in older browsers would not behave as intended when exposed to this sort of thing, but I&#8217;ve also stopped being concerned about that.  We can&#8217;t keep holding ourselves hostage to decisions made a decade or more back.  Provide the capability and authors will use it when they can.  Over time, its use will become more prevalent&#8212;kind of the same way authors adopted CSS in the first place.
</p>
<p>
I also realize that this case has been made time and again by many, many other people.  This isn&#8217;t even the first time I&#8217;ve made this case, though I think the other times were within the WG and therefore off the public record.  The fact that it keeps being made is a strong indicator that the need exists, and dismissing the idea because the same end effect can be achieved with existing selector syntax (as shown above) isn&#8217;t acceptable.  That&#8217;s like saying that complex selection effects can be achieved with JavaScript or XPath, so there&#8217;s no need for advanced CSS selectors.
</p>
<p>
So that&#8217;s my use case.  I actually have a bunch more, but they all follow the same basic pattern: the desire to group rules together into subsections of a document, or to otherwise simplify the writing of CSS.
</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2009/02/12/selector-blocks/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Feedback on &#8216;WaSP Community CSS3 Feedback 2008&#8242;</title>
		<link>http://meyerweb.com/eric/thoughts/2009/02/11/feedback-on-wasp-community-css3-feedback-2008/</link>
		<comments>http://meyerweb.com/eric/thoughts/2009/02/11/feedback-on-wasp-community-css3-feedback-2008/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 17:50:58 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=1024</guid>
		<description><![CDATA[Back before holiday season hit, Elika Etemad---better known as <a href="http://fantasai.inkedblade.net/">Fantasai</a>---published <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008">WaSP Community CSS3 Feedback 2008</a>.  I gave it a read and came away with a number of things I wanted to say.]]></description>
			<content:encoded><![CDATA[<p>
Back before holiday season hit, Elika Etemad&#8212;better known as <a href="http://fantasai.inkedblade.net/">Fantasai</a>&#8212;published <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008">WaSP Community CSS3 Feedback 2008</a>.  I gave it a read and came away with a number of things I wanted to say.  So many things, in fact, that I&#8217;ll need to split them up into a series of posts.  This here post will serve as introduction and hub, with links to the follow-on entries added as they&#8217;re published.  All very <a href="http://tbray.org/ongoing/" rel="acquaintance met">Bray</a>-ny, no?  (Go ahead, groan.  It only encourages me.)
</p>
<p>
Here you go:
</p>
<ol>
<li><a href="http://meyerweb.com/eric/thoughts/2009/02/12/selector-blocks/">Selector blocks</a></li>
<li><a href="http://meyerweb.com/eric/thoughts/2009/02/16/css3-feedback-layout/">Layout</a></li>
<li><a href="http://meyerweb.com/eric/thoughts/2009/02/17/wanted-layout-system/">Wanted: Layout System</a></li>
<li><a href="http://meyerweb.com/eric/thoughts/2009/02/19/css3-feedback-animated-shapes/">Animated Shapes</a></li>
<li><a href="http://meyerweb.com/eric/thoughts/2009/02/24/css3-feedback-graphical-thoughts/">Graphical Thoughts</a></li>
</ol>
<p>
I want to make clear up front that I&#8217;m not going to address every single point in the feedback document: it&#8217;s just too incredibly huge.  I did think about making my own copy and then just filling in my reactions to each point, but that didn&#8217;t scale very well.  Not only did it seem really overbearing and maybe just a touch egotistical, but some of my reactions were based on related topics in separate areas of the original.  Besides, I know what it&#8217;s like trying to read a really, really long article, so breaking it up and just focusing on the parts that got me fired up made way more sense.
</p>
<p>
There is one thing I want to address before I start serving up the follow-on installments.  At the end of Fantasai&#8217;s post, there&#8217;s a link to <a href="http://meyerweb.com/eric/thoughts/2006/09/15/w3c-change-outreach/">my 2006 post</a> about the benefit of having a community liaison, someone who bridges the gap between the WG and the public.  She then asks if anyone is interested in volunteering, but personally, I don&#8217;t see the need.  The WG already has a community liaison:  it&#8217;s you, Fantasai.  It has been for some time now, thanks to your regular and informative <a href="http://www.w3.org/blog/CSS">CSS WG blog</a> posts and other outreach work such as &#8220;WaSP Community CSS3 Feedback 2008&#8243;.  The job is being done, and being done very well, I don&#8217;t think there&#8217;s any doubt that the Working Group is much, much better for it.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2009/02/11/feedback-on-wasp-community-css3-feedback-2008/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>W3C Change: Your Turn!</title>
		<link>http://meyerweb.com/eric/thoughts/2006/10/02/w3c-change-your-turn/</link>
		<comments>http://meyerweb.com/eric/thoughts/2006/10/02/w3c-change-your-turn/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 13:05:59 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=767</guid>
		<description><![CDATA[What are <strong>your</strong> thoughts for improving the W3C's effectiveness and standing in the field?]]></description>
			<content:encoded><![CDATA[<p>
So recently, I shared a <a href="http://meyerweb.com/eric/thoughts/2006/09/14/w3c-change-introduction/">number of ideas for improving the W3C</a>, the last of which (posted a week ago) was to transition from a member-funded organization to a fully independent foundation of sorts, one that was funded by the interest earned by an endowment fund.  Surprisingly, there seemed to be little objection to the idea.  That was the one thing that I figured would get some pushback, mainly due to the magnitude of the change involved.  I&#8217;m still interested in hearing any counter-arguments to that one, if somebody&#8217;s got &#8216;em (thought they&#8217;d be best registered on <a href="http://meyerweb.com/eric/thoughts/2006/09/25/w3c-change-full-independence/">that particular post</a>, and not here).
</p>
<p>
The other thing I was expecting to see, but didn&#8217;t, was other people&#8217;s ideas for improvements to the W3C.  That was probably my fault, given the way I wrote the posts, which now that I look at them were set up more as soliloquies than the beginnings of a discussion.  While I think my ideas are good ones (of course!), I&#8217;m only one person, and I very much doubt I&#8217;ve thought of everything.
</p>
<p>
So what are <strong>your</strong> thoughts for improving the W3C&#8217;s effectiveness and standing in the field?
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2006/10/02/w3c-change-your-turn/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>W3C Change: Full Independence</title>
		<link>http://meyerweb.com/eric/thoughts/2006/09/25/w3c-change-full-independence/</link>
		<comments>http://meyerweb.com/eric/thoughts/2006/09/25/w3c-change-full-independence/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 12:36:55 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=766</guid>
		<description><![CDATA[Transform the W3C from a member-funded organization to a financially independent entity.]]></description>
			<content:encoded><![CDATA[<p>
Apologies for the break in posting just as I was getting to the best part of the W3C Change series, but back-to-back trips to <a href="http://aneventapart.com/events/2006/seattle/">Seattle</a> and <a href="http://webjamsession.com/">Dallas</a> came up before I could finish writing up my thoughts.  This one was, for all the simplicity of the content, the hardest one to write, because I kept revising it to try to be more clear about what I&#8217;m proposing and how it would be an improvement.   I could keep revising &#8217;til the end of forever, so I&#8217;m just going to take what I have now and go with it.
</p>
<p>
My third recommendation is simply this: <strong>Transform the W3C from a member-funded organization to a financially independent entity.</strong>
</p>
<p>
In order to accomplish this, the W3C would need to embark on a major capital campaign, similar to the efforts mounted by major non-profit organizations and American private universities.  The campaign parameters that come to mind are a ten-year campaign whose goal is to build an endowment of $200 million.  From the interest on this endowment&#8212;which at a relatively modest 5% return would be $10 million annually&#8212;the W3C could fund its activities.
</p>
<p>
(Note: I do not have access to the budget of the W3C, but with approximately 70 staff members at an average total cost of $125,000 per year in salary, benefits, and travel expenses, the staffing cost would be $8.75 million.  If I am lowballing the budget, then obviously the capital campaign&#8217;s goal would have to be raised.  The general approach remains the same.)
</p>
<p>
As the campaign progressed, the membership dues would be reduced across the board in proportion to the progress of the campaign.  Once the campaign reached its end and the full endowment had been acquired, the dues would fall to zero and the membership model would be dismantled.
</p>
<p>
You might wonder where the blinking font the W3C could get that kind of money, even over the course of a decade.  Well, 20 Internet billionaires could each donate $10 million in thanks for the W3C making their fortunes possible, and there you go.  Even if that doesn&#8217;t happen, there are many foundations whose goal is to foster better technology and communications, and who might be persuaded to contribute.  Government grants could help.  And, of course, a supporter campaign like that run by the EFF would allow individual developers to add their support.
</p>
<p>
Frankly, I don&#8217;t think the problem would be finding the money, especially over a ten-year period.  By hiring an experienced fund-raiser, I think the funds could be raised a good deal more quickly.  I think this would be especially true if Sir Tim publicly put his weight behind the effort, and made personal appeals to potential major donors.
</p>
<p>
But why would I even suggest such a thing?
</p>

<ol>
<li>
<p>
The current membership model creates an apparent wall between the W3C and the rest of us.  Because it costs a minimum of $15,000 over three years to become a W3C Member, individuals will rarely, if ever, be able to justify membership.  The same is true of web design and development shops.
</p>
<p>
For primarily this reason, there is the belief that non-paying members of the community cannot join Working Groups, and that the WGs are forever closed to the rest of the world.  This is not really true, since any Working Group can ask people in the community to become Invited Experts.  These are Working Group members who don&#8217;t have to pay to get in, and aren&#8217;t necessarily held to the same contribution standards as Member representatives.  (Not that contribution standards are always upheld for them either, as I observed in <a href="http://meyerweb.com/eric/thoughts/2006/09/17/w3c-change-working-groups/">an earlier post</a>.)
</p>
<p>
So now imagine a W3C where there are no Members.  That means that every Working Group is comprised entirely of Invited Experts (except for any W3C staff members who might join).  This bridges the perceived gap, and puts community members on a more equal footing with those who would currently be Member representatives.  I&#8217;m not saying there wouldn&#8217;t be company representatives at all.  The CSS WG is going to have representatives from Microsoft, Mozilla, Apple, and so on.  The alternative is for them to not participate, and thus be at the mercy of what happens in their absence.
</p>
<p>
Since someone&#8217;s going to bring it up, I&#8217;ll address the Microsoft question.  You might think that Microsoft could decide to both abandon, say, the CSS WG <em>and</em> ignore what it produces.  (Anyone could do this, but Microsoft is going to be the company accused of hypothetically plotting such a thing.)  That could well be.  But wouldn&#8217;t Microsoft departing the CSS WG be a large red flag that something&#8217;s seriously wrong, and that it needs to be addressed before worrying about exactly how the layout module is written?
</p>
<p>
Of course, some other player could do this as easily as Microsoft.  The point is really that, if a major player in the space with which the WG is concerned departs that WG, then it identifies a situation that needs to be addressed.  The Member model actually goes some small way toward concealing that, because the dues paid create a certain impetus to put someone on a WG, even if there&#8217;s no serious interest.
</p>
<p>
The flip side of this is the question, which I&#8217;ve heard more than once from people when I talk about this idea, &#8220;How would a WG force the players to the table?&#8221;  For example, how could a new browser-technology WG force the browser makers to join the group?
</p>
<p>
The question itself betrays a fallacious assumption: that players should be <em>forced</em> to work together.  If you propose to form a WG that doesn&#8217;t interest one or more of the major players in the field, then the WG may well be flawed from the start.  The point of a WG is to produce an interoperable standard.  If a WG just goes off and does something without buy-in from players, and there&#8217;s never an implementation, then the whole effort was wasted.  On the other hand, a specification that was produced with the involvement of all the major players stands a much better chance of being implemented, and thus a much better chance of being used and appreciated by the community.
</p>
<p>
The flip side of that flip side is the question, &#8220;What if a WG refuses to admit a player in the field?&#8221;  In other words, what if the CSS WG barred Microsoft from having a representative on the WG?  Again, that would be an enormous red flag that something had gone awry.  Any WG that refused to involve an important player in their field would need to be scrutinized, and probably reformatted.
</p>
<p>
All this does raise the spectre of replacing a centralized model with a consensus model.  Which is just fine with me, for all the reasons I just mentioned.
</p>
</li>
<li>
<p>
There is the perception&#8212;largely untrue, but no less persistent&#8212;that the W3C is controlled by those who fund it.
</p>
<p>
It&#8217;s actually been my experience that there&#8217;s an inverse correlation between the amount of money a company puts into the W3C and the frequency with which their representatives get their way.  During my time in the CSS WG, the Microsoft people faced more resistance and more grief from the rest of the WG than the Netscape reps ever dreamed of getting.  CSS-like things which IE/Win had done faced a serious uphill battle to be incorporated in the specification, even when they were good ideas.  I don&#8217;t know how to explain this odd variance from the usual effect of money, but it was there.  Maybe in other WGs, the situation is different, although I kind of doubt it.
</p>
<p>
But as I say, the perception is persistent.  A financially independent W3C would remove that perception.  I wouldn&#8217;t propose this kind of funding-model change solely to clear up some erroneous perceptions, but it&#8217;s an undeniably positive side effect.
</p>
</li>
<li>
<p>
Full financial independence allows the W3C to do things that its dues-paying Members likely wouldn&#8217;t permit.
</p>
<p>
Now what could I be talking about, since I just claimed that dues money doesn&#8217;t drive what the W3C does, except in inverse ways?  What I&#8217;m talking about is things like launching a program to pay Invited Experts a small stipend.  Currently, Invited Experts receive no financial support, whereas Member representatives are supported by their employers while devoting some of their time to the W3C.  I tried to imagine a world where the dues-paying Members of the W3C approved the idea of paying Experts, and although I managed to do so, it turned out to be entirely populated by talking <a href="http://en.wikipedia.org/wiki/Kawaii">kawaii</a> unicorns who get joyfully teary about their perpetually rainbow-filled skies and giggle a lot.
</p>
<p>
Here&#8217;s another W3C effort which probably could never get funded under the current model:  a university scholarship for students who plan to study the web, or uses of the web.  They might fund independent research on the effects of the web in developing countries, or what users want, or any number of other things.  Or hey, how about putting enough money into the WWW conference series that people who present papers are given a complimentary registration?  (I know&#8212;<em>radical</em>!)
</p>
<p>
These things couldn&#8217;t happen if the W3C&#8217;s endowment generated only enough interest to cover staffing and overhead, but the endowment doesn&#8217;t have to be limited to just that much.  A second capital campaign, or a simple continuation of the first one, could increase the endowment, thus giving the W3C (potentially) quite a bit of discretionary funding.  It would give them the opportunity to spend money on efforts that advance their core mission (&#8220;To lead the World Wide Web to its full potential by developing protocols and guidelines that ensure long-term growth for the Web&#8221;).
</p>
</li>
</ol>

<p>
There are various knock-on effects that arise from those points, of course, but I&#8217;ve gone on long enough.
</p>
<p>
As many of you have noticed, I&#8217;m effectively proposing that the W3C become a foundation instead of a consortium, albeit a foundation whose primary mission is to act as a consortium would.  I&#8217;ve avoided using terms like &#8220;non-profit&#8221; and &#8220;not-for-profit&#8221; because they might imply specific things which I don&#8217;t fully intend in terms of tax law, or whatever, but I do think of it as a generically non-profit institution; that is, one that does not strive to create a profit, except as can be invested into the endowment.
</p>
<p>
I&#8217;ve tried to explain why I believe this is a good idea, but in the end, I think the most fundamental reason is that one I can&#8217;t explain:  it just feels like the right thing to do.  It&#8217;s like I can perceive a shape without grasping all its details, but the overall shape looks right, looks better.
</p>
<p>
I fully expect that some will recoil from this idea, convinced that a foundation is a poor substitute for a consortium.  Obviously, I disagree.  I think the W3C&#8217;s future could be made much more stable with this approach, especially in financial terms.  I also believe, as I said before, that it would be no less of a force for the advancement of the web.  In fact, I think it would be a much stronger force, and have a greater positive effect, over the long term.
</p>
<p>
It is not a small undertaking, but it is an important and worthwhile effort, and I hope it is one the W3C considers seriously.
</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2006/09/25/w3c-change-full-independence/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>W3C Change: Working Groups</title>
		<link>http://meyerweb.com/eric/thoughts/2006/09/17/w3c-change-working-groups/</link>
		<comments>http://meyerweb.com/eric/thoughts/2006/09/17/w3c-change-working-groups/#comments</comments>
		<pubDate>Sun, 17 Sep 2006 23:34:35 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=765</guid>
		<description><![CDATA[The second area where I think the W3C could be improved is in how Working Groups are populated and managed.]]></description>
			<content:encoded><![CDATA[<p>
The second area where I think the W3C could be improved is in how Working Groups are populated and managed.  To a large extent, what I propose is just a re-commitment to existing rules, and isn&#8217;t particularly radical.  That doesn&#8217;t make them any less important, of course.  Furthermore, this area of discussion doesn&#8217;t boil down to one talking point; rather, it boils down to three.
</p>
<p>
First is this: <strong>participants in a Working Group should be productive, or else leave the group, whether voluntarily or otherwise.</strong>
</p>
<p>
This is really already part of the rules, but it&#8217;s not very well enforced, in my experience.  I mean that personally, too: between mid-2003 and mid-2004, I contributed almost nothing to the CSS WG.  I didn&#8217;t even phone in for teleconferences, let alone contribute to specifications.  Now, as an Invited Expert, the participation rules aren&#8217;t quite the same for me as they are for Member representatives, but by any measure, I was deadweight.  I was only on the WG membership list out of inertia.
</p>
<p>
When the WG&#8217;s charter came up for renewal in 2004, the chair asked me if I wanted to stay in the group and start contributing again.  After some reflection, I said no, because I wasn&#8217;t going to magically have more time and energy to give to the WG.  To stay would have been dishonest at best, so I left.
</p>
<p>
Honestly, though, he should have asked me the same question (and been a little more pointed about it) six months previously.  WG chairs should do the same for any member who falls silent.  The actual reasons for the silence don&#8217;t matter, because having a WG member step down isn&#8217;t a permanent excommunication.  It&#8217;s simply an acknowledgment that the person is too busy to be a contributing member, and so leaves the group, whether temporarily or for good.
</p>
<p>
Ideally, people would voluntarily do this upon recognizing their lack of participation, but not everyone would.  <em>I</em> didn&#8217;t, until I was prompted.  WG chairs should prompt when necessary, and even be empowered to place someone on inactive status if they don&#8217;t contribute but refuse to step down.  Again, this isn&#8217;t a permanent decision, and it isn&#8217;t punishment.  It&#8217;s just keeping the WG membership list aligned with those who are actually contributing.
</p>
<p>
This brings me to the second point, related very closely to the first: <strong>Working Groups should have a minimum membership requirement.</strong>
</p>
<p>
If a WG doesn&#8217;t have enough members to operate, then it needs to be mothballed.  Simple as that.  If you had ten WG members and eight of them went silent, leaving you with only two active members, then it&#8217;s time to close up shop for a while.  No WG would ever be permanently shuttered this way:  it would simply be placed on &#8220;inactive&#8221; status.  Once enough people committed to being contributing WG members, it could be re-activated.  Granted, this would require a re-chartering and all the other things necessary during that process.
</p>
<p>
I also have to figure that if a WG was in danger of going inactive, some of the group&#8217;s members would get involved again.  If not, word would spread and community members would step up to offer their help.  And if none of that happened, then it would be a pretty strong indication that the WG <em>did</em> need to be shut down, for general lack of interest.
</p>
<p>
Of course, all this requires a WG chair who is willing to hold people&#8217;s feet to the fire, to cut inactive members, and to shut down his own WG if there aren&#8217;t enough active participants.  But then WG chairs are already required to do a lot of things, and not all of them get done.  Some are trivial; some are not.
</p>
<p>
The biggest obstacle a WG can face is its own chair, if said chair is abrasive or obstructionist or just plain out of touch.  As things stand, the only way to lodge a complaint against a chair is by working your way up the chain of command at the W3C.  That&#8217;s a pretty flat set of rather short chains, though.  In many cases, it doesn&#8217;t take a whole lot of steps to reach Sir Tim himself.  And there are even cases where WG chairs are their own bosses, hierarchically speaking, which makes it hard to effectively lodge complaints.
</p>
<p>
Thus we come to my third suggestion: <strong>there needs to be a &#8220;vote of no confidence&#8221; mechanism for WG chairs.</strong>
</p>
<p>
This is nothing more than a vote by the members of a Working Group:  do we keep our chair, or should he step down?  In this way, the WG itself can decide when it&#8217;s time for a leader to go.  I get a little wobbly over the actual vote threshold: should a chair be removed if half the WG votes against him, or two-thirds?  Tough call.  Probably a majority, on the theory that any WG with that many people opposed to the chair is already in deep trouble.
</p>
<p>
I&#8217;m also unable to decide whether I&#8217;d have these votes happen automatically, on a set schedule&#8212;say, every year right before the March Technical Plenary&#8212;or only when a member of the WG calls for one.  Both approaches have pros and cons.  I think my slight preference is for the set schedule, but on the other hand, requiring a member of the WG to call for a &#8220;no confidence&#8221; vote would be useful, in that the mere call for a vote would serve as its own indication of trouble in a WG, regardless of the vote&#8217;s outcome.
</p>
<p>
So that&#8217;s how I&#8217;d reform WG membership and leadership:  participants need to be active; WGs need a minimum membership to continue; and WGs should be able to remove their own chairs when necessary.
</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2006/09/17/w3c-change-working-groups/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>W3C Change: Outreach</title>
		<link>http://meyerweb.com/eric/thoughts/2006/09/15/w3c-change-outreach/</link>
		<comments>http://meyerweb.com/eric/thoughts/2006/09/15/w3c-change-outreach/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 12:23:17 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=764</guid>
		<description><![CDATA[Every Working Group should have one member whose primary (and possibly sole) responsibility is outreach]]></description>
			<content:encoded><![CDATA[<p>
My first suggestion for improving the W3C is this:  <strong>every Working Group should have one member whose primary (and possibly sole) responsibility is outreach.</strong>
</p>
<p>
To make life a little easier, I&#8217;m going to refer to this position as a WGO (for Working Group Outreach).  As an aside, I&#8217;m not sure that &#8220;outreach&#8221; is exactly the right term for what I have in mind, but it&#8217;s a decent term that captures most of what I have in mind, so I&#8217;ll use it here.  If someone comes up with a better term, I&#8217;ll be grateful.
</p>
<p>
So here&#8217;s what I envision for a WGO.
</p>
<ol>
<li>
<p>
The WGO keeps the public informed about the top issues on the Working Group&#8217;s agenda and immediate-future activities.  The easiest, most obvious way to do this is to post a summary of every WG FTF (face-to-face) meeting.  A summary would describe the topics the WG discussed, resolutions that were reached, which problems were not solved, and so forth.  This could be a bullet-point list, but a better summary would be something like a short article.
</p>
<p>
Note that I do not say that the WGO should post the FTF <em>minutes</em>, which are often private.  The <em>results</em> of those discussions, though, should be public, even when no results occurred.  A summary can say that the WG discussed a topic at length and reached no resolution without saying why.  It can also say that a topic was discussed and a solution found, and then describe the solution.
</p>
<p>
A really good WGO would produce an activity summary more often than every FTF.  I don&#8217;t know that I&#8217;d insist on a summary for every weekly teleconference, but sending out a summary once a month would be more than reasonable.  These summaries would be posted on the W3C site and to the relevant public mailing lists.  For the CSS WGO, this would <em>always</em> mean posting to <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>.  In cases where WG activity touched on features of XHTML or SVG, summary posts would be made to those public lists as well.
</p>
<p>
The purpose here is to draw back some of the curtain surrounding Working Groups.  Too often, interested members of the public don&#8217;t know what the WG is up to, and that can be frustrating.  If there are several people agitating for a new feature and the WG stays silent on it, it&#8217;s impossible to tell if the WG is blowing the idea off or if it&#8217;s something they&#8217;ve considered at length but haven&#8217;t yet reached a decision.
</p>
<p>
Public summaries also have the benefit of allowing some public discussion of work before the public-comment period on a proposed specification.  This would help distribute the WG&#8217;s feedback load.
</p>
</li>
<li>
<p>
The WGO brings the needs and concerns of the public to the Working Group, and communicates back the WG&#8217;s reactions.  This means part of the WGO&#8217;s job is to be involved in the wider community surrounding a given activity.  The CSS WGO, for example, would spend time reading web design mailing lists, forums, blogs, and so forth to find out what people in the field want and need (in CSS terms, anyway).  The WGO would present these to the WG as items to consider.  The topics so raised, and the WG&#8217;s responses to them, would go into the next summary.
</p>
<p>
The goal here, of course, is to have someone on the Working Group who represents the &#8220;in the trenches&#8221; folks.  If there are other members of the WG who also represent those who work in the field, that&#8217;s awesome.  With the WGO position, though, there&#8217;s the assurance of at least one person who speaks for those who actually use the products of the Working Group, and who will use any future products.
</p>
</li>
<li>
<p>
The presence of a WGO in a Working Group should be a charter condition.  No group should be (re-)chartered without an identified WGO, and the extended lack of a WGO should be cause to question the continued charter of a group.
</p>
<p>
Basically, I&#8217;m of the opinion that if a WG can&#8217;t find someone passionate enough about what they&#8217;re doing to be the WGO, then it&#8217;s time to ask whether or not they should continue at all.  Similarly, if there&#8217;s no real community for the WGO to represent, then it&#8217;s time to ask why the WG even exists.
</p>
</li>
<li>
<p>
The WGO should have no other major responsibilites within the Working Group.  This means the WGO <em>cannot</em> be the WG&#8217;s chair, and should not be a specification editor.  Their primary job should be the two-way representation I&#8217;ve described here.
</p>
<p>
It&#8217;s too easy to get overloaded in a WG, especially if you&#8217;re the kind of enthusiast a good WGO should be.  There needs to be a defined limit to the position, so that outreach is always topmost on that person&#8217;s agenda within the WG, and it doesn&#8217;t get buried under other duties.
</p>
</li>
</ol>

<p>
In summary, a good WGO would act as a liason between the Working Group and the community surrounding it.  A great WGO would do all that and also produce information that helps expand that community.  They could publish quick how-to&#8217;s, for example, concentrating on either current or near-future specifications.
</p>

<p>
If you could, please allow me to illustrate my points with a few things that a CSS WGO might do in the course of their duties.  I&#8217;ll call this CSS WGO &#8220;Bob&#8221; to make the example less clumsy.
</p>
<p>
Recently, Bob&#8217;s been seeing a lot of calls on blogs for an &#8220;ancestor&#8221; selector.  This would be something that lets you say, &#8220;style this element based on its descendants&#8221;, such as styling all links that contain an image without having to class them.  (This idea has come up many times in the past, by the way, but has yet to be added to CSS.)  So Bob brings the &#8220;ancestor selector&#8221; subject to the WG.  The WG says, &#8220;Yes, that&#8217;s a very good idea, but it runs aground on the following problems.&#8221;  Bob would then put all that into his next summary: &#8220;The WG is in favor of adding the ancestor selector, but the following problems prevent its inclusion&#8230;&#8221;  Bob could certainly also communicate the response directly, through mailing lists or blogs, instead of just putting the response in the summary.  The latter is necessary, of course, but doing both is better.
</p>
<p>
How is this better?  Because the community knows the WG has considered the idea, where the WG stands on the idea, and the reasons why it hasn&#8217;t been accepted.  Everyone knows where the sticking points lie, and can make suggestions to overcome them, instead of just guessing as to why the requested feature hasn&#8217;t been adopted.  As for the reasons, they could be anything from &#8220;that&#8217;s demonstrably impossible in an entropic universe&#8221; to &#8220;not enough implementors have committed to doing it&#8221;.  As long as we know <em>what</em> the roadblock is, we can act accordingly.
</p>
<p>
Furthermore, Bob might accompany a new version of the Advanced Layout module with a quick how-to article that describes how to do a certain common layout, one that&#8217;s very hard to do in current CSS, with the stuff in the new module.  This provides a quick, &#8220;wow cool!&#8221; introduction to the WG&#8217;s efforts, which can energize the community and also draw in new people.
</p>
<p>
I will readily grant that many WGs have what are effectively unofficial WGOs; in a lot of ways, you could argue that I&#8217;ve been a WGO for years, as have several other people, through books and articles and forum participation and blogging and so on.  <strong>That&#8217;s not enough.</strong>  There needs to be someone inside the Working Group who is focused on explaining to the world what the WG is doing <em>and</em> who is explaining to the WG what the world is doing, or at least trying to do.
</p>
<p>
So that&#8217;s the first of my three major suggestions for reforming the W3C: an outreach person for every Working Group.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2006/09/15/w3c-change-outreach/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>W3C Change: Introduction</title>
		<link>http://meyerweb.com/eric/thoughts/2006/09/14/w3c-change-introduction/</link>
		<comments>http://meyerweb.com/eric/thoughts/2006/09/14/w3c-change-introduction/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 16:01:12 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://meyerweb.com/?p=763</guid>
		<description><![CDATA[Laying the groundwork for a series of posts about the W3C.]]></description>
			<content:encoded><![CDATA[<p>
When I <a href="http://meyerweb.com/eric/thoughts/2006/08/14/angry-indeed/">posted about the W3C</a>, a few people responded with, &#8220;All right, fine, you&#8217;re angry with the W3C.  So what&#8217;s your alternative, smart guy?&#8221;  A fair enough question.
</p>
<p>
While I applaud the efforts of the <a href="http://whatwg.org/">WHAT WG</a> and the <a href="http://microformats.org/">microformats</a> community, I&#8217;m not advocating a complete dismissal of the W3C.  The basic role filled by the W3C, that of being a central meeting place and coordinating body, is an important one.  It&#8217;s also potentially damaging.  Think of it like a central file server at work.  As long as the server is fine, your work can continue.  If it goes offline or, worse, its contents get corrupted, you&#8217;re in a very bad position.
</p>
<p>
When I point to the WHAT WG and microformats, I&#8217;m not holding them up as saviors or replacements.  I&#8217;m simply drawing attention to effects of the basic problem.  Both communities arose because of the nature and (lack of) speed of the W3C and its work.  We could argue about whether or not they should replace the W3C, but the simple fact is that had the W3C been more responsive and in touch with developer needs, they would never have existed in the first place.  They wouldn&#8217;t have had to exist.
</p>
<p>
If the W3C can get back on track, I wouldn&#8217;t want to see it replaced.  If it can&#8217;t, then it will be replaced, no matter what I or anyone else has to say.  That doesn&#8217;t mean it would cease to exist, of course.  It would simply become less and less relevant.  I have some ideas about how the W3C might avoid such a fate, but they aren&#8217;t things that I can cover in a single post.  Instead, I&#8217;ll do it in three parts, and the three topic areas I&#8217;m going to address are:
</p>
<ul>
<li><a href="http://meyerweb.com/eric/thoughts/2006/09/15/w3c-change-outreach/">Communication between Working Groups and the public</a></li>
<li><a href="http://meyerweb.com/eric/thoughts/2006/09/17/w3c-change-working-groups/">Working Group membership and chartering rules</a></li>
<li><a href="http://meyerweb.com/eric/thoughts/2006/09/25/w3c-change-full-independence/">The basic operating model of the W3C</a></li>
</ul>
<p>
No small potatoes, those.  It will be interesting to find out what people think of my proposals for each.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2006/09/14/w3c-change-introduction/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Angry Indeed</title>
		<link>http://meyerweb.com/eric/thoughts/2006/08/14/angry-indeed/</link>
		<comments>http://meyerweb.com/eric/thoughts/2006/08/14/angry-indeed/#comments</comments>
		<pubDate>Mon, 14 Aug 2006 12:37:44 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/08/14/angry-indeed/</guid>
		<description><![CDATA[Why Zeldman's right and the WaSP is wrong (this time), why I left the CSS WG two years ago, and other tales of the web.]]></description>
			<content:encoded><![CDATA[<p>
In my head, at any rate, it was <a href="http://zeldman.com/" rel="friend colleague met">Jeffrey</a>&#8216;s <a href="http://www.zeldman.com/2006/07/17/an-angry-fix/">angry post</a> that kicked off the latest round of posts about <a href="http://ln.hixie.ch/?start=1086387609&amp;count=1">consortium contretemps</a>, even though Jeffrey&#8217;s post was triggered (at least in part) by <a href="http://lists.w3.org/Archives/Public/public-qa-dev/2006Jul/0011">a message</a> posted to the fairly obscure <a href="http://lists.w3.org/Archives/Public/public-qa-dev/">public-qa-dev mailing list</a> by <a href="http://bjoern.hoehrmann.de/">Bj&ouml;rn H&ouml;hrmann</a>, detailing his reasons for leaving the <a href="http://w3.org/">W3C</a>.
</p>
<p>
A little over a week later, there came a <a href="http://www.webstandards.org/2006/07/26/misplaced-anger-a-rebuttal-to-zeldmans-criticism-of-the-w3c/">semi-rebuttal</a> by <a href="http://molly.com/" rel="friend colleague met">Molly</a> over at the <a href="http://webstandards.org/">Web Standards Project</a>, where she talked about a new spirit of &#8220;opening up to new things&#8221;, like <a href="http://www.stuffandnonsense.co.uk/archives/ambition_no3_css-wg.html">adding &#8220;at least one classically trained artist and graphic designer&#8221;</a> to the CSS Working Group (a role that&#8217;s been more or less vacant ever since <a href="http://veen.com/jeff/" rel="friend colleague met">Jeff Veen</a> left the WG over half a decade ago).
</p>
<p>
That&#8217;s great to hear, but what&#8217;s perversely fascinating to me is that in that <em>very same post</em>, Molly herself lists the reasons why Jeffrey&#8217;s anger is in no way misplaced:
</p>

<blockquote cite="http://www.webstandards.org/2006/07/26/misplaced-anger-a-rebuttal-to-zeldmans-criticism-of-the-w3c/">
<p>
Am I defending the W3C&#8217;s slow-to-move process or its over-bureaucratized administration? Its lack of attention and sensitivity to gender (count the women, go ahead, dare you) and racial diversity, its frightening disregard for the real needs of the workaday Web world? Oh no, nor would I want to.
</p>
</blockquote>

<p>
It&#8217;s that last point that lends the greatest support to Jeffrey&#8217;s argument:  &#8220;&#8230;frightening disregard for the real needs of the workaday Web world&#8221;.
</p>
<p>
What more really needs to be said?  It&#8217;s the most concise indictment possible that the first part of the W3C&#8217;s mission statement, the fragment they put right on their home page, &#8220;Leading the Web to Its Full Potential&#8230;&#8221;, has been betrayed.
</p>
<p>
Believe me, I&#8217;d prefer things to be otherwise.  I&#8217;m still a strong believer in standards, and for seven years (1997 &#8211; 2004) put my time and energy into supporting and advancing them as a member of the CSS Working Group.  When I left, it was because I didn&#8217;t have the time and energy to contribute any more, and rather than continue to be a deadwood listing on the group&#8217;s roster, I left.  But most of the reason I couldn&#8217;t come up with the time and energy was precisely what Molly articulated.  I no longer believed in the W3C&#8217;s ability to do what it promised, and what I wanted.
</p>
<p>
But the worst part?  None of this is new.  Look back two years, when <a href="http://dbaron.org/log/2004-06#e20040609a">David Baron</a> and <a href="http://weblogs.mozillazine.org/roadmap/archives/005632.html">Brendan Eich</a> walked away from a <a href="http://www.w3.org/2004/04/webapps-cdf-ws/">W3C Workshop</a> in disgust.  To a large degree, both men walked away from the W3C itself at that point&#8212;and if you&#8217;ve spurred <em>David Baron</em> to turn his back on the web&#8217;s central standards body, then boyo, you&#8217;ve got some deeply serious problems.
</p>
<p>
Let&#8217;s be frank: a whole lot of people who believe passionately in the web&#8217;s potential and want to see it advance fought for years to make that happen through the W3C, and finally decided they&#8217;d had enough.  One by one, I saw some of the best minds of my generation soured by the W3C; one by one, the <a href="http://glazman.org/weblog/dotclear/index.php?2004/08/31/533-embittered-generals">embittered generals</a> <a href="http://whatwg.org/">marched forward</a>, determined to make some sort of <a href="http://microformats.org/">progress</a>.
</p>
<p>
Perhaps my eyes have become a touch too jaundiced over the last decade, but I&#8217;m not sure I could disagree more with what Molly claims near the end of her post:
</p>

<blockquote cite="http://www.webstandards.org/2006/07/26/misplaced-anger-a-rebuttal-to-zeldmans-criticism-of-the-w3c/">
<p>
Jeffrey is wrong in his current assessment of the W3C.
</p>
</blockquote>

<p>
If only that were so.
</p>
<p>
If the folks at the WaSP believe the Good Ship Consortium is beginning to change course, then I&#8217;m happy for them, really; I&#8217;ll be even more happy if they&#8217;re right.  But when the ship is moving so slowly and has drifted so far out to sea, how much relevance can a change of heading really have?
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2006/08/14/angry-indeed/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
