html5/spec-author-view Overview.html,1.713,1.714 sections.html,1.22,1.23 spec.html,1.718,1.719 the-button-element.html,1.20,1.21

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv9155

Modified Files:
	Overview.html sections.html spec.html the-button-element.html 
Log Message:
consistency (whatwg r4766)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.713
retrieving revision 1.714
diff -u -d -r1.713 -r1.714
--- Overview.html	17 Feb 2010 22:57:06 -0000	1.713
+++ Overview.html	17 Feb 2010 23:16:59 -0000	1.714
@@ -304,7 +304,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3812.
+This is revision 1.3814.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- the-button-element.html	17 Feb 2010 04:57:11 -0000	1.20
+++ the-button-element.html	17 Feb 2010 23:17:00 -0000	1.21
@@ -1223,9 +1223,8 @@
    <li><var title="">minimum</var> &#8804; <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> &#8804; <var title="">maximum</var> (if <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> is specified)</li>
    <li><var title="">minimum</var> &#8804; <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> &#8804; <var title="">maximum</var> (if <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> is specified)</li>
    <li><var title="">minimum</var> &#8804; <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> &#8804; <var title="">maximum</var> (if <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> is specified)</li>
-  </ul><p>If both the <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> and <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> attributes are specified, then
-  the <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> attribute's value must
-  be less than or equal to the value of the <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> attribute.</p><p class="note">If no minimum or maximum is specified, then the
+   <li><code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> &#8804; <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> (if both <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> and <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> are specified)</li>
+  </ul><p class="note">If no minimum or maximum is specified, then the
   range is assumed to be 0..1, and the value thus has to be within
   that range.</p><p>Authors are encouraged to include a textual representation of the
   gauge's state in the element's contents, for users of user agents

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.718
retrieving revision 1.719
diff -u -d -r1.718 -r1.719
--- spec.html	17 Feb 2010 22:57:06 -0000	1.718
+++ spec.html	17 Feb 2010 23:16:59 -0000	1.719
@@ -302,7 +302,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3812.
+This is revision 1.3814.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -5827,22 +5827,29 @@
  &lt;section&gt;
   &lt;h1&gt;Comments&lt;/h1&gt;
   &lt;article&gt;
-   &lt;header&gt;
+   &lt;footer&gt;
     &lt;p&gt;Posted by: George Washington&lt;/p&gt;
     &lt;p&gt;&lt;time pubdate datetime="2009-10-10T19:10-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
-   &lt;/header&gt;
+   &lt;/footer&gt;
    &lt;p&gt;Yeah! Especially when talking about your lobbyist friends!&lt;/p&gt;
   &lt;/article&gt;
   &lt;article&gt;
-   &lt;header&gt;
+   &lt;footer&gt;
     &lt;p&gt;Posted by: George Hammond&lt;/p&gt;
     &lt;p&gt;&lt;time pubdate datetime="2009-10-10T19:15-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
-   &lt;/header&gt;
+   &lt;/footer&gt;
    &lt;p&gt;Hey, you have the same first name as me.&lt;/p&gt;
   &lt;/article&gt;
  &lt;/section&gt;
 &lt;/article&gt;</pre>
 
+   <p>Notice the use of <code><a href=#the-footer-element>footer</a></code> to give the information
+   each comment (such as who wrote it and when): the
+   <code><a href=#the-footer-element>footer</a></code> element <em>can</em> appear at the start of its
+   section when appropriate, such as in this case. (Using
+   <code><a href=#the-header-element>header</a></code> in this case wouldn't be wrong either; it's
+   mostly a matter of authoring preference.)</p>
+
   </div><h4 id=the-aside-element><span class=secno>4.4.5 </span>The <dfn><code>aside</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/91>ISSUE-91</a> (aside) blocks progress to Last Call</span></p><dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content>Flow content</a>.</dd>
    <dd><a href=#sectioning-content>Sectioning content</a>.</dd>
@@ -17384,9 +17391,8 @@
    <li><var title="">minimum</var> ≤ <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> ≤ <var title="">maximum</var> (if <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> is specified)</li>
    <li><var title="">minimum</var> ≤ <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> ≤ <var title="">maximum</var> (if <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> is specified)</li>
    <li><var title="">minimum</var> ≤ <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> ≤ <var title="">maximum</var> (if <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> is specified)</li>
-  </ul><p>If both the <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> and <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> attributes are specified, then
-  the <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> attribute's value must
-  be less than or equal to the value of the <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> attribute.</p><p class=note>If no minimum or maximum is specified, then the
+   <li><code title=attr-meter-low><a href=#attr-meter-low>low</a></code> ≤ <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> (if both <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> and <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> are specified)</li>
+  </ul><p class=note>If no minimum or maximum is specified, then the
   range is assumed to be 0..1, and the value thus has to be within
   that range.</p><p>Authors are encouraged to include a textual representation of the
   gauge's state in the element's contents, for users of user agents

Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/sections.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- sections.html	16 Feb 2010 08:36:53 -0000	1.22
+++ sections.html	17 Feb 2010 23:16:59 -0000	1.23
@@ -684,22 +684,29 @@
  &lt;section&gt;
   &lt;h1&gt;Comments&lt;/h1&gt;
   &lt;article&gt;
-   &lt;header&gt;
+   &lt;footer&gt;
     &lt;p&gt;Posted by: George Washington&lt;/p&gt;
     &lt;p&gt;&lt;time pubdate datetime="2009-10-10T19:10-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
-   &lt;/header&gt;
+   &lt;/footer&gt;
    &lt;p&gt;Yeah! Especially when talking about your lobbyist friends!&lt;/p&gt;
   &lt;/article&gt;
   &lt;article&gt;
-   &lt;header&gt;
+   &lt;footer&gt;
     &lt;p&gt;Posted by: George Hammond&lt;/p&gt;
     &lt;p&gt;&lt;time pubdate datetime="2009-10-10T19:15-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
-   &lt;/header&gt;
+   &lt;/footer&gt;
    &lt;p&gt;Hey, you have the same first name as me.&lt;/p&gt;
   &lt;/article&gt;
  &lt;/section&gt;
 &lt;/article&gt;</pre>
 
+   <p>Notice the use of <code><a href="#the-footer-element">footer</a></code> to give the information
+   each comment (such as who wrote it and when): the
+   <code><a href="#the-footer-element">footer</a></code> element <em>can</em> appear at the start of its
+   section when appropriate, such as in this case. (Using
+   <code><a href="#the-header-element">header</a></code> in this case wouldn't be wrong either; it's
+   mostly a matter of authoring preference.)</p>
+
   </div><h4 id="the-aside-element"><span class="secno">4.4.5 </span>The <dfn><code>aside</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/91">ISSUE-91</a> (aside) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
    <dd><a href="content-models.html#flow-content">Flow content</a>.</dd>
    <dd><a href="content-models.html#sectioning-content">Sectioning content</a>.</dd>

Received on Wednesday, 17 February 2010 23:17:04 UTC