Semantic markup for a person's name or business nameThe <ADDRESS> element is intended to provide contact information for the author of the HTML document, not any address. http://www.w3.org/TR/html401/struct/global.html#h-7.5.6
-Thom ----- Original Message ----- From: Cole Kuryakin To: wsg@webstandardsgroup.org Sent: Wednesday, March 26, 2008 5:56 AM Subject: [WSG] Semantic markup for a person's name or business name Hello All - I've been reading a book by Andy Clarke which has a few pages related to micro-formats. He uses the example of marking up an address tag similar to the below using classes (note that br's are mine for formatting): <address> <span class="street">101 Some Street, </span> <span class="subdivision">Some Sub division</span><br /> <span class="city">Alameda, </span> <span class="state">California, </span> <span class="postal">94501</span><br /> <span class="country">United States of America</span> </address> But. what if you want to include a person's name (or a business name) ABOVE the address tag? The only thing that comes immediately to mind would be <cite>John Smith</cite> but that doesn't seem correct. Or, should one use an additional span above the address block like this: <span class="contactName">John Smith</span>? So the whole thing might look like this: <span class="contactName">John Smith</span> <address> <span class="street">101 Some Street, </span> <span class="subdivision">Some Sub division</span><br /> <span class="city">Alameda, </span> <span class="state">California, </span> <span class="postal">94501</span><br /> <span class="country">United States of America</span> </address> Interested in all opinions as well as if there is any current "standard" which addresses this particular issue. Cole ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************