<?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: WebKit Fixes in Safari 2.0.2 / Mac OS X 10.4.3</title>
	<atom:link href="http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/feed/" rel="self" type="application/rss+xml" />
	<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/</link>
	<description>All about WebKit development</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:00:28 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Web 2.0  &#187; Blog Archives   &#187; TheCounter.com: OS Stats</title>
		<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/comment-page-1/#comment-17670</link>
		<dc:creator>Web 2.0  &#187; Blog Archives   &#187; TheCounter.com: OS Stats</dc:creator>
		<pubDate>Sat, 03 Feb 2007 06:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=32#comment-17670</guid>
		<description>[...] f you manage a web site, need to send a file to a friend    Surfin    Safari - Blog Archive    WebKit Fixes in Safari 2.0.2 / Mac   Added support for multipart/x-mixed-replace [...]</description>
		<content:encoded><![CDATA[<p>[...] f you manage a web site, need to send a file to a friend    Surfin    Safari &#8211; Blog Archive    WebKit Fixes in Safari 2.0.2 / Mac   Added support for multipart/x-mixed-replace [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Top OS X Apps   at  andrew.hamann</title>
		<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/comment-page-1/#comment-546</link>
		<dc:creator>My Top OS X Apps   at  andrew.hamann</dc:creator>
		<pubDate>Fri, 23 Dec 2005 01:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=32#comment-546</guid>
		<description>[...] /www.apple.com/safari/&quot;&gt; Safari  	Safari is fast, nimble, efficient, and, most of all, compliant. What more could you want? Honorable Mention - OmniWeb 5 	And because I am in an especially goo [...]</description>
		<content:encoded><![CDATA[<p>[...] /www.apple.com/safari/&#8221;&gt; Safari  	Safari is fast, nimble, efficient, and, most of all, compliant. What more could you want? Honorable Mention &#8211; OmniWeb 5 	And because I am in an especially goo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hardcoreUFO</title>
		<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/comment-page-1/#comment-369</link>
		<dc:creator>hardcoreUFO</dc:creator>
		<pubDate>Mon, 28 Nov 2005 03:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=32#comment-369</guid>
		<description>It would be nice to have Webkit stop using the ugly missing_image.tiff icon when an image is missing, and instead use the alt text in the image tag. Camino does this very nicely.</description>
		<content:encoded><![CDATA[<p>It would be nice to have Webkit stop using the ugly missing_image.tiff icon when an image is missing, and instead use the alt text in the image tag. Camino does this very nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peeder</title>
		<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/comment-page-1/#comment-364</link>
		<dc:creator>peeder</dc:creator>
		<pubDate>Mon, 21 Nov 2005 01:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=32#comment-364</guid>
		<description>following up on what Twist wrote about the absence of selectionStart and selectionEnd properties on textarea and input form fields, it looks as if they were working on this back in late June. Here&#039;s a bug link: 

http://bugzilla.opendarwin.org/show_bug.cgi?id=3401

It&#039;s quite exasperating for me and my (100K+) users that this fix is still not in Safari 2. But it looks as if it will arrive shortly. I know you can do it, Safari is an outstanding browser!

I&#039;m also interested in a resolution to bug 5122...some means of reliably firing JavaScript after the DOM has been parsed but before the images are done loading and window.onload is fired. This functionality is simply essential for &quot;unobtrusive JavaScript&quot; patterns where event handlers are added to the DOM from JavaScript as opposed to mucking up the markup (and paying the freight to do so). We have that functionality in IE6 and FF 1: see http://www.dean.edwards.name/weblog/2005/09/busted/ for more info.</description>
		<content:encoded><![CDATA[<p>following up on what Twist wrote about the absence of selectionStart and selectionEnd properties on textarea and input form fields, it looks as if they were working on this back in late June. Here&#8217;s a bug link: </p>
<p><a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=3401" rel="nofollow">http://bugzilla.opendarwin.org/show_bug.cgi?id=3401</a></p>
<p>It&#8217;s quite exasperating for me and my (100K+) users that this fix is still not in Safari 2. But it looks as if it will arrive shortly. I know you can do it, Safari is an outstanding browser!</p>
<p>I&#8217;m also interested in a resolution to bug 5122&#8230;some means of reliably firing JavaScript after the DOM has been parsed but before the images are done loading and window.onload is fired. This functionality is simply essential for &#8220;unobtrusive JavaScript&#8221; patterns where event handlers are added to the DOM from JavaScript as opposed to mucking up the markup (and paying the freight to do so). We have that functionality in IE6 and FF 1: see <a href="http://www.dean.edwards.name/weblog/2005/09/busted/" rel="nofollow">http://www.dean.edwards.name/weblog/2005/09/busted/</a> for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan666</title>
		<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/comment-page-1/#comment-363</link>
		<dc:creator>jan666</dc:creator>
		<pubDate>Fri, 18 Nov 2005 13:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=32#comment-363</guid>
		<description>with every new version of Safari it gets more and more bugs!  - Dear Safari-Developers please learn programming before seeding Software!!!
I´m Fed up being Apple permanent paying beta-tester</description>
		<content:encoded><![CDATA[<p>with every new version of Safari it gets more and more bugs!  &#8211; Dear Safari-Developers please learn programming before seeding Software!!!<br />
I´m Fed up being Apple permanent paying beta-tester</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoeben.net</title>
		<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/comment-page-1/#comment-356</link>
		<dc:creator>Hoeben.net</dc:creator>
		<pubDate>Wed, 16 Nov 2005 22:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=32#comment-356</guid>
		<description>&lt;strong&gt;Safari offset redux...&lt;/strong&gt;

Oh dear... Seems there may be more to the Safari offset problem/fix. After playing Shockwave 3d content (any hardware accellerated content, not just SPi-V), Quicktime VR file display with an offset.To repro, first open this link on Apple.com showing Times</description>
		<content:encoded><![CDATA[<p><strong>Safari offset redux&#8230;</strong></p>
<p>Oh dear&#8230; Seems there may be more to the Safari offset problem/fix. After playing Shockwave 3d content (any hardware accellerated content, not just SPi-V), Quicktime VR file display with an offset.To repro, first open this link on Apple.com showing Times</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacHappy</title>
		<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/comment-page-1/#comment-353</link>
		<dc:creator>MacHappy</dc:creator>
		<pubDate>Wed, 16 Nov 2005 06:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=32#comment-353</guid>
		<description>&lt;strong&gt;Safari in OS X 10.4.3 passes Acid 2 test&lt;/strong&gt;

	I upgraded to 10.4.3 today and noticed that the Safari that is bundled with it is now Acid 2 compliant.

What does that mean in plain english?  It means that Safari is fully web standards compliant, putting it ahead of Firefox and way ahead of IE6 and...</description>
		<content:encoded><![CDATA[<p><strong>Safari in OS X 10.4.3 passes Acid 2 test</strong></p>
<p>	I upgraded to 10.4.3 today and noticed that the Safari that is bundled with it is now Acid 2 compliant.</p>
<p>What does that mean in plain english?  It means that Safari is fully web standards compliant, putting it ahead of Firefox and way ahead of IE6 and&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StefanSeiz.com</title>
		<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/comment-page-1/#comment-315</link>
		<dc:creator>StefanSeiz.com</dc:creator>
		<pubDate>Tue, 15 Nov 2005 10:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=32#comment-315</guid>
		<description>&lt;strong&gt;Safari and Content-Type: multipart/x-mixed-replace&lt;/strong&gt;

Update: 2005-11-15 Yikes! The WebKit Team just added multipart/x-mixed-replace. Thank you very much! Surfin&#039; Safari asks and i respond: Random fun question. If you had to pick a W3C technology to implement next in WebCore, which one would you choose? ...</description>
		<content:encoded><![CDATA[<p><strong>Safari and Content-Type: multipart/x-mixed-replace</strong></p>
<p>Update: 2005-11-15 Yikes! The WebKit Team just added multipart/x-mixed-replace. Thank you very much! Surfin&#8217; Safari asks and i respond: Random fun question. If you had to pick a W3C technology to implement next in WebCore, which one would you choose? &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maciej</title>
		<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/comment-page-1/#comment-313</link>
		<dc:creator>maciej</dc:creator>
		<pubDate>Fri, 11 Nov 2005 04:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=32#comment-313</guid>
		<description>A number of you have mentioned various possible bugs in Safari/WebKit here - I encourage you to file them in http://bugzilla.opendarwin.org under the WebKit component.</description>
		<content:encoded><![CDATA[<p>A number of you have mentioned various possible bugs in Safari/WebKit here &#8211; I encourage you to file them in <a href="http://bugzilla.opendarwin.org" rel="nofollow">http://bugzilla.opendarwin.org</a> under the WebKit component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto Avanzi</title>
		<link>http://webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/comment-page-1/#comment-312</link>
		<dc:creator>Roberto Avanzi</dc:creator>
		<pubDate>Thu, 10 Nov 2005 12:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=32#comment-312</guid>
		<description>Why do the links in      http://rubiks.com/    work in Camino but not in Safari?  Otherwise, a great browser.</description>
		<content:encoded><![CDATA[<p>Why do the links in      <a href="http://rubiks.com/" rel="nofollow">http://rubiks.com/</a>    work in Camino but not in Safari?  Otherwise, a great browser.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
