<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Web Devout was dugg</title>
	<atom:link href="http://www.webdevout.net/tidings/2006/08/11/web-devout-was-dugg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevout.net/tidings/2006/08/11/web-devout-was-dugg/</link>
	<description>Updates on the march of progress. A weblog about web design, standards, web browsers, and the overall health of the Web.</description>
	<lastBuildDate>Wed, 14 Dec 2011 14:45:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Hammond</title>
		<link>http://www.webdevout.net/tidings/2006/08/11/web-devout-was-dugg/comment-page-1/#comment-1135</link>
		<dc:creator>David Hammond</dc:creator>
		<pubDate>Tue, 15 Aug 2006 02:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2006/08/11/web-devout-was-dugg/#comment-1135</guid>
		<description>Well, you did express that the way &quot;inherit&quot; and invalid property failure issues are included in the tables &quot;makes IE in particular look bad&quot;. But yes, I recognize that the Internet Explorer development team is now putting forth as much effort as can be expected from any development team of its size, and even my tables suggest that Internet Explorer is now making progress as fast as its competitors. If the practical benefits of the improvements are in fact underreported due to the way percentages are calculated (currently, features and bugs are not weighted based on real world importance), then it could be that IE7 has made somewhat more progress in CSS 2.1 support than its competition in the same length of time.

To be honest, in terms of practical improvements, I do think IE7 made somewhat more progress over IE6 than Firefox 1.5 did over Firefox 1.0. Here&#039;s a brief comparison of the improvements:

Firefox 1.5:

&lt;ul&gt;
&lt;li&gt;Counters (direct from no support to full support)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;cursor&lt;/code&gt; URLs&lt;/li&gt;
&lt;li&gt;Outlines (again, from no support to full support)&lt;/li&gt;
&lt;li&gt;Proper support for the &lt;code&gt;quotes&lt;/code&gt; property&lt;/li&gt;
&lt;li&gt;Various other improvements&lt;/li&gt;
&lt;/ul&gt;

Internet Explorer 7:

&lt;ul&gt;
&lt;li&gt;Fixed an &lt;code&gt;!important&lt;/code&gt; bug&lt;/li&gt;
&lt;li&gt;Much improved selector support (although selector parsing is still full of bugs)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;background-attachment: fixed&lt;/code&gt; on all elements&lt;/li&gt;
&lt;li&gt;&lt;code&gt;transparent&lt;/code&gt; border colors&lt;/li&gt;
&lt;li&gt;Fixed some float bugs, but added new ones&lt;/li&gt;
&lt;li&gt;Fixed some margin bugs&lt;/li&gt;
&lt;li&gt;&lt;code&gt;position: fixed&lt;/code&gt; support&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;width&lt;/code&gt;/&lt;code&gt;height&lt;/code&gt; support (still have some bugs)&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;min-height&lt;/code&gt;, &lt;code&gt;max-height&lt;/code&gt;, &lt;code&gt;min-width&lt;/code&gt;, &lt;code&gt;max-width&lt;/code&gt; (still have some bugs)&lt;/li&gt;
&lt;li&gt;Varous other improvements&lt;/li&gt;
&lt;/ul&gt;

Probably the main reason IE7&#039;s improvements don&#039;t show a higher percentage increase than Firefox 1.5&#039;s, and arguably a true-to-reality reason, is that most of the improved features still have a lot of bugs in them, so some values are simply &quot;less incomplete&quot; where I can&#039;t objectively break down the feature support into a percentage, and the newly supported features often jump from &quot;N&quot; to about 50% rather than straight to &quot;Y&quot; as, for example, Firefox 1.5&#039;s outline and counter support did.

In the real world, bugs in selectors, margins, and &lt;code&gt;width&lt;/code&gt;/&lt;code&gt;height&lt;/code&gt; have much more of an impact than &lt;code&gt;quotes&lt;/code&gt; and outlines, and so it can definitely be argued that Internet Explorer 7 improved at least somewhat more than Firefox 1.5 or Opera 9 did. That said, I don&#039;t think the progress is fast enough to be considered significantly catching up to Firefox and Opera, and even so, it seems that progress would naturally slow down as support starts to near 100% (as it is in Firefox and Opera) when the remaining bugs begin to deal only with relatively picky details here and there.

I squarely lay the blame for the current Internet Explorer problems on Microsoft&#039;s past actions, not your present actions. Internet Explorer is making progress, but it is currently so far behind that it seems IE won&#039;t likely catch up to the competition for at least several versions, if ever. Assuming Internet Explorer continues to have an influential market share for the foreseeable future, I can only hope that the situation continues to improve at a reasonable pace. As I have said before, I would love to see a ground-up rewrite of Trident focused around proper implementations of the standards.</description>
		<content:encoded><![CDATA[<p>Well, you did express that the way &#8220;inherit&#8221; and invalid property failure issues are included in the tables &#8220;makes <abbr title="Internet Explorer">IE</abbr> in particular look bad&#8221;. But yes, I recognize that the Internet Explorer development team is now putting forth as much effort as can be expected from any development team of its size, and even my tables suggest that Internet Explorer is now making progress as fast as its competitors. If the practical benefits of the improvements are in fact underreported due to the way percentages are calculated (currently, features and bugs are not weighted based on real world importance), then it could be that IE7 has made somewhat more progress in <abbr title="Cascading Style Sheets">CSS</abbr> 2.1 support than its competition in the same length of time.</p>
<p>To be honest, in terms of practical improvements, I do think IE7 made somewhat more progress over IE6 than Firefox 1.5 did over Firefox 1.0. Here&#8217;s a brief comparison of the improvements:</p>
<p>Firefox 1.5:</p>
<ul>
<li>Counters (direct from no support to full support)</li>
<li><code>cursor</code> URLs</li>
<li>Outlines (again, from no support to full support)</li>
<li>Proper support for the <code>quotes</code> property</li>
<li>Various other improvements</li>
</ul>
<p>Internet Explorer 7:</p>
<ul>
<li>Fixed an <code>!important</code> bug</li>
<li>Much improved selector support (although selector parsing is still full of bugs)</li>
<li><code>background-attachment: fixed</code> on all elements</li>
<li><code>transparent</code> border colors</li>
<li>Fixed some float bugs, but added new ones</li>
<li>Fixed some margin bugs</li>
<li><code>position: fixed</code> support</li>
<li>Improved <code>width</code>/<code>height</code> support (still have some bugs)</li>
<li>Added <code>min-height</code>, <code>max-height</code>, <code>min-width</code>, <code>max-width</code> (still have some bugs)</li>
<li>Varous other improvements</li>
</ul>
<p>Probably the main reason IE7&#8217;s improvements don&#8217;t show a higher percentage increase than Firefox 1.5&#8217;s, and arguably a true-to-reality reason, is that most of the improved features still have a lot of bugs in them, so some values are simply &#8220;less incomplete&#8221; where I can&#8217;t objectively break down the feature support into a percentage, and the newly supported features often jump from &#8220;N&#8221; to about 50% rather than straight to &#8220;Y&#8221; as, for example, Firefox 1.5&#8217;s outline and counter support did.</p>
<p>In the real world, bugs in selectors, margins, and <code>width</code>/<code>height</code> have much more of an impact than <code>quotes</code> and outlines, and so it can definitely be argued that Internet Explorer 7 improved at least somewhat more than Firefox 1.5 or Opera 9 did. That said, I don&#8217;t think the progress is fast enough to be considered significantly catching up to Firefox and Opera, and even so, it seems that progress would naturally slow down as support starts to near 100% (as it is in Firefox and Opera) when the remaining bugs begin to deal only with relatively picky details here and there.</p>
<p>I squarely lay the blame for the current Internet Explorer problems on Microsoft&#8217;s past actions, not your present actions. Internet Explorer is making progress, but it is currently so far behind that it seems IE won&#8217;t likely catch up to the competition for at least several versions, if ever. Assuming Internet Explorer continues to have an influential market share for the foreseeable future, I can only hope that the situation continues to improve at a reasonable pace. As I have said before, I would love to see a ground-up rewrite of Trident focused around proper implementations of the standards.</p>
<p class="postdetails"><em>Posted using Mozilla Firefox 1.5.0.6 on Linux.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Wilson</title>
		<link>http://www.webdevout.net/tidings/2006/08/11/web-devout-was-dugg/comment-page-1/#comment-1134</link>
		<dc:creator>Chris Wilson</dc:creator>
		<pubDate>Mon, 14 Aug 2006 18:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2006/08/11/web-devout-was-dugg/#comment-1134</guid>
		<description>David, I want to be clear that I was not intending to criticize the structure of your tests; I was stating that I don&#039;t believe your test suite accurately portrays the improvement in standards support in IE7, and that was being picked up the community as proof that MS isn&#039;t interested in improving standards in IE (when nothing could be further than the truth).</description>
		<content:encoded><![CDATA[<p>David, I want to be clear that I was not intending to criticize the structure of your tests; I was stating that I don&#8217;t believe your test suite accurately portrays the improvement in standards support in IE7, and that was being picked up the community as proof that <abbr title="Microsoft">MS</abbr> isn&#8217;t interested in improving standards in <abbr title="Internet Explorer">IE</abbr> (when nothing could be further than the truth).</p>
<p class="postdetails"><em>Posted using Flock 0.7.4.1 on Windows.</em></p>
]]></content:encoded>
	</item>
</channel>
</rss>
