<?xml version="1.0" encoding="utf-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dolphinling's weblog &#187; markup</title>
	<atom:link href="http://blog.dolphinling.net/category/web/markup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dolphinling.net</link>
	<description>...whatever goes through my head...</description>
	<lastBuildDate>Thu, 20 Aug 2009 21:48:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Namespace syntax in HTML</title>
		<link>http://blog.dolphinling.net/2006/10/namespace-syntax-in-html/</link>
		<comments>http://blog.dolphinling.net/2006/10/namespace-syntax-in-html/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 07:50:10 +0000</pubDate>
		<dc:creator>dolphinling</dc:creator>
				<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://blog.dolphinling.net/2006/10/namespace-syntax-in-html/</guid>
		<description><![CDATA[We need namespaces in HTML. We need a syntax for declaring those namespaces in HTML. A very good, fitting syntax has already been invented for use in XML, and is understood by a significant number of authors. That syntax has been corrupted through misuse by many pages. Is it worth trying to save, or do [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>We need namespaces in HTML.</li>
<li>We need a syntax for declaring those namespaces in HTML.</li>
<li>A very good, fitting syntax has already been invented for use in XML, and is understood by a significant number of authors.</li>
<li>That syntax has been corrupted through misuse by many pages. Is it worth trying to save, or do we need a new one (or is one of the premises wrong)?</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.dolphinling.net/2006/10/namespace-syntax-in-html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Do NOT attach &#8220;target&#8221; through script!</title>
		<link>http://blog.dolphinling.net/2006/07/do-not-attach-target-through-script/</link>
		<comments>http://blog.dolphinling.net/2006/07/do-not-attach-target-through-script/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 03:24:31 +0000</pubDate>
		<dc:creator>dolphinling</dc:creator>
				<category><![CDATA[markup]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.dolphinling.net/2006/07/do-not-attach-target-through-script/</guid>
		<description><![CDATA[Using target in (X)HTML Strict. If you need to use the target attribute, either stick with Transitional DOCTYPEs, or add the target attributes dynamically using semantic scripting, e.g. based on semantic class names. (from http://tantek.com/log/2006/07.html#d27t1218) NO NO NO NO NO! Your page is just as invalid if you add target in with script as if [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://tantek.com/log/2006/07.html#d27t1218"><p>Using target in (X)HTML Strict. If you need to use the target attribute, either stick with Transitional DOCTYPEs, or add the target attributes dynamically using semantic scripting, e.g. based on semantic class names.</p>
</blockquote>
<p>(from <a href="http://tantek.com/log/2006/07.html#d27t1218">http://tantek.com/log/2006/07.html#d27t1218</a>)</p>
<p><em><strong>NO NO NO NO NO!</strong></em> Your page is <em>just</em> as invalid if you add <code>target</code> in with script as if you put it in your markup.</p>
<p>If you absolutely <em>must</em> open a new window, make it a normal <code>&lt;a href=""&gt;</code> and use <code>window.open()</code> and cancel the default action for the link. But if you weren&#8217;t providing any size or chrome info (which are impossible with <code>target</code> anyway), then you don&#8217;t have any reason to be opening a window in the first place. Just don&#8217;t do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dolphinling.net/2006/07/do-not-attach-target-through-script/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>HTML is not an &#8220;Application Language&#8221;</title>
		<link>http://blog.dolphinling.net/2006/06/html-is-not-an-application-language/</link>
		<comments>http://blog.dolphinling.net/2006/06/html-is-not-an-application-language/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 01:52:52 +0000</pubDate>
		<dc:creator>dolphinling</dc:creator>
				<category><![CDATA[markup]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.dolphinling.net/2006/06/html-is-not-an-application-language/</guid>
		<description><![CDATA[Part of the reason is of course that HTML was originally a document language and is slowly evolving in being both that and an application language. I&#8217;ve said it before and I&#8217;ll say it again: It shouldn&#8217;t be. HTML is fundamentally a language for displaying information. Accepting input should not be a part of HTML [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://annevankesteren.nl/2006/06/accessibility-ideas"><p>Part of the reason is of course that HTML was originally a document language and is slowly evolving in being both that and an application language.</p>
</blockquote>
<p>I&#8217;ve said it before and I&#8217;ll say it again: <em>It shouldn&#8217;t be</em>. HTML is fundamentally a language for displaying information. Accepting input should not be a part of HTML because a) It&#8217;s out of scope, and b) it&#8217;s useful in places that HTML isn&#8217;t. <em>Manipulating information</em> is also out of scope (and thankfully has never been mushed in). An application requires bits from all three: Accepting, manipulating, and displaying (it also benefits from a fourth: styling).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dolphinling.net/2006/06/html-is-not-an-application-language/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Content-Type/namespace mismatch</title>
		<link>http://blog.dolphinling.net/2006/03/content-typenamespace-mismatch/</link>
		<comments>http://blog.dolphinling.net/2006/03/content-typenamespace-mismatch/#comments</comments>
		<pubDate>Thu, 23 Mar 2006 16:09:59 +0000</pubDate>
		<dc:creator>dolphinling</dc:creator>
				<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://blog.dolphinling.net/2006/03/content-typenamespace-mismatch/</guid>
		<description><![CDATA[What happens if you serve an SVG document (SVG namespace, only SVG elements) as application/xhtml+xml? What should happen? (&#8220;Happen&#8221; of course meaning semantically.)]]></description>
			<content:encoded><![CDATA[<p>What happens if you serve an SVG document (SVG namespace, only SVG elements) as <code>application/xhtml+xml</code>? What <em>should</em> happen?</p>
<p>(&#8220;Happen&#8221; of course meaning semantically.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dolphinling.net/2006/03/content-typenamespace-mismatch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I suggest calling it &#8220;WVG&#8221;</title>
		<link>http://blog.dolphinling.net/2006/03/i-suggest-calling-it-wvg/</link>
		<comments>http://blog.dolphinling.net/2006/03/i-suggest-calling-it-wvg/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 01:50:30 +0000</pubDate>
		<dc:creator>dolphinling</dc:creator>
				<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://blog.dolphinling.net/2006/03/i-suggest-calling-it-wvg/</guid>
		<description><![CDATA[Maybe once I&#8217;ve finished HTML5, I can work on a new SVG to go with it. Oh please please please yes]]></description>
			<content:encoded><![CDATA[<blockquote cite='http://ln.hixie.ch/?start=1142276980&#038;count=1'><p>Maybe once I&#8217;ve finished HTML5, I can work on a new SVG to go with it.</p>
</blockquote>
<p>Oh please please please <em>yes</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dolphinling.net/2006/03/i-suggest-calling-it-wvg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I need to stop lurking</title>
		<link>http://blog.dolphinling.net/2006/02/i-need-to-stop-lurking/</link>
		<comments>http://blog.dolphinling.net/2006/02/i-need-to-stop-lurking/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 13:31:41 +0000</pubDate>
		<dc:creator>dolphinling</dc:creator>
				<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://blog.dolphinling.net/2006/02/i-need-to-stop-lurking/</guid>
		<description><![CDATA[I really must start posting on www-html more, instead of just reading. As far as I can tell, the HTML WG hasn&#8217;t released a good spec since HTML 4. (And that I only count &#8220;good&#8221; as it was an obvious improvement over HTML 3.2; everything since then has been stagnant or worse in terms of [...]]]></description>
			<content:encoded><![CDATA[<p>I really must start posting on www-html more, instead of just reading. As far as I can tell, the HTML WG hasn&#8217;t released a good spec since HTML 4. (And that I only count &#8220;good&#8221; as it was an obvious improvement over HTML 3.2; everything since then has been stagnant or worse in terms of good design.</p>
<p>Also, I need to post to the WHATWG list more, too. While it&#8217;s making definite improvements with HTML 5, it still doesn&#8217;t separate documents from application UI. That makes it &#8220;relatively good&#8221; as HTML 4 was, and non-relatively probably the best spec of its type there ever has been, but still not good enough.</p>
<p>(This post prompted by <a href='http://annevankesteren.nl/2006/02/xhtml-modularization'>something Anne said</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dolphinling.net/2006/02/i-need-to-stop-lurking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localized content vs. localized presentation of content</title>
		<link>http://blog.dolphinling.net/2006/02/localized-content-vs-localized-presentation-of-content/</link>
		<comments>http://blog.dolphinling.net/2006/02/localized-content-vs-localized-presentation-of-content/#comments</comments>
		<pubDate>Mon, 06 Feb 2006 02:16:29 +0000</pubDate>
		<dc:creator>dolphinling</dc:creator>
				<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://blog.dolphinling.net/2006/02/localized-content-vs-localized-presentation-of-content/</guid>
		<description><![CDATA[Which is better: localized content, or localized presentation of content? For example, which is better: Serving &#60;span class='date'&#62;February 2rd at 8:30 PM EST&#60;/span&#62; to me, and equivelant things to other users, or Serving &#60;style&#62;.date{binding:datelocalizer.xbl;}&#60;/style&#62; &#60;span class='date'&#62;2006-02-03T01:30Z&#60;/span&#62; to all users]]></description>
			<content:encoded><![CDATA[<p>Which is better: localized content, or localized presentation of content?</p>
<p>For example, which is better:</p>
<ul>
<li>
<p>Serving
<p/>
<pre class='code'>&lt;span class='date'&gt;February 2rd at 8:30 PM EST&lt;/span&gt;</pre>
<p>to me, and equivelant things to other users, or</p>
</li>
<li>
<p>Serving</p>
<pre class='code'>&lt;style&gt;.date{binding:datelocalizer.xbl;}&lt;/style&gt;
&lt;span class='date'&gt;2006-02-03T01:30Z&lt;/span&gt;</pre>
<p>to all users</p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.dolphinling.net/2006/02/localized-content-vs-localized-presentation-of-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
