<?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"
	>
<channel>
	<title>Comments on: Don&#8217;t read this</title>
	<atom:link href="http://thirteenpixels.com/articles/2007/11/22/dont-read-this/feed/" rel="self" type="application/rss+xml" />
	<link>http://thirteenpixels.com/articles/2007/11/22/dont-read-this/</link>
	<description>like the original but not as good</description>
	<pubDate>Tue, 06 Jan 2009 20:50:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Oliver</title>
		<link>http://thirteenpixels.com/articles/2007/11/22/dont-read-this/#comment-543</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Sun, 09 Dec 2007 10:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://thirteenpixels.com/articles/2007/11/22/dont-read-this/#comment-543</guid>
		<description>I think at least some of the drag and drop stuff actually comes from matching IE :(

I could be wrong though, it may only be the JS api to drag and drop that comes from IE, but i vaguely recall that it was only the ability to set a drag image that was unique to WebKit.</description>
		<content:encoded><![CDATA[<p>I think at least some of the drag and drop stuff actually comes from matching IE :(</p>
<p>I could be wrong though, it may only be the JS api to drag and drop that comes from IE, but i vaguely recall that it was only the ability to set a drag image that was unique to WebKit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://thirteenpixels.com/articles/2007/11/22/dont-read-this/#comment-537</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 04 Dec 2007 14:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://thirteenpixels.com/articles/2007/11/22/dont-read-this/#comment-537</guid>
		<description>OH SNAP IT IS ON LIKE DONKEY KONG!</description>
		<content:encoded><![CDATA[<p>OH SNAP IT IS ON LIKE DONKEY KONG!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://thirteenpixels.com/articles/2007/11/22/dont-read-this/#comment-535</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Tue, 04 Dec 2007 14:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://thirteenpixels.com/articles/2007/11/22/dont-read-this/#comment-535</guid>
		<description>You make a damn fine point Mark. Particularly this line:

"WebKit is used heavily in many non-browser contexts on Mac OS X. Mail, Dashboard, iChat, Adium, Help, etc all use WebKit to display content in their own way. Clients such as Mail cannot enable JavaScript for security reasons and yet need control over elements of the behaviour of HTML that they display" 

If only the page that had started me off on the tirade to begin with had explained it so clearly perhaps I wouldn't have gotten upset to begin with. I retract my hatred of WebKit for that reason.

You do know now though that you've made me look like a moron on my own website so I do have to fight you. You've been forewarned Mr. Rowe. MORTAL ENEMIES!</description>
		<content:encoded><![CDATA[<p>You make a damn fine point Mark. Particularly this line:</p>
<p>&#8220;WebKit is used heavily in many non-browser contexts on Mac OS X. Mail, Dashboard, iChat, Adium, Help, etc all use WebKit to display content in their own way. Clients such as Mail cannot enable JavaScript for security reasons and yet need control over elements of the behaviour of HTML that they display&#8221; </p>
<p>If only the page that had started me off on the tirade to begin with had explained it so clearly perhaps I wouldn&#8217;t have gotten upset to begin with. I retract my hatred of WebKit for that reason.</p>
<p>You do know now though that you&#8217;ve made me look like a moron on my own website so I do have to fight you. You&#8217;ve been forewarned Mr. Rowe. MORTAL ENEMIES!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Rowe</title>
		<link>http://thirteenpixels.com/articles/2007/11/22/dont-read-this/#comment-529</link>
		<dc:creator>Mark Rowe</dc:creator>
		<pubDate>Sat, 24 Nov 2007 09:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://thirteenpixels.com/articles/2007/11/22/dont-read-this/#comment-529</guid>
		<description>The CSS specification makes allowances for &lt;a href='http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords' rel="nofollow"&gt;vendor-specific keywords and property names&lt;/a&gt; such as those you are complaining about.  There are several reasons why a CSS property may have the "-webkit-" prefix.  The two most common are that it may be present in a draft of the CSS specification and thus subject to change in the future, or it may be a proposed addition to a future CSS specification, such as the recent CSS transformation properties.  The purpose of the prefix here is to give fair warning to content authors that make use of the property that it is not standard and is subject to change.  This allows content authors to experiment with CSS properties which are still in flux.

Two other reasons exist that you may not have considered:  properties that are designed to aid in WebKit's use in non-browser applications, and properties designed to assist in the implementation of the WebKit engine.  As you may know, WebKit is used heavily in many non-browser contexts on Mac OS X.  Mail, Dashboard, iChat, Adium, Help, etc all use WebKit to display content in their own way.  Clients such as Mail cannot enable JavaScript for security reasons and yet need control over elements of the behaviour of HTML that they display.  Others such as iChat, Adium, and Dashboard may desire behaviour which helps their web-based portions behave like a native application with minimal effort on the applications behalf.

Further, in Safari 3 common form elements such as text fields, text areas, buttons, and checkboxes are all rendered by the WebKit engine rather than using native NSView-based controls like in previous versions.  The rendering of these elements, and many others, is specified via a &lt;a href='http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/css/html4.css' rel="nofollow"&gt;CSS stylesheet&lt;/a&gt; yet there is no standard way to specify properties that are needed to control the appearance of these elements.

These are exactly the reasons that the CSS specification allows for vendor-prefixed properties and keywords.  If you still feel inclined to hate on WebKit, keep in mind that IE and &lt;a href='http://developer.mozilla.org/en/docs/CSS_Reference:Mozilla_Extensions' rel="nofollow"&gt;Mozilla have theirs too&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The CSS specification makes allowances for <a href='http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords' rel="nofollow">vendor-specific keywords and property names</a> such as those you are complaining about.  There are several reasons why a CSS property may have the &#8220;-webkit-&#8221; prefix.  The two most common are that it may be present in a draft of the CSS specification and thus subject to change in the future, or it may be a proposed addition to a future CSS specification, such as the recent CSS transformation properties.  The purpose of the prefix here is to give fair warning to content authors that make use of the property that it is not standard and is subject to change.  This allows content authors to experiment with CSS properties which are still in flux.</p>
<p>Two other reasons exist that you may not have considered:  properties that are designed to aid in WebKit&#8217;s use in non-browser applications, and properties designed to assist in the implementation of the WebKit engine.  As you may know, WebKit is used heavily in many non-browser contexts on Mac OS X.  Mail, Dashboard, iChat, Adium, Help, etc all use WebKit to display content in their own way.  Clients such as Mail cannot enable JavaScript for security reasons and yet need control over elements of the behaviour of HTML that they display.  Others such as iChat, Adium, and Dashboard may desire behaviour which helps their web-based portions behave like a native application with minimal effort on the applications behalf.</p>
<p>Further, in Safari 3 common form elements such as text fields, text areas, buttons, and checkboxes are all rendered by the WebKit engine rather than using native NSView-based controls like in previous versions.  The rendering of these elements, and many others, is specified via a <a href='http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/css/html4.css' rel="nofollow">CSS stylesheet</a> yet there is no standard way to specify properties that are needed to control the appearance of these elements.</p>
<p>These are exactly the reasons that the CSS specification allows for vendor-prefixed properties and keywords.  If you still feel inclined to hate on WebKit, keep in mind that IE and <a href='http://developer.mozilla.org/en/docs/CSS_Reference:Mozilla_Extensions' rel="nofollow">Mozilla have theirs too</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://thirteenpixels.com/articles/2007/11/22/dont-read-this/#comment-528</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 23 Nov 2007 14:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://thirteenpixels.com/articles/2007/11/22/dont-read-this/#comment-528</guid>
		<description>That last line was brilliant.

It's funny that they explicitly state in their intro that the goal of css is to separate &lt;em&gt;style&lt;/em&gt; from &lt;em&gt;structure&lt;/em&gt;. Then they proceed to pollute that by mixing &lt;em&gt;behavior&lt;/em&gt; with &lt;em&gt;style&lt;/em&gt; (in a completely proprietary way at that). Disgusting.

I'm sure their argument is that they do support standards, but provide a superset of them to allow for richer applications that use webkit. But you're absolutely right, anything being styled with css was obviously structured with markup, and therefore should be scriptable. No reason to provide a ridiculous attribute like that. I'll shut up now.</description>
		<content:encoded><![CDATA[<p>That last line was brilliant.</p>
<p>It&#8217;s funny that they explicitly state in their intro that the goal of css is to separate <em>style</em> from <em>structure</em>. Then they proceed to pollute that by mixing <em>behavior</em> with <em>style</em> (in a completely proprietary way at that). Disgusting.</p>
<p>I&#8217;m sure their argument is that they do support standards, but provide a superset of them to allow for richer applications that use webkit. But you&#8217;re absolutely right, anything being styled with css was obviously structured with markup, and therefore should be scriptable. No reason to provide a ridiculous attribute like that. I&#8217;ll shut up now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
