[html5] r1236 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 20 18:46:09 PST 2008


Author: ianh
Date: 2008-02-20 18:46:06 -0800 (Wed, 20 Feb 2008)
New Revision: 1236

Modified:
   index
   source
Log:
[t] (0) Make <address> apply to the entire document when it's used not in a section.

Modified: index
===================================================================
--- index	2008-02-20 19:26:38 UTC (rev 1235)
+++ index	2008-02-21 02:46:06 UTC (rev 1236)
@@ -24,7 +24,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 20 February
+   <h2 class="no-num no-toc" id=working>Working Draft — 21 February
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -8674,7 +8674,9 @@
 
   <p>The <code><a href="#address">address</a></code> element represents the
    contact information for the section it <a
-   href="#applyToSection">applies</a> to.
+   href="#applyToSection">applies</a> to. If it applies to <a
+   href="#the-body0">the <code>body</code> element</a>, then it instead
+   applies to the document as a whole.
 
   <div class=example>
    <p>For example, a page at the W3C Web site related to HTML might include

Modified: source
===================================================================
--- source	2008-02-20 19:26:38 UTC (rev 1235)
+++ source	2008-02-21 02:46:06 UTC (rev 1236)
@@ -6981,7 +6981,8 @@
 
   <p>The <code>address</code> element represents the contact
   information for the section it <a href="#applyToSection">applies</a>
-  to.</p>
+  to. If it applies to <span>the <code>body</code> element</span>,
+  then it instead applies to the document as a whole.</p>
 
   <div class="example">
    <p>For example, a page at the W3C Web site related to HTML might




More information about the Commit-Watchers mailing list