<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.1" -->
<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/"
	>

<channel>
	<title>Web Devout tidings</title>
	<link>http://www.webdevout.net/tidings</link>
	<description>Updates on the march of progress. A weblog about web design, standards, web browsers, and the overall health of the Web.</description>
	<pubDate>Tue, 09 Sep 2008 16:03:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>
	<language>en</language>
			<item>
		<title>IE 8 and vendor prefixes</title>
		<link>http://www.webdevout.net/tidings/2008/09/09/ie-8-and-vendor-prefixes/</link>
		<comments>http://www.webdevout.net/tidings/2008/09/09/ie-8-and-vendor-prefixes/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 15:35:51 +0000</pubDate>
		<dc:creator>David Hammond</dc:creator>
		
	<category>Web design theory</category>
	<category>Browsers</category>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2008/09/09/ie-8-and-vendor-prefixes/</guid>
		<description><![CDATA[I haven&#8217;t been posting much lately, since I&#8217;ve been focusing on actually getting things done, but I wanted to point out what I think is a very good decision from Microsoft that seems to show they&#8217;re really serious about standards.
Historically, CSS property vendor prefixes (-moz-, -o-, -khtml-, -ms-, &#8230;) have generally been used for properties [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t been posting much lately, since I&#8217;ve been focusing on actually getting things done, but I wanted to point out what I think is a very good decision from Microsoft that seems to show they&#8217;re really serious about standards.</p>
<p>Historically, <abbr title="Cascading Style Sheets">CSS</abbr> property vendor prefixes (<code>-moz-</code>, <code>-o-</code>, <code>-khtml-</code>, <code>-ms-</code>, &#8230;) have generally been used for properties that either aren&#8217;t part of a current CSS standard or are part of a current standard but only have experimental support by the browser. But most browsers have made exceptions to these rules depending on how common the non-prefixed versions are on the Web.</p>
<p>Microsoft has announced that they are taking a clear-cut approach to this topic and <a href="http://blogs.msdn.com/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx">will always follow these convention rules</a>. In Internet Explorer 8, webpages invoking the best standards mode (default) will be required to add an <code>-ms-</code> prefix to vendor-specific properties like <code>filter</code>, <code>scrollbar-base-color</code>, and <code>zoom</code>, as well as non-finalized CSS 3 features like <code>background-position-x</code>, <code>overflow-x</code>, and <code>word-wrap</code>.</p>
<p>Microsoft claims that every CSS 2.1 property will be considered supported, so no CSS 2.1 property will require a vendor prefix.</p>
<p>Now, here&#8217;s why I think this decision is so significant: Asking a browser to always follow the vendor prefix conventions is a picky request. An unreasonable request, some might say. I&#8217;ve argued about this subject a number of times in the past, and I&#8217;m usually dismissed as a silly idealist for wanting browsers to deliberately break support for current websites just to follow a convention with fairly hard-to-see benefits.</p>
<p>Most people don&#8217;t know or care that breaking the convention introduces possible complications for the development of future standards. They just want to see the &#8220;Passed Validation!&#8221; message in CSS 3 mode. They&#8217;re more concerned with the short term issues of getting all the lights to turn green than the long term issues of the growth and stability of sound web standards.</p>
<p>Microsoft&#8217;s decision makes some short-term sacrifices for the interest of the long term health of the Web, and it&#8217;s on an issue that even many standards advocates would consider picky. Well, I for one am thrilled to see Microsoft getting &#8220;picky&#8221; about the quality of their standards support.</p>
<p><ins datetime="2008-09-09T15:42:09+00:00" title="September 9th, 2008 at 15:42 UTC">Update 2008-09-09:</ins> I should clarify that the non-prefixed properties that were supported in <abbr title="Internet Explorer">IE</abbr> 7 will continue to be supported in IE 8, with or without the prefix. But Microsoft considers the non-prefixed versions deprecated, and they may be removed in a future version.</p>
<p>The exception is the <code>filter</code> property, which will not work in IE 8 standards mode without the prefix. This is because the original <code>filter</code> syntax didn&#8217;t comply with CSS&#8217;s grammar rules and will thus be ignored in IE 8&#8217;s improved CSS parser. If you have to continue using the <code>filter</code> property, you need to include the prefix and put quotes around the property value. For compatibility with older versions of IE, you&#8217;ll need to write the filter both ways.
</p>]]></content:encoded>
			<wfw:commentRSS>http://www.webdevout.net/tidings/2008/09/09/ie-8-and-vendor-prefixes/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Don&#8217;t believe everything the Validator tells you</title>
		<link>http://www.webdevout.net/tidings/2008/06/22/dont-believe-everything-the-validator-tells-you/</link>
		<comments>http://www.webdevout.net/tidings/2008/06/22/dont-believe-everything-the-validator-tells-you/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 17:37:24 +0000</pubDate>
		<dc:creator>David Hammond</dc:creator>
		
	<category>Web Devout</category>
	<category>Web design theory</category>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2008/06/22/dont-believe-everything-the-validator-tells-you/</guid>
		<description><![CDATA[The W3C Markup Validator is an excellent tool. If you&#8217;re a serious web developer, using the Validator is probably a routine by now. It&#8217;s also very reliable when it says you have an error. However, there are plenty of cases where the Validator will say a page is valid even though it doesn&#8217;t actually comply [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://validator.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr> Markup Validator</a> is an excellent tool. If you&#8217;re a serious web developer, using the Validator is probably a routine by now. It&#8217;s also very reliable when it says you have an error. However, there are plenty of cases where the Validator will say a page is valid even though it doesn&#8217;t actually comply with the <abbr title="HyperText Markup Language">HTML</abbr> or <abbr title="eXtensible HyperText Markup Language">XHTML</abbr> standard.</p>
<p>The Validator pretty much assesses two levels of compliance: it makes sure that your document is parseable using either an <abbr title="Standard Generalized Markup Language">SGML</abbr> parser (for HTML) or an <abbr title="eXtensible Markup Language">XML</abbr> parser (for XHTML), and then it checks your document&#8217;s compliance with the <abbr title="Document Type Definition">DTD</abbr> specified by the doctype declaration.</p>
<p>However, the HTML and XHTML specifications demand additional restrictions that aren&#8217;t part of the DTD. For example, many values are specified as &#8220;number&#8221; values, even though in the DTD they are ultimately just CDATA, which can contain text. XHTML further limits the Validator due to the fact that XML DTDs aren&#8217;t as expressive as other DTDs and are unable to tell the Validator that, for example, form elements cannot be descendants of other form elements.</p>
<p>Here are a few test cases having fun with non-compliant but &#8220;valid&#8221; markup:</p>
<ul>
<li><a href="http://www.webdevout.net/testcases/valid-but-wrong/html.php">HTML version</a></li>
<li><a href="http://www.webdevout.net/testcases/valid-but-wrong/xhtml.php">XHTML version</a></li>
<li><a href="http://www.webdevout.net/testcases/valid-but-wrong/html-div.php">HTML div version</a></li>
<li><a href="http://www.webdevout.net/testcases/valid-but-wrong/xhtml-div.php">XHTML div version</a></li>
</ul>]]></content:encoded>
			<wfw:commentRSS>http://www.webdevout.net/tidings/2008/06/22/dont-believe-everything-the-validator-tells-you/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Firefox 3 CSS and HTML support information available</title>
		<link>http://www.webdevout.net/tidings/2008/06/16/firefox-3-css-and-html-support-information-available/</link>
		<comments>http://www.webdevout.net/tidings/2008/06/16/firefox-3-css-and-html-support-information-available/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 21:36:58 +0000</pubDate>
		<dc:creator>David Hammond</dc:creator>
		
	<category>Standards support</category>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2008/06/16/firefox-3-css-and-html-support-information-available/</guid>
		<description><![CDATA[You can check it out here: Standards support information with Firefox 3.
In terms of the percentages, the improvements aren&#8217;t staggering. However, we now have access to display:inline-block, display:inline-table, more properties on generated content, white-space: pre-wrap, and negative z-index values, which are very welcome additions.
Some of the CSS improvements were parts of CSS 3 specifications that [...]]]></description>
			<content:encoded><![CDATA[<p>You can check it out here: <a href="http://www.webdevout.net/browser-support?uas=IE7-FX2-FX3-OP9">Standards support information with Firefox 3</a>.</p>
<p>In terms of the percentages, the improvements aren&#8217;t staggering. However, we now have access to <code>display:inline-block</code>, <code>display:inline-table</code>, more properties on generated content, <code>white-space: pre-wrap</code>, and negative <code>z-index</code> values, which are very welcome additions.</p>
<p>Some of the <abbr title="Cascading Style Sheets">CSS</abbr> improvements were parts of CSS 3 specifications that haven&#8217;t yet reached Candidate Recommendation status, so those improvements will not yet be listed in my tables. Some other features, such as most of the CSS 3 pseudo-classes, are nearing completion and will be rolled into Firefox 3.1, planned for release by the end of the year. I&#8217;ll provide a separate column for that.</p>
<p>I didn&#8217;t see any changes in the areas of <abbr title="HyperText Markup Language">HTML</abbr> my tables cover. There were plenty of improvements in HTML 5 support, but that isn&#8217;t a Candidate Recommendation yet and thus isn&#8217;t listed in my tables. One noteworthy addition to HTML 4.01 is the support for <code>&amp;shy;</code> which allows you to control word hyphenation at line breaks. My tables currently don&#8217;t cover all of the entities.</p>
<p><acronym title="Document Object Model">DOM</acronym> support information and Opera 9.5 information are on the horizon.</p>
<p><ins datetime="2008-06-17T03:10:48+00:00" title="June 17th, 2008 at 03:10 UTC">Update:</ins> I forgot to mention that there were some improvements in the HTML <code>title</code> attribute so that newlines and such are handled more consistently with the <abbr title="Standard Generalized Markup Language">SGML</abbr> standard. Unfortunately, Firefox doesn&#8217;t yet interpret newline character references as line breaks in the content.</p>
<p>See, when a user agent is parsing an SGML attribute value, it&#8217;s supposed to first collapse the whitespace following a certain algorithm, and then the character references get converted to their respective characters, which are placed in the final interpreted value as-is. So whitespace characters that are represented by character references should never be collapsed or converted to simple spaces. The referenced whitespace characters are considered part of the value itself.</p>
<p>Not only does Firefox not display the referenced newlines in the tooltips, but it actually displays nothing, as if the character reference were never there. Interestingly, if you right-click the element and click on Properties, it displays the <code>title</code> value as if the referenced newlines were replaced with spaces. No matter which way you look at it, Firefox isn&#8217;t doing what it should be doing.</p>
<p>An argument <em>could</em> be made for granting the user agent the right to collapse whitespace into a single space for its own reasons (for instance, if the value is being displayed in the status bar where you only have one line to work with). However, I can&#8217;t think of any excuse for collapsing it to <em>nothing</em>. As much as I&#8217;d like to see Firefox get a &#8220;Y&#8221; on all of those &#8220;(Core attributes)&#8221; rows, it just didn&#8217;t quite get there yet.</p>
<p><ins datetime="2008-06-22T14:40:41+00:00" title="June 22nd, 2008 at 14:40 UTC">Update 2:</ins> To clarify, it appears that in the tooltips, newline references are being stripped out and carriage return references are being converted to spaces, which means they are being converted to their respective characters before the whitespace collapsing is applied. The HTML 4.01 spec isn&#8217;t very clear about this, but it&#8217;s assumed to inherit the attribute normalization rules from the SGML standard.
</p>]]></content:encoded>
			<wfw:commentRSS>http://www.webdevout.net/tidings/2008/06/16/firefox-3-css-and-html-support-information-available/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>California fires</title>
		<link>http://www.webdevout.net/tidings/2008/06/14/california-fires/</link>
		<comments>http://www.webdevout.net/tidings/2008/06/14/california-fires/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 02:23:36 +0000</pubDate>
		<dc:creator>David Hammond</dc:creator>
		
	<category>Web Devout</category>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2008/06/14/california-fires/</guid>
		<description><![CDATA[If you haven&#8217;t heard, there have been several large wildfires in California this week. Governor Schwarzenegger declared a state of emergency in Butte County where several independently-started wildfires have destroyed homes and forced thousands of people to evacuate. There&#8217;s currently no evidence of malice, just a mix of unusually low humidity, high temperatures, and high [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t heard, there have been several large wildfires in California this week. Governor Schwarzenegger declared a state of emergency in Butte County where several independently-started wildfires have destroyed homes and forced thousands of people to evacuate. There&#8217;s currently no evidence of malice, just a mix of unusually low humidity, high temperatures, and high winds for this time of year.</p>
<p>The largest wildfire in the area, called the Humboldt fire, made its way to the Butte College campus where the Web Devout server is located, eventually nearly surrounding the campus. Luckily, the firefighters had set up Butte College as their main base of operations, utilizing the campus&#8217; firefighter training facilities and the wide open land that easily fit several hundred firefighters and engines from across the state. They also used the bulldozers on site to clear the dry grass in the margin between the college and the fire. Their efforts seem to have been a success: the fire is now receding from the campus, and none of the facilities were damaged.</p>
<p>The worst we suffered was a power outage at 3:35 PM Thursday when a couple of transformers blew. The electric company had restored power by the next morning. The Web Devout site was down during this time.</p>
<p>See the <a href="http://ap.google.com/article/ALeqM5gwSSrT7-LciDlr1tYmyE9e19oX9QD918V0080">Associated Press article</a> for more information about the fires.
</p>]]></content:encoded>
			<wfw:commentRSS>http://www.webdevout.net/tidings/2008/06/14/california-fires/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Opera 9.5 released</title>
		<link>http://www.webdevout.net/tidings/2008/06/12/opera-95-released/</link>
		<comments>http://www.webdevout.net/tidings/2008/06/12/opera-95-released/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 12:52:32 +0000</pubDate>
		<dc:creator>David Hammond</dc:creator>
		
	<category>Browser releases</category>
	<category>Standards support</category>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2008/06/12/opera-95-released/</guid>
		<description><![CDATA[Yes, I know. I&#8217;ll be testing its standards support, too. Firefox 3 will be released this coming Tuesday, the 17th. I won&#8217;t have the standards support information done yet for either browser, but I hope to finish the CSS sections this weekend and put that up by Tuesday.
]]></description>
			<content:encoded><![CDATA[<p>Yes, I know. I&#8217;ll be testing its standards support, too. Firefox 3 will be released this coming Tuesday, the 17th. I won&#8217;t have the standards support information done yet for either browser, but I hope to finish the <abbr title="Cascading Style Sheets">CSS</abbr> sections this weekend and put that up by Tuesday.
</p>]]></content:encoded>
			<wfw:commentRSS>http://www.webdevout.net/tidings/2008/06/12/opera-95-released/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
