<?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: IE 8 CSS 2.1 support results</title>
	<atom:link href="http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/</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: Vincent</title>
		<link>http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/comment-page-1/#comment-4171</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Mon, 27 Apr 2009 04:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/#comment-4171</guid>
		<description>The CSS property &lt;i&gt;font-weight&lt;/i&gt; doesn&#039;t apply to  in IE7 or 8. Maybe there are other properties that don&#039;t apply...</description>
		<content:encoded><![CDATA[<p>The <abbr title="Cascading Style Sheets">CSS</abbr> property <i>font-weight</i> doesn&#8217;t apply to  in IE7 or 8. Maybe there are other properties that don&#8217;t apply&#8230;</p>
<p class="postdetails"><em>Posted using Internet Explorer (Windows) 8.0 on Windows.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GÃ©rard Talbot</title>
		<link>http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/comment-page-1/#comment-4169</link>
		<dc:creator>GÃ©rard Talbot</dc:creator>
		<pubDate>Fri, 24 Apr 2009 06:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/#comment-4169</guid>
		<description>David,

12- Inaccurate CSS parsing of cursor: url() declarations
 Testcase and bug report accessible from
 http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug201

13- Styling list-style-image with universal selector will &lt;b&gt;CRASH the IE 8 application&lt;/b&gt;
 Testcase and bug report accessible from
http://idreamincode.co.uk/wp-content/uploads/2008/IE8Bugs/final-release/list-style-image.html

There are &lt;em&gt;obviously&lt;/em&gt; still quite a number of issues with CSS 2.1 in IE 8 that we don&#039;t see or don&#039;t get in other browsers.

regards, GÃ©rard</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>12- Inaccurate <abbr title="Cascading Style Sheets">CSS</abbr> parsing of cursor: <abbr title="Uniform Resource Locator">url</abbr>() declarations<br />
 Testcase and bug report accessible from<br />
 <a href="http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug201" rel="nofollow"><abbr title="HyperText Transfer Protocol">http</abbr>://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug201</a></p>
<p>13- Styling list-style-image with universal selector will <b>CRASH the <abbr title="Internet Explorer">IE</abbr> 8 application</b><br />
 Testcase and bug report accessible from<br />
<a href="http://idreamincode.co.uk/wp-content/uploads/2008/IE8Bugs/final-release/list-style-image.html" rel="nofollow">http://idreamincode.co.uk/wp-content/uploads/2008/IE8Bugs/final-release/list-style-image.<abbr title="HyperText Markup Language">html</abbr></a></p>
<p>There are <em>obviously</em> still quite a number of issues with CSS 2.1 in IE 8 that we don&#8217;t see or don&#8217;t get in other browsers.</p>
<p>regards, GÃ©rard</p>
<p class="postdetails"><em>Posted using Konqueror 4.2.0 on Windows.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hammond</title>
		<link>http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/comment-page-1/#comment-4168</link>
		<dc:creator>David Hammond</dc:creator>
		<pubDate>Mon, 20 Apr 2009 16:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/#comment-4168</guid>
		<description>Alexander: That isn&#039;t really a bug. IE is recognizing that the HTML DTD defines a default value for the &lt;code&gt;colspan&lt;/code&gt; and &lt;code&gt;rowspan&lt;/code&gt; attributes. As per the CSS 2.1 spec, the attribute selectors match against the attributes in the document tree, which should include these default values. Other browsers don&#039;t do this, but the CSS 2.1 spec says browsers aren&#039;t required to take into account default values from external DTDs.

GÃ©rard Talbot: Thanks for all of the feedback. I&#039;ll look into those issues.</description>
		<content:encoded><![CDATA[<p>Alexander: That isn&#8217;t really a bug. <abbr title="Internet Explorer">IE</abbr> is recognizing that the <abbr title="HyperText Markup Language">HTML</abbr> <abbr title="Document Type Definition">DTD</abbr> defines a default value for the <code>colspan</code> and <code>rowspan</code> attributes. As per the <abbr title="Cascading Style Sheets">CSS</abbr> 2.1 spec, the attribute selectors match against the attributes in the document tree, which should include these default values. Other browsers don&#8217;t do this, but the CSS 2.1 spec says browsers aren&#8217;t required to take into account default values from external DTDs.</p>
<p>GÃ©rard Talbot: Thanks for all of the feedback. I&#8217;ll look into those issues.</p>
<p class="postdetails"><em>Posted using Mozilla Firefox 3.0.8 on Linux.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GÃ©rard Talbot</title>
		<link>http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/comment-page-1/#comment-4163</link>
		<dc:creator>GÃ©rard Talbot</dc:creator>
		<pubDate>Wed, 25 Mar 2009 20:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/#comment-4163</guid>
		<description>David,

You gave a green Yes to vertical-align: middle for IE 7 but, in all fairness, it should be a No since &lt;b&gt;in IE 7, vertical-align: middle always return an inaccurate value due to an incorrect implementation&lt;/b&gt;. Many web authors, backed with carefully crafted testcases, claim and state this.

Your score/evaluation system is also questionable, I must say. You say 

&lt;blockquote cite=&quot;http://www.webdevout.net/browser-support#interpret&quot;&gt;

&quot;
For consistency reasons, it [a tested, evaluated feature] will receive an I [&lt;em&gt;meaning incomplete support...&lt;/em&gt; &#039;Incomplete (I) support for a feature is calculated as a 50% support&#039;!] &lt;em&gt;even if the feature never performs a correct task or always returns an incorrect value&lt;/em&gt;, as long as the browser shows that it recognizes the feature and attempts to utilize it.
&quot;

&lt;/blockquote&gt;

Wow... If a tested feature never performs the correct task or always returns an incorrect value, it can nevertheless get a 50% support score in your evaluation system. I hope you will agree with me when saying that such system is not ideal, not perfect and not accurate.

In my opinion, &lt;strong&gt;vertical-align property in IE 7 is so buggy that it should get an N for several of its vertical-align values&lt;/strong&gt;.

In IE 7, &lt;a href=&quot;http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/VerticalAlignSubBug.html&quot;&gt;vertical-align: sub is rendered as vertical-align: super&lt;/a&gt; !

In IE 7, vertical-align: bottom receives an I (incomplete support, which still get a 50% support score nevertheless) in your CSS support table because, according to you, it is &quot;treated as text-top&quot;.

regards, GÃ©rard</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>You gave a green Yes to vertical-align: middle for <abbr title="Internet Explorer">IE</abbr> 7 but, in all fairness, it should be a No since <b>in IE 7, vertical-align: middle always return an inaccurate value due to an incorrect implementation</b>. Many web authors, backed with carefully crafted testcases, claim and state this.</p>
<p>Your score/evaluation system is also questionable, I must say. You say </p>
<blockquote cite="http://www.webdevout.net/browser-support#interpret">
<p>&#8221;<br />
For consistency reasons, it [a tested, evaluated feature] will receive an I [<em>meaning incomplete support...</em> 'Incomplete (I) support for a feature is calculated as a 50% support'!] <em>even if the feature never performs a correct task or always returns an incorrect value</em>, as long as the browser shows that it recognizes the feature and attempts to utilize it.<br />
&#8221;</p>
</blockquote>
<p>Wow&#8230; If a tested feature never performs the correct task or always returns an incorrect value, it can nevertheless get a 50% support score in your evaluation system. I hope you will agree with me when saying that such system is not ideal, not perfect and not accurate.</p>
<p>In my opinion, <strong>vertical-align property in IE 7 is so buggy that it should get an N for several of its vertical-align values</strong>.</p>
<p>In IE 7, <a href="http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/VerticalAlignSubBug.html">vertical-align: sub is rendered as vertical-align: super</a> !</p>
<p>In IE 7, vertical-align: bottom receives an I (incomplete support, which still get a 50% support score nevertheless) in your <abbr title="Cascading Style Sheets">CSS</abbr> support table because, according to you, it is &#8220;treated as text-top&#8221;.</p>
<p>regards, GÃ©rard</p>
<p class="postdetails"><em>Posted using Mozilla Firefox 3.0.7 on Windows.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GÃ©rard Talbot</title>
		<link>http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/comment-page-1/#comment-4161</link>
		<dc:creator>GÃ©rard Talbot</dc:creator>
		<pubDate>Tue, 24 Mar 2009 01:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/#comment-4161</guid>
		<description>11- Inherited margin with inherit keyword: the computed parent&#039;s value is not inherited in IE 8:
http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug81

regards, GÃ©rard</description>
		<content:encoded><![CDATA[<p>11- Inherited margin with inherit keyword: the computed parent&#8217;s value is not inherited in <abbr title="Internet Explorer">IE</abbr> 8:<br />
<a href="http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug81" rel="nofollow"><abbr title="HyperText Transfer Protocol">http</abbr>://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug81</a></p>
<p>regards, GÃ©rard</p>
<p class="postdetails"><em>Posted using Mozilla Firefox 3.0.7 on Windows.</em></p>
]]></content:encoded>
	</item>
</channel>
</rss>
