- From: Karl Dubost <karl@w3.org>
- Date: Wed, 9 Nov 2005 14:26:25 -0500
- To: Orion Adrian <orion.adrian@gmail.com>
- Cc: www-html@w3.org
Hmmm… it doesnt seem that what you are saying here is completely
clear to me
Le 05-11-09 à 13:02, Orion Adrian a écrit :
> My point is that ADDRESS is used for this kind of address:
>
> Orion Adrian
> 123 Barrier St.
> Lizardlick, NC 21001
> United States
>
> That's the use that the element was designed for which can also be
> written:
The HTML 4.01 Specification doesn't say that (though it's not very
explicit either)
[[[
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. This element often appears at the beginning or end of a document.
For example, a page at the W3C Web site related to HTML might include
the following contact information:
<ADDRESS>
<A href="../People/Raggett/">Dave Raggett</A>,
<A href="../People/Arnaud/">Arnaud Le Hors</A>,
contact persons for the <A href="Activity">W3C HTML Activity</A><BR>
$Date: 1999/12/24 23:37:50 $
</ADDRESS>
]]]
-- The global structure of an HTML document
http://www.w3.org/TR/html4/struct/global.html#edef-ADDRESS
Fri, 24 Dec 1999 23:37:50 GMT
And XHTML 2.0 doesn't give much more information for now
[[[
8.1. The address element
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.
Attributes
The Common collection
A collection of other attribute collections, including: Bi-
directional, Core, Edit, Embedding, Events, Forms, Hypertext, I18N,
Map, and Metainformation.
Example
<address href="mailto:webmaster@example.net">Webmaster</address>
]]]
-- XHTML 2.0 - XHTML Structural Module
http://www.w3.org/TR/xhtml2/mod-structural.html#edef_structural_address
Fri, 27 May 2005 21:57:41 GMT
--
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager
*** Be Strict To Be Cool ***
Received on Wednesday, 9 November 2005 19:26:18 UTC