<?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: Depricate the address element?</title>
	<atom:link href="http://alastairc.ac/2006/12/depricate-the-address-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://alastairc.ac/2006/12/depricate-the-address-element/</link>
	<description>Kything web interactions</description>
	<lastBuildDate>Fri, 13 Apr 2012 05:33:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben 'Cerbera' Millard</title>
		<link>http://alastairc.ac/2006/12/depricate-the-address-element/comment-page-1/#comment-15149</link>
		<dc:creator>Ben 'Cerbera' Millard</dc:creator>
		<pubDate>Thu, 17 May 2007 11:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2006/12/depricate-the-address-element/#comment-15149</guid>
		<description>If you hadn&#039;t seen it, I put my idea for loosening &lt;code&gt;&lt;address&gt;&lt;/code&gt; to WHATWG in &lt;a href=&quot;http://forums.whatwg.org/viewtopic.php?t=5&quot; rel=&quot;nofollow&quot;&gt;Should &lt;code&gt;&lt;address&gt;&lt;/code&gt; be more general-purpose?&lt;/a&gt; on their forums. Zcorpan, Hixie and Lachy all commented on it but nothing has been decided yet. :)

Go throw your two penneth in if you&#039;ve ideas for this element!</description>
		<content:encoded><![CDATA[<p>If you hadn&#8217;t seen it, I put my idea for loosening <code>&lt;address&gt;</code> to WHATWG in <a href="http://forums.whatwg.org/viewtopic.php?t=5" rel="nofollow">Should <code>&lt;address&gt;</code> be more general-purpose?</a> on their forums. Zcorpan, Hixie and Lachy all commented on it but nothing has been decided yet. <img src='http://alastairc.ac/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Go throw your two penneth in if you&#8217;ve ideas for this element!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben 'Cerbera' Millard</title>
		<link>http://alastairc.ac/2006/12/depricate-the-address-element/comment-page-1/#comment-8461</link>
		<dc:creator>Ben 'Cerbera' Millard</dc:creator>
		<pubDate>Sat, 02 Dec 2006 12:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2006/12/depricate-the-address-element/#comment-8461</guid>
		<description>My position is to loosen it&#039;s meaning for HTML5. The meanings of other elements are being adjusted to better reflect common usage, and using &lt;code&gt;&lt;address&gt;&lt;/code&gt; for marking up any sort of contact information would be more useful in practise. Since UAs don&#039;t do anything special with it yet, maybe that would find some traction and the change would be made.

Address wasn&#039;t one of the &lt;a href=&quot;http://code.google.com/webstats/2005-12/classes.html&quot; rel=&quot;nofollow&quot;&gt;top &lt;code&gt;class&lt;/code&gt; values&lt;/a&gt; so it&#039;s difficult to find figures for what people are currently using for contact information.

However, just about every website I visit has a contact page with details that are relevant beyond that section of that page. The only time I see &lt;code&gt;&lt;address&gt;&lt;/code&gt; being used as specified in HTML4 is on W3C pages and Apache documentation...which is hardly common.

Since making the semantics less restrictive would still keep it compatible with existing UAs, I think that&#039;s a feasible option.</description>
		<content:encoded><![CDATA[<p>My position is to loosen it&#8217;s meaning for HTML5. The meanings of other elements are being adjusted to better reflect common usage, and using <code>&lt;address&gt;</code> for marking up any sort of contact information would be more useful in practise. Since UAs don&#8217;t do anything special with it yet, maybe that would find some traction and the change would be made.</p>
<p>Address wasn&#8217;t one of the <a href="http://code.google.com/webstats/2005-12/classes.html" rel="nofollow">top <code>class</code> values</a> so it&#8217;s difficult to find figures for what people are currently using for contact information.</p>
<p>However, just about every website I visit has a contact page with details that are relevant beyond that section of that page. The only time I see <code>&lt;address&gt;</code> being used as specified in HTML4 is on W3C pages and Apache documentation&#8230;which is hardly common.</p>
<p>Since making the semantics less restrictive would still keep it compatible with existing UAs, I think that&#8217;s a feasible option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlastairC</title>
		<link>http://alastairc.ac/2006/12/depricate-the-address-element/comment-page-1/#comment-8335</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Fri, 01 Dec 2006 14:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2006/12/depricate-the-address-element/#comment-8335</guid>
		<description>Which bit was that from? The part I would refer to is the &lt;a href=&quot;http://www.w3.org/TR/html4/struct/global.html#h-7.5.6&quot; rel=&quot;nofollow&quot;&gt;HTML spec&lt;/a&gt;:
&lt;blockquote&gt;The ADDRESS element may be used by authors to supply contact information for a document or a major part of a document such as a form.&lt;/blockquote&gt;

HTML 5 is very similar (as you would expect from being backwards compatible), and makes it more explicit:
&lt;blockquote&gt;The address element represents a paragraph of contact information for the section it applies to
[snipped example]
The address element must not be used to represent arbitrary addresses (e.g. postal addresses), unless those addresses are contact information for the section.&lt;/blockquote&gt;

XHTML 2 replicates the HTML 4.01 wording.

It is also the &lt;a href=&quot;http://microformats.org/wiki/hcard-faq#Should_I_use_ADDRESS_for_hCards&quot; rel=&quot;nofollow&quot;&gt;number 1 FAQ&lt;/a&gt; on hCards, which concludes:
&lt;blockquote&gt;In short, DO NOT use address to markup addresses in general. Only use it to markup the contact information for the page (or major part thereof), and when doing so, use it to markup the entire contact information (via address class=&quot;vcard&quot;), not just the address of the contact.&lt;/blockquote&gt;

I agree that it wasn&#039;t very specific in the HTML spec, but the meaning that people writing specs have given it since is quite clear.

That is quite a good indicator of what would be implemented (or not) in browsers &amp; user-agents.

I&#039;m just saying that there is a divide between what web developers think it is for, and what the spec &amp; browser people think it&#039;s for.</description>
		<content:encoded><![CDATA[<p>Which bit was that from? The part I would refer to is the <a href="http://www.w3.org/TR/html4/struct/global.html#h-7.5.6" rel="nofollow">HTML spec</a>:</p>
<blockquote><p>The ADDRESS element may be used by authors to supply contact information for a document or a major part of a document such as a form.</p></blockquote>
<p>HTML 5 is very similar (as you would expect from being backwards compatible), and makes it more explicit:</p>
<blockquote><p>The address element represents a paragraph of contact information for the section it applies to<br />
[snipped example]<br />
The address element must not be used to represent arbitrary addresses (e.g. postal addresses), unless those addresses are contact information for the section.</p></blockquote>
<p>XHTML 2 replicates the HTML 4.01 wording.</p>
<p>It is also the <a href="http://microformats.org/wiki/hcard-faq#Should_I_use_ADDRESS_for_hCards" rel="nofollow">number 1 FAQ</a> on hCards, which concludes:</p>
<blockquote><p>In short, DO NOT use address to markup addresses in general. Only use it to markup the contact information for the page (or major part thereof), and when doing so, use it to markup the entire contact information (via address class=&#8221;vcard&#8221;), not just the address of the contact.</p></blockquote>
<p>I agree that it wasn&#8217;t very specific in the HTML spec, but the meaning that people writing specs have given it since is quite clear.</p>
<p>That is quite a good indicator of what would be implemented (or not) in browsers &#038; user-agents.</p>
<p>I&#8217;m just saying that there is a divide between what web developers think it is for, and what the spec &#038; browser people think it&#8217;s for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siegfried</title>
		<link>http://alastairc.ac/2006/12/depricate-the-address-element/comment-page-1/#comment-8331</link>
		<dc:creator>Siegfried</dc:creator>
		<pubDate>Fri, 01 Dec 2006 13:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2006/12/depricate-the-address-element/#comment-8331</guid>
		<description>just from the w3c:
&lt;blockquote&gt;
...specifies information &lt;strong&gt;such as&lt;/strong&gt; authorship and contact details for the current document&lt;/blockquote&gt;
(emphasis added by me)</description>
		<content:encoded><![CDATA[<p>just from the w3c:</p>
<blockquote><p>
&#8230;specifies information <strong>such as</strong> authorship and contact details for the current document</p></blockquote>
<p>(emphasis added by me)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siegfried</title>
		<link>http://alastairc.ac/2006/12/depricate-the-address-element/comment-page-1/#comment-8330</link>
		<dc:creator>Siegfried</dc:creator>
		<pubDate>Fri, 01 Dec 2006 13:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2006/12/depricate-the-address-element/#comment-8330</guid>
		<description>Are you sure that address is only specified for contact information for the pages author? Not for a pages contributor, publisher ore anything else related to that page? Only the author?</description>
		<content:encoded><![CDATA[<p>Are you sure that address is only specified for contact information for the pages author? Not for a pages contributor, publisher ore anything else related to that page? Only the author?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlastairC</title>
		<link>http://alastairc.ac/2006/12/depricate-the-address-element/comment-page-1/#comment-8324</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Fri, 01 Dec 2006 09:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2006/12/depricate-the-address-element/#comment-8324</guid>
		<description>Your right that &lt;code&gt;address&lt;/code&gt; and hcard are not mutually exclusive. However, my point is that if you use &lt;code&gt;address&lt;/code&gt; for contact information other than that of the document author, you are wrong (according to current and proposed specs).

I believe that it why Microformats don&#039;t use it, because that would be misleading. (I&#039;m fairly sure that is Tantec&#039;s opinion.)

Therefore any functionality that user-agents implemented to take advantage of the element would conflict with it&#039;s current use.

Oh, and by deprecate, I didn&#039;t mean eliminate, just not recommend for general usage any more.</description>
		<content:encoded><![CDATA[<p>Your right that <code>address</code> and hcard are not mutually exclusive. However, my point is that if you use <code>address</code> for contact information other than that of the document author, you are wrong (according to current and proposed specs).</p>
<p>I believe that it why Microformats don&#8217;t use it, because that would be misleading. (I&#8217;m fairly sure that is Tantec&#8217;s opinion.)</p>
<p>Therefore any functionality that user-agents implemented to take advantage of the element would conflict with it&#8217;s current use.</p>
<p>Oh, and by deprecate, I didn&#8217;t mean eliminate, just not recommend for general usage any more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siegfried</title>
		<link>http://alastairc.ac/2006/12/depricate-the-address-element/comment-page-1/#comment-8318</link>
		<dc:creator>Siegfried</dc:creator>
		<pubDate>Fri, 01 Dec 2006 07:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2006/12/depricate-the-address-element/#comment-8318</guid>
		<description>The choice ist not hCard &lt;em&gt;or&lt;/em&gt; address. The html elements (or tags) are bejond the scope of microformats. And hCard goes very well with address. Marking up an address container with class=&quot;vcard&quot; and putting general (or not so general) contact information into this container is an optimal way to include this contact information in a web page. 

Additionally it is possible to further refine the role of the contact information container, independent of if this container is an adderess container or a div or whatever. Setting the class to vcard specifies this container to not only contain general contact information, but special contact information formatted according to the hCard specification. And f.ex. with  Dublin Core it would be possible to further specify the &lt;em&gt;role&lt;/em&gt; of that contact information (DC.creator, DC.contributor, DC.publisher) (see also: http://www.rorkvell.de/tech/dc).
The suggestion to eliminate the address tag is no good idea. Just because it is rarely used does not imply that it is useless. It offers an &lt;em&gt;option&lt;/em&gt;, which should be kept.</description>
		<content:encoded><![CDATA[<p>The choice ist not hCard <em>or</em> address. The html elements (or tags) are bejond the scope of microformats. And hCard goes very well with address. Marking up an address container with class=&#8221;vcard&#8221; and putting general (or not so general) contact information into this container is an optimal way to include this contact information in a web page. </p>
<p>Additionally it is possible to further refine the role of the contact information container, independent of if this container is an adderess container or a div or whatever. Setting the class to vcard specifies this container to not only contain general contact information, but special contact information formatted according to the hCard specification. And f.ex. with  Dublin Core it would be possible to further specify the <em>role</em> of that contact information (DC.creator, DC.contributor, DC.publisher) (see also: <a href="http://www.rorkvell.de/tech/dc" rel="nofollow">http://www.rorkvell.de/tech/dc</a>).<br />
The suggestion to eliminate the address tag is no good idea. Just because it is rarely used does not imply that it is useless. It offers an <em>option</em>, which should be kept.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

