<?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>CSSquirrel &#187; Browsers</title>
	<atom:link href="http://cssquirrel.com/category/browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssquirrel.com/blog</link>
	<description>opinions and news on web design</description>
	<lastBuildDate>Fri, 18 May 2012 16:26:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting Delicious on Firefox 4</title>
		<link>http://cssquirrel.com/blog/2011/04/21/getting-delicious-on-firefox-4/</link>
		<comments>http://cssquirrel.com/blog/2011/04/21/getting-delicious-on-firefox-4/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 16:19:11 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[james moss]]></category>
		<category><![CDATA[miracle whip]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/blog/?p=892</guid>
		<description><![CDATA[Yahoo is really pissing me off. I&#8217;m glad that Delicious hasn&#8217;t gone the way of the dodo (by all accounts a delicious bird that pirates feasted upon), but I&#8217;m annoyed beyond all belief that since I&#8217;ve upgraded to Firefox 4 that I can&#8217;t make use of the add-on anymore. Manually going to Delicious and doing [...]]]></description>
			<content:encoded><![CDATA[<p>Yahoo is really pissing me off.</p>
<p>I&#8217;m glad that <a title="Delicious" href="http://www.delicious.com/">Delicious</a> hasn&#8217;t gone the way of the dodo (by all accounts a delicious bird that pirates feasted upon), but I&#8217;m annoyed beyond all belief that since I&#8217;ve upgraded to Firefox 4 that I can&#8217;t make use of the add-on anymore.</p>
<p>Manually going to Delicious and doing the bookmarking directly on the site is like being forced to create mayonnaise by scratch for every sandwich. Somewhere, at some point, you just switch to Miracle Whip.</p>
<p>Gentlemen, I hate Miracle Whip.</p>
<p>Seriously, what&#8217;s in that stuff?</p>
<p>Today, like most days, I went to hit the Delicious icon to store a lovely page in the cloud for my perusal later. And today, like every day since Firefox 4, I cursed as I remembered I can&#8217;t do that anymore. So I went searching in a futile hunt for an update. It&#8217;s been weeks. Surely some Yahoo engineer somewhere fixed it already. Right?</p>
<p>Wrong.</p>
<p>But as fortune has it, someone else shared my distaste for waiting, and was more clever than I. <a title="James Moss: Installing Delicious Bookmarks Extension in Firefox 4" href="http://jamesmoss.co.uk/blog/installing-delicious-bookmarks-extension-in-firefox-4-rc/">Go here for instructions</a> by <a title="James Moss" href="http://jamesmoss.co.uk/">James Moss</a> on how to make the add-on work in eight easy steps. Thank you, James. You&#8217;ve saved my sanity.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2011/04/21/getting-delicious-on-firefox-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Firefox 3.6, box-shadow &amp; transform</title>
		<link>http://cssquirrel.com/blog/2011/03/18/firefox-3-6-box-shadow-transform/</link>
		<comments>http://cssquirrel.com/blog/2011/03/18/firefox-3-6-box-shadow-transform/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 21:01:56 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[box-shadow]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[test case]]></category>
		<category><![CDATA[transform]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/blog/?p=863</guid>
		<description><![CDATA[As long as you&#8217;re not on a legacy browser, to the left you&#8217;ll see an image that is rotated 90 degrees. If you&#8217;re using the current version of Firefox (3.6 as I write this), you&#8217;ll also notice a rather unpleasant visual effect on the box-shadow, which isn&#8217;t properly surrounding the rotated image like it should [...]]]></description>
			<content:encoded><![CDATA[<div style="width: 260px; height: 260px; margin-right: -120px; float: left;"><img class="wp-image" style="width:250px;margin-top:-125px;-o-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg); -o-transform-origin: left bottom;-ms-transform-origin: left bottom;-moz-transform-origin: left bottom;-webkit-transform-origin: left bottom;transform-origin: left bottom;" src="http://cssquirrel.com/testcases/transform-box-shadow/browser-friends.jpg" alt="The Forest Browser Friends posing together for a photo." /></div>
<p>As long as you&#8217;re not on a legacy browser, to the left you&#8217;ll see an image that is rotated 90 degrees.  </p>
<p>If you&#8217;re using the current version of <a title="Firefox" href="http://mozilla.com/" target="_blank">Firefox</a> (3.6 as I write this), you&#8217;ll also notice a rather unpleasant visual effect on the <a title="Box-Shadow" href="http://www.css3.info/preview/box-shadow/" target="_blank">box-shadow</a>, which isn&#8217;t properly surrounding the rotated image like it should be.  </p>
<p>I came across this by accident while working on some 2d transforms for a series of photos in a client&#8217;s project. I didn&#8217;t catch it at first because it only happens somewhere between 82 degrees and 108 degrees (and the direct opposite around 262 degrees to 278 degrees). I might be off by a degree or two, but that&#8217;s about the range where the shadow sheers off and snaps down to the picture&#8217;s height in its original orientation.  </p>
<p><a href="/testcases/transform-box-shadow/">I&#8217;ve got a test case here</a>. You&#8217;ll note Chrome, Safari, Opera and Internet Explorer (yes, even IE) are doing it right in their current versions. Only Firefox isn&#8217;t.  </p>
<p>Considering how long Firefox has been implementing transforms in comparison to Internet Explorer (infamous inbred step-child of the browser market), this is really disappointing. It&#8217;s details like this that are slowly costing me my love for the flaming-tailed fox. </p>
<p>The bug is fixed in the Firefox 4 beta, thankfully. But that begs the question, how much longer do we need to wait for Firefox 4 to release?</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2011/03/18/firefox-3-6-box-shadow-transform/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Forest Browser Friends: The Great Race</title>
		<link>http://cssquirrel.com/blog/2011/03/16/forest-browser-friends-the-great-race/</link>
		<comments>http://cssquirrel.com/blog/2011/03/16/forest-browser-friends-the-great-race/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 20:49:02 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[forest browser friends]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/blog/?p=844</guid>
		<description><![CDATA[Even if haters can&#8217;t admit it out loud, they probably need to admit it to themselves deep down inside: Nine is a contender. For years, Internet Explorer has been out of the game when it comes to any discussion of what constitutes a modern browser. Version 8, as much as it was a drastic improvement [...]]]></description>
			<content:encoded><![CDATA[<div class="comic"><img longdesc="http://cssquirrel.com/comicscripts/script84.htm" src="/images/comic/cs084.png" alt="CSSquirrel #84: Forest Browser Friends - The Great Race!" /></div>
<p>Even if haters can&#8217;t admit it out loud, they probably need to admit it to themselves deep down inside: <a title="IE9: Beauty of the Web" href="http://www.beautyoftheweb.com/" target="_blank">Nine</a> is a contender.</p>
<p>For years, Internet Explorer has been out of the game when it comes to any discussion of what constitutes a modern browser. Version 8, as much as it was a drastic improvement over what had come before, was something I viewed more as a correction of 6 and 7&#8242;s many errors, and clearly not an effort towards embracing more modern features.</p>
<p>But Nine? Hardware acceleration. A blazingly fast JavaScript engine. Robust CSS3 support (missing things, but includes a decent chunk of what I wanted to see). HTML5 features like &lt;video&gt;, &lt;audio&gt; and even &lt;canvas&gt;. SVG support. On top of it all it&#8217;s got a slick, minimalist interface.</p>
<p>Internet Explorer 9 <em>is</em> a modern browser. Period. Dissenters and naysayers are at best nitpicking and at worse lashing out due to old habit.</p>
<p>There are downsides. I wish that they&#8217;d made it for XP, but as Microsoft is in the habit of selling operating systems I understand how complex of an issue that might be for their business model. It doesn&#8217;t include all the CSS3 I want to see (gradients, anyone?) but they do give a reasonable-sounding reasoning why (ostensibly, they don&#8217;t want to add a feature that has to be changed or removed later, and gradients currently have at least two exclusive syntaxes).</p>
<p>But the bottom line is that although IE9 isn&#8217;t perfect, it&#8217;s also not the flawed, stunted beast of ill-will and developer-consuming horror that its ancestors were. We, as designers, should be grateful that we&#8217;ve got another modern browser making our websites look better (and capable of doing more) without requiring us to craft different code for different browsers.</p>
<p>(But feel free to kvetch about the challenge in getting XP users to upgrade to a modern browser. My opinion on that? Tell them to use <a title="Google Chrome" href="http://www.google.com/chrome" target="_blank">Chrome</a> or <a title="Opera" href="http://www.opera.com/" target="_blank">Opera</a>.)</p>
<h3>The Orange, Flaming Elephant In The Room</h3>
<p>I don&#8217;t, as a rule, use Internet Explorer as my daily browser. After all, I want the whole, real web, and historically it was not the best candidate for that. Now that Nine is out, I&#8217;ve found in the past couple days that my tolerance levels for my de facto browser, one Mr. <a title="Mozilla | Firefox" href="http://www.mozilla.com/" target="_blank">Firefox</a>, is suddenly waning.</p>
<p>Firefox is slow.</p>
<p><a title="CSSquirrel #84: Forest Browser Friends: The Great Race" href="http://squeee.org/c/84">Today&#8217;s comic</a> makes light of this sad, sad bit of information.</p>
<p>Additionally, when using some newer &#8220;HTML5&#8243; JS features (such as <a title="Local Storage - Dive Into HTML5" href="http://diveintohtml5.org/storage.html" target="_blank">localStorage</a>) I&#8217;ve found Firefox even locking up on what seems like a quick, trivial task for competitors like Chrome. And the old mainstay of my reason to keep Firefox, the plugins, is no longer as unique a feature as it was. I&#8217;ve been trying to stick it out until Firefox 4 is released, but I&#8217;m losing confidence rapidly in Mozilla&#8217;s formerly delicious love child. When using a laptop or trying to quickly load a page to show a friend a neat bit of code or a cute cat video, I&#8217;ve lost my patience with Firefox. I&#8217;ll fire up Chrome&#8230; or Heaven forfend, I&#8217;ve even used IE9 in the past day.</p>
<p>I&#8217;m not convinced that Internet Explorer&#8217;s plunge in its percentage of browser users is going to change yet, despite IE9. I do think, however, that if current trends continue then Firefox is going to find itself facing a plunge of its own while IE&#8217;s fortune improves. Of all the modern browsers out there it currently seems to be lagging the most.</p>
<p>That&#8217;s right, I said it. I think Firefox is lagging behind Internet Explorer now in terms of modernity.</p>
<p>It&#8217;s all well and good to support gradients and other CSS3 features. But right now with the blossoming trend of web apps and the general push to a web-based computer culture, speed is becoming the king of relevance in making a browser worth using. And at the moment, I&#8217;m not convinced Firefox 4 is improving enough to close the gap.</p>
<p>Nine isn&#8217;t going to be my browser of choice. It&#8217;ll take some time yet before Microsoft can convince me to get back to using the big blue e on a regular basis. But its dramatic improvement has made me strongly examine my current browser of choice. I hear Chrome has <a title="Firebug Lite for Google Chrome" href="https://chrome.google.com/extensions/detail/bmagokdooijbeehmkpknfglimnifench?hl=en" target="_blank">Firebug</a>.</p>
<p>Good show, Nine. Firefox, time to pony up.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2011/03/16/forest-browser-friends-the-great-race/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IE9 Early Look: It&#8217;s Not Perfect, But I&#8217;m Glad It&#8217;s Coming</title>
		<link>http://cssquirrel.com/blog/2009/11/18/ie9-early-look-its-not-perfect-but-im-glad-its-coming/</link>
		<comments>http://cssquirrel.com/blog/2009/11/18/ie9-early-look-its-not-perfect-but-im-glad-its-coming/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 21:48:15 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[dave shea]]></category>
		<category><![CDATA[dean hachamovitch]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=500</guid>
		<description><![CDATA[Dean &#8220;Good Luck Pronouncing It&#8221; Hachamovitch (who stars in the old, old CSSquirrel comic Passion of the Dean) made a post on the IEBlog today giving us an early look at IE9 and the improvements it&#8217;ll contain. These improvements contain (but are not limited to) improved CSS3 support, better-looking fonts, hardware acceleration, better standards support [...]]]></description>
			<content:encoded><![CDATA[<p>Dean &#8220;Good Luck Pronouncing It&#8221; Hachamovitch (who stars in the old, old CSSquirrel comic <a title="Link to CSSquirrel #2: Passion of the Dean" href="/comic/?comic=2">Passion of the Dean</a>) made a post on the IEBlog today giving us an <a title="Link to An Early Look at IE9 blog post" href="http://blogs.msdn.com/ie/archive/2009/11/18/an-early-look-at-ie9-for-developers.aspx" target="_blank">early look at IE9</a> and the improvements it&#8217;ll contain. These improvements contain (but are not limited to) improved CSS3 support, better-looking fonts, hardware acceleration, better standards support and faster performance. Woo!</p>
<p>But some, like Dave &#8220;<a title="Link to CSSquirrel #24: The Dangers of Intentional Vulnerability" href="/comic/?comic=24">Maximus</a>&#8221; Shea, aren&#8217;t impressed, as he makes clear <a title="Link to a tweet by Dave Shea" href="http://twitter.com/mezzoblue/statuses/5832144834" target="_blank">here</a>.</p>
<p>I get it. We&#8217;ve been hit in the face by Internet Explorer so many times that it&#8217;s impossible to think well of it. But the increasing speed at which they&#8217;ve started to bring out new versions, and the clear improvements of 8 over 7, have me convinced that what they&#8217;re doing is a good thing. Yes, there&#8217;s no mention of canvas support. Yes, some of these features were supported years ago elsewhere. But they&#8217;re trying hard to improve, and more importantly, they are improving.</p>
<p><img src="/images/iebots.png" alt="IE Bots" width="500" height="200" style="display:block;margin: 0 auto;" /></p>
<p>So, I for one am glad to see this announcement. It makes me happy. Also, I secretly hope that if the version numbers keep going up on IE, certain stodgy corps will be shamed into updating past IE6.</p>
<p>Hey, a guy can hope. Right?</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2009/11/18/ie9-early-look-its-not-perfect-but-im-glad-its-coming/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Accessibility: Take 2</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/</link>
		<comments>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 03:57:16 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[accesibility]]></category>
		<category><![CDATA[aria-describedby]]></category>
		<category><![CDATA[CAPTCHA]]></category>
		<category><![CDATA[henri sivonen]]></category>
		<category><![CDATA[john foliot]]></category>
		<category><![CDATA[laura carlson]]></category>
		<category><![CDATA[longdesc]]></category>
		<category><![CDATA[Stéphane Deschamps]]></category>
		<category><![CDATA[steven faulker]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433</guid>
		<description><![CDATA[As I first discussed here, and then officially announced here, I&#8217;ve been upgrading CSSquirrel with accessibility features to help make this site more accessible for the vision-impaired. I first considered the idea several months back, when John Foliot approached me with a code sample that I could use to give the comic an alternative long [...]]]></description>
			<content:encoded><![CDATA[<p>As I first discussed <a title="Link to CSSquirrel blog post: Squirrel in the Dark" href="/2009/08/31/comic-update-squirrel-in-the-dark/">here</a>, and then officially announced <a title="Link to CSSquirrel blog post: Testing Accessibility Feature: aria-describedby" href="/2009/09/05/testing-accessibility-feature-aria-describedby/">here</a>, I&#8217;ve been upgrading CSSquirrel with accessibility features to help make this site more accessible for the vision-impaired. I first considered the idea several months back, when <a title="Link to John Foliot's website" href="http://john.foliot.ca/">John Foliot</a> approached me with a code sample that I could use to give the comic an alternative long description for screen readers. I&#8217;ll admit that I didn&#8217;t act on it at the time, though, because it seemed like a low priority. How many blind people read comics?</p>
<p>I realized the mistake in my complacency when I received my first blog comment from a blind user <a title="Link to a comment on the CSSquirrel CAPTCHA" href="/2009/08/25/comic-update-boring-in-five-easy-steps/#comment-26842">here</a>, where he was testing his ability to post despite the CAPTCHA that was present. At that point I realized that if even one person was visiting my site and incapable of at least knowing what was happening in the comic, they were getting a severely degraded experience, which was a disservice on my part.</p>
<p>My growing awareness of how frustrating such a thing would be is borne out in my <a title="Link to CSSquirrel blog post: Squirrel in the Dark" href="http://www.cssquirrel.com/2009/08/31/comic-update-squirrel-in-the-dark/">Squirrel in the Dark</a> post. As a result of this, I went about adding an <strong>aria-describedby</strong> attribute to my comic&#8217;s image tag. Later, based on feedback from a JAWS-10 user and with another suggestion by John, I doubled up with the addition of the <strong>longdesc</strong> attribute to the image. In both cases, the value for the attributes is an URL for a separate transcript page.</p>
<p>Thinking all was well, I congratulated myself and went back to <a title="Link to CSSquirrel #36: The WHATWG Legion of Doom?" href="/comic/?comic=36">poking fun at the HTML5 process</a> and spent a lot of time drawing <a title="Link to CSSquirrel #35: the HTML5 Super Friends" href="/comic/?comic=35">people in spandex</a>.</p>
<p>Of course, it wasn&#8217;t that easy.</p>
<p>First, a new accessibility problem had reared its ugly head. When I built the site&#8217;s CAPTCHA, I had actually taken vision-impaired users into consideration and provided description text of each image to allow them to select the proper one for the CAPTCHA (mind you, not including the word that the CAPTCHA asked you to match with the image). However, when someone tabbed through the page&#8217;s links and fields, the tabbed indexing would go out of order, going through the other input fields for the comments at a different time than the CAPTCHA itself, making the whole affair confusing.</p>
<p>Secondly, I learned that the <strong>aria-describedby</strong> element isn&#8217;t meant to direct to other pages (which I think is a bit silly of a limitation, but I&#8217;m not an expert at these things), but rather should contain the <em>ID </em>of an element on the page containing a description. It&#8217;s quite a difference, and one I&#8217;ll admit I made by failing completely to do enough homework on the matter in advance.</p>
<p>I&#8217;d thank <a title="Link to Henri Sivonen's website" href="http://hsivonen.iki.fi/" target="_blank">Henri Sivonen</a> for his &#8220;<a title="Link to #whatwg irc chat log snippet including a discussion of the aria-describedby error at CSSquirrel" href="http://krijnhoetmer.nl/irc-logs/whatwg/20090915#l-1377" target="_blank">bug report</a>&#8221; on the <strong>aria-describedby</strong> issue, but he chose to use the issue to draw a comparison to the <a title="Link to the HTML5 Super Friends" href="http://www.zeldman.com/superfriends/" target="_blank">Super Friends</a>&#8216; list of <a title="Link to the HTML5 Super Friends' list of Concerns" href="http://www.zeldman.com/superfriends/guide/" target="_blank">concerns</a> (and its initial posting to a blog instead of the WHATWG mailing list) and neglected to mention it to me directly. So instead I&#8217;ll thank <a title="Link to Ten Questions for Laura Carlson" href="http://webstandardsgroup.org/features/laura-carlson.cfm" target="_blank">Laura Carlson</a> for drawing my attention to my error, <a title="Link to Arve Bersvendsen's website" href="http://virtuelvis.com/" target="_blank">Arve Bersvendsen</a> for sharing his opinions on alternate techniques, and <a title="Link to Steven Faulkner on Twitter" href="http://twitter.com/stevefaulkner" target="_blank">Steven Faulkner</a> for <a title="Link to a suggestion by Steven Faulkner on the W3C HTML mailing list on how to use aria-describedby to link to off-page content" href="http://lists.w3.org/Archives/Public/public-html/2009Sep/0592.html" target="_blank">suggesting a way</a> to use <strong>aria-describedby</strong> to link validly to off-page content. I know others contacted me about the error, but I&#8217;m sorry to say I don&#8217;t remember all the names at the moment.</p>
<p>My solution, therefore, was what Steven suggested in the W3C mailing list. The <strong>aria-describedby</strong> attribute on the image tag now has a value that is the ID of an anchor on the page. That anchor then links to the comic&#8217;s transcript page. The anchor is hidden by CSS to avoid distracting sighted users. You can examine a recent comic, like <a title="Link to CSSquirrel #35: the HTML5 Super Friends" href="/comic/?comic=35">this one</a> on the Super Friends, to see it in effect (if you&#8217;re on a normal browser you won&#8217;t notice much unless you view the page source).</p>
<p>The CAPTCHA&#8217;s messed up tabbing issue turned out to be an easy fix as well. <a title="Link to Stéphane Deschamps' website" href="http://www.nota-bene.org/" target="_blank">Stéphane Deschamps</a> pointed out in a <a title="Link to an accessibility comment in this blog" href="/2009/09/05/testing-accessibility-feature-aria-describedby/#comment-27170">comment</a> that there was tabindexes on the form&#8217;s fields, which was causing the tab order to go screwy. I didn&#8217;t know these existed, having failed to examine the blog software&#8217;s default fields very much. Now that he&#8217;s pointed it out, I&#8217;ve taken them off, hopefully making the CAPTCHA less burdensome.</p>
<p>As I&#8217;ve stated in the past, I&#8217;m a non-expert at pretty much everything that doesn&#8217;t involve vector squirrels. However, I have an appetite for absorbing as many web-related skills as possible to help better the web through direct effort or comic-related advocacy. One of these areas of the web that I realize that I need a great deal more knowledge about is accessibility, and it&#8217;s a deficit that I seem to share with almost every designer or developer I meet.</p>
<p>Having admitted my deficiency, I&#8217;d like feedback on this issue, if you have it. Does the updated <strong>aria-describedby</strong> technique for serving the transcript actually use the attribute properly? Is the CAPTCHA usable by vision-impaired visitors with approximately the same level of annoyance all people feel when they use a CAPTCHA? Is there another feature on the site that causes accessibility issues that I haven&#8217;t mentioned or considered?</p>
<p>To those who contact me with these problems, thank you. I&#8217;m in your debt.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Comic Update: This is not a Reference</title>
		<link>http://cssquirrel.com/blog/2009/07/13/comic-update-this-is-not-a-reference/</link>
		<comments>http://cssquirrel.com/blog/2009/07/13/comic-update-this-is-not-a-reference/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 15:06:02 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[René Magritte]]></category>
		<category><![CDATA[sitepoint]]></category>
		<category><![CDATA[this is not a pipe]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=360</guid>
		<description><![CDATA[[Update: The CSS3 Attribute Selectors article in the Reference was updated just prior to this post going live. So my ranting about that section is largely out-of-date and can be summed up now as "Took much longer than I'd anticipated".] When I was first hired by Mindfly in 2007 I was not what you&#8217;d call [...]]]></description>
			<content:encoded><![CDATA[<p>[<strong>Update:</strong> The CSS3 Attribute Selectors article in the Reference was updated just prior to this post going live. So my ranting about that section is largely out-of-date and can be summed up now as "Took much longer than I'd anticipated".]</p>
<p>When I was first hired by <a title="Link to Mindfly Website Design Studio" href="http://www.mindfly.com/" target="_blank">Mindfly</a> in 2007 I was not what you&#8217;d call &#8220;web standards aware&#8221;. Upon seeing the table-based layouts, font tags, and massive collection of inline-styles that stampeded through my pages like wild buffalo, grown men would gnash their teeth and wail in torment and mothers would hide their children.</p>
<p>It only took a few crying infants for me to realize something needed to change if I wanted to keep this career. My infovore nature led me to consume as much information on the topic I could muster, starting with Andy Clarke&#8217;s <a title="Link to the homepage of Transcending CSS by Andy Clarke" href="http://forabeautifulweb.com/buy/transcendingcss" target="_blank">Transcending CSS</a> and continuing through dozens of online tutorials and references. Learning the errors of my past, I spent a bit of time quietly taking my old sites out to the woods, instructing them to dig their own graves, then whacking them with a shovel before burying them for all time.</p>
<p>After the evidence had been destroyed, I went about trying to make compliant, pretty sites using the best practices in HTML and CSS. By 2008, I had friends who thought making website was the bee&#8217;s knees, but they didn&#8217;t know where to look for learning CSS, etc. At that point my bookmarks of handy sites had grown enormously, so I heartily recommended several.</p>
<p>One that I mentioned time and again was the <a title="Link to the Sitepoint CSS Reference" href="http://reference.sitepoint.com/css" target="_blank">Sitepoint CSS Reference</a>, which was (to my knowledge at the time) a very complete, useful reference to the wonderful world of CSS. It even included tasty tidbits about CSS3 support. The main reason I sent each person who asked to this reference was explained in Sitepoint&#8217;s <a title="Link to Introducing the Sitepoint CSS Reference!" href="http://www.sitepoint.com/blogs/2008/01/31/introducing-the-ultimate-css-reference/" target="_blank">announcement</a>:  <em>&#8220;&#8230;the reference contains a bunch of features that make it stand out from the pack — things like cross-browser compatibility charts and user feedback to ensure that it is <strong>accurate</strong>, <strong>up to date</strong>, and best-practice. If you’re building sites with CSS, this is a reference you’ll keep coming back to again and again.&#8221;</em></p>
<p>With the speed at which this industry changes, who wouldn&#8217;t want access to a constantly updated reference that even incorporated outside feedback?</p>
<p>There is a problem, unfortunately. As near as I can tell, the reference<strong> isn&#8217;t</strong> updating. Since its launch, it seems to be sitting still, failing to modernize its information as browsers march on. Every single browser on their compatibility list has had major updates since its launch, putting much of the CSS3 support information well out of date. Never mind that Google Chrome has been out for quite a bit of time now (as the Internet sees such things) and has no compatibility information present despite it&#8217;s higher browser share than Opera in most markets.</p>
<p>In a book, this situation is a necessary reality. Books, by their static nature, are out-of-date typically before they&#8217;ve even been published, requiring later editions, etc. But for a web-based reference, which claims specifically to have the benefit of staying up-to-date and incorporating user feedback, this isn&#8217;t terribly cool.</p>
<p>For me, the situation is exasperated by their promise to incorporate feedback (or even claiming to do so) when they (at least in situations I&#8217;ve experienced) clearly are not. To back my claim, I&#8217;d like like to direct you to my own experience I&#8217;ve had, which I&#8217;ll call  Exhibit A. If you examine the page on <a title="Link to Sitepoint Reference on CSS3 Attribute Selectors" href="http://reference.sitepoint.com/css/css3attributeselectors" target="_blank">CSS3 Attribute Selectors</a>, you&#8217;ll find that it erroneously claims that Internet Explorer 7 completely fails to support these little gems.</p>
<p>I&#8217;m no IE fan, but I can tell you my friends, that this is a falsehood. And because I was foolish enough to take that advice at face value (who doesn&#8217;t trust Sitepoint?) I created IE-specific workarounds in a project where I first included these selectors, workarounds which ended up costing me a decent chunk of time. It was only later that I decided the best experience is personal experience and I actually tried the selectors in IE7, only to discover that they work perfectly fine. I&#8217;d wasted time (translate that: money) fixing a nonexistent problem they claimed existed.</p>
<p>Not being the type to hoard information, I shared the fact that they were mistaken in a comment on May 2, 2008, complete with a link to a test page to confirm that I wasn&#8217;t full of hot air. (The old test page has disappeared, so you can see what I&#8217;m talking about if you check <a title="Link to test page" href="http://www.cssquirrel.com/testcases/attribute_tests.htm" target="_blank">this test page</a> in IE7). Eventually they marked that they&#8217;d incorporated my comment into the article&#8230; only they hadn&#8217;t. It still incorrectly stated IE7 support didn&#8217;t exist. Sometime much later (aka, this year), I commented in annoyance at the mistake again on Twitter. They responded multiple times over Twitter to me, asking for clarification (which I gave) and then promised to update their Reference (which they didn&#8217;t).</p>
<p>That was a couple months ago.</p>
<p><a title="Link to CSSquirrel #27: This is not a reference" href="/comic/?comic=27">Today&#8217;s comic shares my view on the so-called Reference</a>, albeit in a somewhat abstract sense. So let me make it clear: I don&#8217;t think the Reference is what they claim: a reference. Rather, much like René Magritte&#8217;s <a title="Link to Wikipedia Article on The Treachery of Images" href="http://en.wikipedia.org/wiki/This_is_not_a_pipe" target="_blank">unpipe</a> it is not what it appears, merely the image of it. The unreference, if you will, is something that claims authority and completeness but increasingly lacks both as time moves forward.</p>
<p>One erroneous page isn&#8217;t worth tearing down their entire reference. However, with a complete lack of modern CSS support information on every major browser, Sitepoint&#8217;s &#8220;up-to-date&#8221; CSS Reference has become largely useless as a source for web designers living and working in 2009.  I&#8217;m upset at this, because I sent literally everyone I knew with an interest in learning CSS to their site, saying &#8220;Hey, these guys know their stuff.&#8221;</p>
<p>Now&#8230; well, now I tell people to avoid it. I&#8217;ll repeat that for anyone reading: Don&#8217;t bother. They mean well, but they&#8217;ve failed to live up to their mandate of keeping updated. In March, when I&#8217;d commented (again) on my disgruntlement with the lack of updates, I received the following pair of tweets from <a title="Link to Kevin Yank" href="http://www.kevinyank.com/" target="_blank">Kevin Yank</a> (<a title="Link to Kevin Yank on Twitter" href="http://twitter.com/sentience" target="_blank">@sentience</a>).</p>
<p><a title="Link to a tweet by Kevin Yank" href="http://twitter.com/sentience/status/1466035763" target="_blank">April 6, 2009 4:19pm</a>: &#8220;<em><span class="status-body"><span class="entry-content">What erroneous compatibility info did you find? We are planning to refresh the Reference for the latest crop of browsers in <strong>May</strong>.</span></span></em>&#8221; (after which I gave a summary).</p>
<p><a title="Link to tweet by Kevin Yank" href="http://twitter.com/sentience/status/1466225107" target="_blank">April 6, 2009 4:50pm</a>: &#8220;<span class="status-body"><span class="entry-content"><em>Thanks! Will get that corrected ASAP.</em>&#8220;</span></span></p>
<p><span class="status-body"><span class="entry-content">It&#8217;s July now. I think we may have different definitions for &#8220;corrected&#8221; or &#8220;ASAP&#8221;.<br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2009/07/13/comic-update-this-is-not-a-reference/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Posted at Mindfly: Web Developer Weems and the Case of the Multiclass Bungler (AKA, IE6)</title>
		<link>http://cssquirrel.com/blog/2009/06/18/posted-at-mindfly-ie6-multiclass-bungler/</link>
		<comments>http://cssquirrel.com/blog/2009/06/18/posted-at-mindfly-ie6-multiclass-bungler/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:31:58 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[elsewhere]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[mindfly]]></category>
		<category><![CDATA[nicole sullivan]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=320</guid>
		<description><![CDATA[Nothing keeps you more humble in your industry than learning an important job-related detail, then discovering shortly thereafter that everyone else has known for years. For the past few months I&#8217;ve been experimenting with &#8220;OOP CSS&#8221;, taking advantage of mutliclassed elements to reduce stylesheet size and increase CSS reusability (after attending this presentation by Nicole [...]]]></description>
			<content:encoded><![CDATA[<p>Nothing keeps you more humble in your industry than learning an important job-related detail, then discovering shortly thereafter that everyone else has known for years. For the past few months I&#8217;ve been experimenting with &#8220;OOP CSS&#8221;, taking advantage of mutliclassed elements to reduce stylesheet size and increase CSS reusability (after attending <a title="Link to Nicole Sullivan's OOP CSS presentation at WDN" href="http://www.stubbornella.org/content/2009/03/23/object-oriented-css-video-on-ydn/" target="_blank">this presentation</a> by Nicole Sullivan at Web Directions North.) Within the past couple weeks, I found some major roadblocks to using this technique with IE6 when being incautious about how the rule descriptors are ordered: IE6 majorly bungles multiple-class descriptor support.</p>
<p>To get a better view of what I&#8217;m speaking about (assuming you&#8217;re not already familiar with it), go check out the post I wrote at Mindfly about this very issue: <a title="Link to Mindfly Post: Web Developer Weems and the Case of the Multiclass Bungler (AKA IE6)" href="http://mindfly.com/blog/post/2009/06/ie6-multiclass-bungler.aspx" target="_blank">Web Developer Weems and the Case of the Multiclass Bungler (AKA IE6)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2009/06/18/posted-at-mindfly-ie6-multiclass-bungler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comic Update: Opera&#8217;s Childish Antics</title>
		<link>http://cssquirrel.com/blog/2009/05/11/comic-update-operas-childish-antics/</link>
		<comments>http://cssquirrel.com/blog/2009/05/11/comic-update-operas-childish-antics/#comments</comments>
		<pubDate>Mon, 11 May 2009 16:30:38 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[Drama]]></category>
		<category><![CDATA[andy clarke]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[netscape]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=270</guid>
		<description><![CDATA[I don&#8217;t need to write too much about this particular topic, as I&#8217;ve ranted about it in the past, but I couldn&#8217;t help but notice Andy Clarke&#8217;s micro-rants on Twitter about Opera&#8217;s recent bad behavior towards Microsoft (see here, here, here, here, here and even here for some samples of his thoughts). I was hoping [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t need to write too much about this particular topic, as I&#8217;ve ranted about it <a title="Link to CSSquirrel: The Halls of Opera" href="http://www.cssquirrel.com/2008/05/18/the-halls-of-opera/" target="_blank">in</a> <a title="Link to CSSquirrel: Escaping Opera's SVGorilla" href="http://www.cssquirrel.com/2008/06/16/escaping-operas-svgorilla/" target="_blank">the</a> <a title="Link to CSSquirrel: Opera's Market Share Doesn't Justify Bad Behavior" href="http://www.cssquirrel.com/2008/08/04/why-operas-market-share-doesnt-justify-bad-behavior/" target="_blank">past</a>, but I couldn&#8217;t help but notice <a title="Link to For A Beautiful Web" href="http://www.forabeautifulweb.com/" target="_blank">Andy Clarke&#8217;s</a> micro-rants on Twitter about <a title="Link to Opera" href="http://www.opera.com/" target="_blank">Opera&#8217;s</a> recent <a title="Link to Computer World article" href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9132732" target="_blank">bad behavior</a> towards Microsoft (see <a title="Andy Clarke on Twitter" href="http://twitter.com/Malarkey/status/1745612004" target="_blank">here</a>, <a title="Link to Andy Clarke on Twitter" href="http://twitter.com/Malarkey/status/1749211431" target="_blank">here</a>, <a title="Link to Andy Clarke on Twitter" href="http://twitter.com/Malarkey/status/1749563069" target="_blank">here</a>, <a title="Link to Andy Clarke on Twitter" href="http://twitter.com/Malarkey/status/1749614252" target="_blank">here</a>, <a title="Link to Andy Clarke on Twitter" href="http://twitter.com/Malarkey/status/1749622436" target="_blank">here</a> and even <a title="Link to Andy Clarke on Twitter" href="http://twitter.com/Malarkey/status/1753713051" target="_blank">here</a> for some samples of his thoughts). I was hoping to see a blog post manifest from him that I could read while laughing deeply, perhaps even shooting milk from my nose. Alas, Andy&#8217;s better sense took hold and he did the smart thing and went and watched Star Trek.</p>
<p>I also saw <a title="Link to Star Trek movie site" href="http://www.startrekmovie.com/" target="_blank">Star Trek</a>. It was good. It was better than good. Go watch it, you&#8217;ll love it. I promise.</p>
<p>As it stands, I&#8217;ll take a swing or two in his place. First, let me direct you to <a title="Link to CSSquirrel Comic #17" href="/comic/?comic=17" target="_blank">today&#8217;s comic featuring Andy Clarke</a>, wherein a couple of cheap shots are made at Opera&#8217;s expense. Then, continue reading.</p>
<p>First, I&#8217;m aware that browser usage statistics are like a dark art, much akin to necromancy and astrology, where accuracy isn&#8217;t really achievable. But the fact is (and take a look at Wikipedia&#8217;s <a title="Link to Wikipedia article on usage share of web browsers" href="http://en.wikipedia.org/wiki/Usage_share_of_web_browsers" target="_blank">page on the topic</a>) that Opera according to some of these browser usage sources does in fact have less users than Netscape.</p>
<p>That&#8217;s right, there&#8217;s still people using <a title="Link to old Netscape Browser page" href="http://browser.netscape.com/" target="_blank">Netscape</a>. How scary is that? I wonder if they think grunge is alive and watch reruns of <a title="Link to Family Matters on Wikipedia" href="http://en.wikipedia.org/wiki/Family_Matters" target="_blank">Family Matters</a> while downloading websites on 14kbps modems. And just to reiterate, there&#8217;s more of these people (according to some sources) than there are people using Opera.</p>
<p>Beyond that, <a title="Link to Google Chrome" href="http://www.google.com/chrome" target="_blank">Google Chrome</a> is the new hot browser in town and has already exceeded Opera&#8217;s user base in less than a year. That&#8217;s right, less than a year.</p>
<p>Look, I&#8217;m not saying it&#8217;s the number of users that count. After all, IE6 is utter rubbish and it&#8217;s still being used by too many people out there. What I am saying is that instead of wasting your company&#8217;s public image whining about the fact that Microsoft is doing us all a favor and forcing IE8 updates over their update system, you could be spending time looking at your own browser and figuring out why among other things a browser that has been dragged along for a decade by AOL then finally shot in the head (aka, Netscape) still has more users than your product.</p>
<p>Instead of making absurd suggestions that your competition serve your product via their update service, maybe you could look at Google Chrome and devise how it so rapidly out-paced you in such a short period of time?</p>
<p>Microsoft&#8217;s browser, even its newest version, isn&#8217;t even close to the coolest browser on the market. I don&#8217;t like Internet Explorer, and I only use it to check website compatibility in my job. But I don&#8217;t use Opera either, and that&#8217;s because (among other reasons) it has thus far convinced me (and the rest of the world) that it&#8217;s not worth the effort of installing and using rather than Firefox, or Safari, or the other web standards-compliant browsers on the market. It&#8217;s enough to make me wonder why we consider Opera part of the Big Four (now the Big Five). At this rate, with even terminated browsers giving Opera a run for the money, should we expand that name to the Big Six?</p>
<p>Is Opera a good browser? Yes. If that&#8217;s not the reason that it&#8217;s being ignored, than what is? Perhaps a lack of add-on support. I&#8217;ve always felt that Opera&#8217;s too busy telling people how to surf the web, and not spending enough time figuring out the features people want. Firefox isn&#8217;t popular on accident.</p>
<p>But I&#8217;ll tell you the number one reason why <strong>I</strong> don&#8217;t use Opera. It&#8217;s because of the company&#8217;s public behavior with their legal actions and petulant whining. The rank-and-file employees are talented people creating a worthwhile (albeit, not standout) product. But the big shots on top cost the company their credibility every time they make a cheap, transparently spiteful shot at the current market leader.</p>
<p>And lest I let the others off the hook, shame on Mozilla and Google for getting involved with the EU nonsense. Focus on your products, not on begging the government to get people to install your browsers for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2009/05/11/comic-update-operas-childish-antics/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Comic Update: Madness? This is HTML5!</title>
		<link>http://cssquirrel.com/blog/2009/04/13/comic-update-madness-this-is-html5/</link>
		<comments>http://cssquirrel.com/blog/2009/04/13/comic-update-madness-this-is-html5/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 15:19:16 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[Drama]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ian hickson]]></category>
		<category><![CDATA[manu sporny]]></category>
		<category><![CDATA[rdfa]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=228</guid>
		<description><![CDATA[Warning: this post falls into diatribe territory. I strongly feel that important technologies should be determined by consensus and not closed circles, and I&#8217;m not convinced that this is currently the case of HTML5. I seriously doubt that Ian Hickson would ever kick Manu Sporny into a deep well (as today&#8217;s comic implies). For that [...]]]></description>
			<content:encoded><![CDATA[<p>Warning: this post falls into diatribe territory. I strongly feel that important technologies should be determined by consensus and not closed circles, and I&#8217;m not convinced that this is currently the case of HTML5.</p>
<p>I seriously doubt that Ian Hickson would ever kick <a title="Link to Manu Sporny's bio at Digital Bazaar" href="http://digitalbazaar.com/people/manu" target="_blank">Manu Sporny</a> into a deep well (<a title="Link to CSSquirrel Comic #13" href="/comic/?comic=13" target="_blank">as today&#8217;s comic implies</a>). For that matter, I&#8217;m not convinced he&#8217;d run around in only a cape, sandals and shorts, but I don&#8217;t know him as a person so I could be wrong on that point.</p>
<p>However, everything I&#8217;ve read, from the W3C&#8217;s mailing list archives, to blog posts by various people ranging from ARIA to RDFa, to Ian&#8217;s own words have convinced me that Hickson has fallen deep into a self-important gatekeeper mentality on the HTML5 spec, and anyone else&#8217;s opinions be damned. Although I will rant a bit on the topic, I&#8217;ll start by directing you to the following blog post/chronology by Sam Ruby that <a title="HTML Evolution by Sam Ruby" href="http://intertwingly.net/stories/2009/03/13/html5-evolution.html" target="_blank">discusses this</a> (albeit without the rhetoric I&#8217;d be more likely to fall into). The whole thing is a good read, but if you&#8217;re impatient you can jump to the end and check out his conclusion. He discusses the need for consensus over dictatorship in the open web again <a title="Link to HTML Reunification by Sam Ruby" href="http://intertwingly.net/blog/2009/04/08/HTML-Reunification" target="_blank">here</a> (I get the impression he discusses that a lot, this is just a sample. I also don&#8217;t think he uses the word &#8220;dictatorship.&#8221;)</p>
<p>It&#8217;s become clear to a good deal of people more involved in these circles than I that a<em> Not Invented Here</em> attitude has tainted the HTML5 group, as discussed by Jeremy Keith here in <a title="Link to Jeremy Keith's post Ariability" href="http://adactio.com/journal/1564?delicious-tag=html5" target="_blank">a post about ARIA and HTML5</a>. I&#8217;m guessing it&#8217;s an easy enough trap for any group of experts to fall into, but it still creates a situation where an otherwise open process becomes a closed loop. Case in point? Well, if ARIA isn&#8217;t enough for you, how about the attempts to get RDFa into the HTML5 spec?</p>
<p>RDFa has been facing a Hixie-manufactured road block for months now on inclusion into the HTML5 specification for what on the outside appears to be no better reason than its origination outside of his inner circle. Ian claims he&#8217;s seen insufficient use-cases and that he is &#8220;confused&#8221; by how RDFa is used, despite constant feedback by the RDFa proponents such as Manu Sporny providing both use cases and tutorials. Considering his technical expertise, I find the confusion claim by Hickson more than a bit perplexing. My own technical pedigree doesn&#8217;t come close to Ian&#8217;s, and yet I was able to successfully use valid RDFa syntax after less than a hour of reading the convenient <a title="Lin to RDFaWiki" href="http://rdfa.info/wiki/RDFa_Wiki" target="_blank">RDFaWiki</a>. Heck, if reading isn&#8217;t your strong point (which would be an unusual situation for a web professional) you can even watch videos they provide.</p>
<p>As near as I can tell, the only reason that he&#8217;d be &#8220;confused&#8221; by both the problems RDFa is designed to solve and how to implement it is because he wants to ensure that it doesn&#8217;t make it into the HTML5 spec, and he&#8217;s simply counting down the timer. Ian&#8217;s <a title="Handling People by Ian Hickson" href="http://ian.hixie.ch/bible/handling-people" target="_blank">guide to handling people</a> starts with Step 1: &#8220;There is No Situation&#8221; and concludes with Step 4: &#8220;Something could have been done, but it is too late.&#8221; Considering the stalemate for the past few months as he says repeatedly &#8220;There aren&#8217;t enough use-cases&#8221; or &#8220;I&#8217;m confused&#8221;, one could guess that he&#8217;s holding out until October, which according to his often <a title="Link to 2022 by Jeff Croft" href="http://jeffcroft.com/blog/2008/sep/11/two-thousand-twenty-two/" target="_blank">derided timetable</a> is when the Last Call Working Draft is supposed to occur.</p>
<p>Ultimately, though, the problem is more deeply routed than stubbornness. It seems, by all accounts, an unwillingness to play well with others. Quoted in a comment to Sam Ruby&#8217;s post <a title="Link to Sam Ruby's post &quot;Half Full&quot;" href="http://intertwingly.net/blog/2008/11/20/Half-Full" target="_blank">Half Full</a>, Ian said &#8220;<em>The HTML5 work isn’t using the traditional W3C approach, and will never use a consensus approach so long as I am editor. Consensus simply isn’t a good way to get technically solid specifications, and is in any case basically impossible to achieve in a group with hundreds of participants such as this one.</em>&#8221;</p>
<p>Someone with that mentality shouldn&#8217;t be allowed to steer the ship for a standard that will define how millions (if not billions) of web pages are made over the next few years. We&#8217;re all going to be impacted by HTML5, so even though we don&#8217;t need to all agree (an impossibility considering human nature) at least attempting a <a title="Link to consensus on definr.com" href="http://definr.com/consensus" target="_blank">consensus</a> of those involved is desirable. Even if I&#8217;m frustrated by glacial pace of CSS3 implementation, I prefer the W3C&#8217;s attempt at a participatory process to some sort of autocratic decision-making on how I&#8217;ll be coding for next few years.</p>
<p>For more views about the challenges of trying to be involved in the HTML5 process, peruse <a title="Link to Stop Justifying RDF and RDFa by Shelly Powers" href="http://realtech.burningbird.net/semantic-web/semantic-markup/stop-justifying-rdfa" target="_blank">these</a> <a title="Link to A battle of Beliefs by Shelly Powers" href="http://realtech.burningbird.net/web/page-markups/battle-beliefs-rdf-and-natural-language-processing-and-future-web" target="_blank">bits</a> about the RDFa/HTML5 conflict by Shelly Powers. Also, I reccomend checking out the advocacy of <strong>rev=&#8221;canonical&#8221;</strong> by Jeremy Keith <a title="Link to Shrtr by Jeremy Keith" href="http://adactio.com/journal/1566/" target="_blank">here</a> and <a title="Link to Revving Up by Jeremy Keith" href="http://adactio.com/journal/1568/" target="_blank">here</a>. These posts are notable because they illustrate issues with how the HTML5 group is impacting web development (without hitting the topic over the head as I&#8217;d be inclined to do) from the angle of an easy to state problem: the prevalence of URL shortening, the potential for link-rot, and a proposed solution that includes using <strong>rev</strong>, an attribute that the HTML5 WG has already decided to remove from the HTML5 spec.</p>
<p>What can be done? Well, you can do as Keith proposed for rev=&#8221;canonical&#8221;, and use it, validation be damned. If, for example, RDFa or ARIA is used enough by authors, then a time will come that no option will exist other than it be included in the spec. It&#8217;s a brute-force approach, but it&#8217;s a democratic one, which is far preferable to letting one Google employee decide what&#8217;s best for us.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2009/04/13/comic-update-madness-this-is-html5/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Word-Spacing and Inline-Block Incompatibility in Webkit Browsers</title>
		<link>http://cssquirrel.com/blog/2009/04/09/word-spacing-and-inline-block-incompatibility-in-webkit-browsers/</link>
		<comments>http://cssquirrel.com/blog/2009/04/09/word-spacing-and-inline-block-incompatibility-in-webkit-browsers/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 20:59:49 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[inline-block]]></category>
		<category><![CDATA[webkit]]></category>
		<category><![CDATA[word-spacing]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=223</guid>
		<description><![CDATA[This is a quick sanity check, if nothing else. A while back, I found a way to make my inline-block spacing issues go away by getting tricky and using word-spacing to remove the gap, as discussed and tested here. I failed to check the results in a webkit browser, though, and recently discovered a slight [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick sanity check, if nothing else.</p>
<p>A while back, I found a way to make my inline-block spacing issues go away by getting tricky and using word-spacing to remove the gap, as discussed and tested <a title="Link to Using Inline-Block and Word-Spacing to Make Columns Easier" href="http://www.cssquirrel.com/2009/03/23/using-inline-block-and-word-spacing-to-make-columns-easier/">here</a>. I failed to check the results in a webkit browser, though, and recently discovered a slight problem.</p>
<p>Mainly, they don&#8217;t support that.</p>
<p>For whatever reason, IE, Firefox and Opera all apply word-spacing styling to inline-blocks, either adding to or removing the whitespace between the elements depending on your style. Safari and Chrome, however, do not. Mind you, they both have whitespace between the elements. They simply don&#8217;t allow the use of word-spacing to modify that space.</p>
<p>Here&#8217;s an <a title="Link to CSS example on how word-spacing affects inline-blocks." href="http://www.cssquirrel.com/testcases/ibws_compatibility.htm" target="_blank">example page</a> showing the use of word-spacing with inline-blocks and normal sentances. Take a look in a webkit and non-webkit browser to notice the difference. (I didn&#8217;t bother to do IE 6&amp;7 correction, so those browsers won&#8217;t show the lists side-by-side. Upgrade your browser already!)</p>
<p>As you&#8217;ll see, the webkit browser isn&#8217;t removing the whitespace.</p>
<p>So, the question is this: Does the w3c spec say what behavior is supposed to occur? Is the webkit result a bug/out-of-spec, or are the other browsers providing a result that isn&#8217;t required by the spec? It seems to me that the non-webkit result is the proper one. If you&#8217;re going to make blocks behave like words with spacing, you should be able to modify them in the same fashion. But then, there&#8217;s a lot about CSS that doesn&#8217;t always work like you think it should. (point in case: vertical-align. Probably the worst style ever.)</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2009/04/09/word-spacing-and-inline-block-incompatibility-in-webkit-browsers/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

