html5/markup/elements a.html,1.5,1.6 abbr.html,1.3,1.4 acronym.html,1.2,1.3 area.html,1.3,1.4 bb.html,1.3,1.4 footer.html,1.4,1.5 header.html,1.5,1.6 hgroup.html,1.1,1.2 hr.html,1.4,1.5 i.html,1.4,1.5 meter.html,1.4,1.5 nav.html,1.4,1.5 progress.html,1.4,1.5

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv23951/elements

Modified Files:
	a.html abbr.html acronym.html area.html bb.html footer.html 
	header.html hgroup.html hr.html i.html meter.html nav.html 
	progress.html 
Log Message:
added "Details" subsection to some elements


Index: hr.html
===================================================================
RCS file: /sources/public/html5/markup/elements/hr.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hr.html	4 Mar 2009 08:13:58 -0000	1.4
+++ hr.html	29 Jul 2009 07:19:25 -0000	1.5
@@ -5,7 +5,7 @@
     <p>The <a href="#hr" class="element">hr</a> element represents
     a paragraph-level thematic break.</p>
   </div>
-  <div id="usage">
+  <div id="details">
     <p>Some examples of thematic breaks that can be marked up
     using the hr element include a scene change in a story, or a
     transition to another topic within a section of a reference

Index: progress.html
===================================================================
RCS file: /sources/public/html5/markup/elements/progress.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- progress.html	25 Feb 2009 08:07:57 -0000	1.4
+++ progress.html	29 Jul 2009 07:19:25 -0000	1.5
@@ -17,7 +17,7 @@
         units are arbitrary and not specified.</dd>
     </dl>
   </div>
-  <div id="usage">
+  <div id="details">
     <p>The progress is either indeterminate, indicating that
     progress is being made but that it is not clear how much more
     work remains to be done before the task is complete (for

Index: nav.html
===================================================================
RCS file: /sources/public/html5/markup/elements/nav.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- nav.html	25 Feb 2009 08:07:56 -0000	1.4
+++ nav.html	29 Jul 2009 07:19:25 -0000	1.5
@@ -7,7 +7,7 @@
     documents or to parts within the document itself; that is, a
     section of navigation links.</p>
   </div>
-  <div id="usage">
+  <div id="details">
     <p>Not all groups of links on a page need to be in a <a
       href="#nav" class="element">nav</a> element &#x2014; only
     sections that consist of primary navigation blocks are

Index: header.html
===================================================================
RCS file: /sources/public/html5/markup/elements/header.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- header.html	5 Jun 2009 10:01:25 -0000	1.5
+++ header.html	29 Jul 2009 07:19:25 -0000	1.6
@@ -5,7 +5,7 @@
     <p>The <a href="#header" class="element">header</a> element
     represents the header of a section.</p>
   </div>
-  <div id="usage">
+  <div id="details">
     <p>The header element typically contains the headings for a
     section (an <a href="#h1" class="element">h1</a>-<a href="#h6"
       class="element">h6</a> element or <a href="#hgroup"

Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/elements/area.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- area.html	8 Jan 2009 10:19:30 -0000	1.3
+++ area.html	29 Jul 2009 07:19:25 -0000	1.4
@@ -48,7 +48,9 @@
     </dl>
     <dl>
       <dt id="area.attrs.alt">alt</dt>
-      <dd>The text of the hyperlink.</dd>
+      <dd>The
+        <a href="#fallback">fallback content</a>
+        for the image map.</dd>
     </dl>
     <dl>
       <dt id="area.attrs.shape.rect">shape=rect</dt>
@@ -84,22 +86,4 @@
         entire image.</dd>
     </dl>
   </div>
-  <div>
-    <h5>Usage</h5>
-    <p>If the <code xmlns=""><a href="#area">area</a></code>
-      element has an <code xmlns="" title="attr-hyperlink-href"><a href="#href6">href</a></code> attribute, then the <code xmlns=""><a href="#area">area</a></code> element represents a
-      <a xmlns="" href="#hyperlinks">hyperlink</a>. In this case, the
-      <code>alt</code> attribute must
-      be present. It Use the <span class="attribute">alt</span>
-      attribute to specify text that, when presented with the texts
-      specified for the other hyperlinks of the <a xmlns="" href="#image2">image map</a>, and with the alternative text
-      of the image, but without the image itself, provides the user
-      with the same kind of choice as the hyperlink would when used
-      without its text but with its shape applied to the image. The
-      <code xmlns="" title="attr-area-alt"><a href="#alt2">alt</a></code> attribute may be left blank if
-      there is another <code xmlns=""><a href="#area">area</a></code>
-      element in the same <a xmlns="" href="#image2">image map</a>
-      that points to the same resource and has a non-blank <code xmlns="" title="attr-area-alt"><a href="#alt2">alt</a></code>
-      attribute.</p>
-  </div>
 </div>

Index: abbr.html
===================================================================
RCS file: /sources/public/html5/markup/elements/abbr.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- abbr.html	8 Jan 2009 10:19:30 -0000	1.3
+++ abbr.html	29 Jul 2009 07:19:25 -0000	1.4
@@ -4,14 +4,11 @@
   <div id="longdesc">
     <p>The
       <a href="#abbr" class="element">abbr</a>
-      element represents an abbreviation or acronym, optionally with
-      its expansion specified by the
-      <span class="attribute">title</span> 
-      attribute.</p>
+      element represents an abbreviation or acronym.</p>
   </div>
-  <div>
-    <h5>Usage</h5>
-    <p>Use the <span class="attribute">title</span> attribute to
-      specify the expansion of the abbreviation.</p>
+  <div id="details">
+    <p>The <span class="attribute">title</span> attribute on the
+    <a href="#abbr" class="element">a</a> element represents the
+    expansion of the abbreviation or acronym.</p>
   </div>
 </div>

Index: bb.html
===================================================================
RCS file: /sources/public/html5/markup/elements/bb.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bb.html	8 Jan 2009 10:19:31 -0000	1.3
+++ bb.html	29 Jul 2009 07:19:25 -0000	1.4
@@ -15,7 +15,7 @@
         at all).</dd>
     </dl>
   </div>
-  <div id="usage">
+  <div id="details">
     <p>When the <a href="#bb">bb</a> element has no descendant
     element children and has no descendant text node children of
     non-zero length, the element represents a browser button with

Index: i.html
===================================================================
RCS file: /sources/public/html5/markup/elements/i.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- i.html	4 Mar 2009 08:13:58 -0000	1.4
+++ i.html	29 Jul 2009 07:19:25 -0000	1.5
@@ -7,7 +7,7 @@
     offset from the normal prose (content whose typical
     typographic presentation is italicized).</p>
   </div>
-  <div id="usage">
+  <div id="details">
     <p>Some examples of spans that might use the i element include
     a taxonomic designation, a technical term, an idiomatic phrase
     from another language, a thought, a ship name, or some other

Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/elements/a.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a.html	21 Jul 2009 00:22:24 -0000	1.5
+++ a.html	29 Jul 2009 07:19:25 -0000	1.6
@@ -4,23 +4,25 @@
   <div id="longdesc">
     <p>The
     <a class="element" href="#a">a</a>
-    element represents a
-    hyperlink. If the
-    <a href="#contents">contents</a>
-    of an
-    <a class="element" href="#a">a</a>
-    element are empty, the element represents an
-    <dfn
-      id="empty-hyperlink"
-      title="empty-hyperlink">empty hyperlink</dfn>.</p>
+    element represents a hyperlink.</p>
   </div>
   <div id="attributes">
     <dl>
       <dt id="a.attrs.name">name</dt>
       <dd>Specifies that its <a href="#a">a</a> element is a
         <dfn
-          id="named-anchor"
-          title="named-anchor">named anchor</dfn>.</dd>
+          id="named-hyperlink"
+          title="named-hyperlink">named hyperlink</dfn>.</dd>
     </dl>
   </div>
+  <div id="details">
+    <p>If the
+    <a href="#contents">contents</a>
+    of an
+    <a class="element" href="#a">a</a>
+    element are empty, the element represents an
+    <dfn
+      id="empty-hyperlink"
+      title="empty-hyperlink">empty hyperlink</dfn>.</p>
+  </div>
 </div>

Index: meter.html
===================================================================
RCS file: /sources/public/html5/markup/elements/meter.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- meter.html	4 Mar 2009 08:13:58 -0000	1.4
+++ meter.html	29 Jul 2009 07:19:25 -0000	1.5
@@ -66,10 +66,10 @@
    values are good.</dd>
    </dl>
   </div>
-  <div id="usage">
-    <p>Some example use of the meter elements include gauges
-    showing disk usage, the relevance of a query result, or the
+  <!-- examples:
+    gauges showing disk usage, the relevance of a query result, or the
     fraction of a voting population to have selected a particular
-    candidate.</p>
+    candidate.
+    -->
   </div>
 </div>

Index: footer.html
===================================================================
RCS file: /sources/public/html5/markup/elements/footer.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- footer.html	4 Mar 2009 08:13:58 -0000	1.4
+++ footer.html	29 Jul 2009 07:19:25 -0000	1.5
@@ -5,7 +5,7 @@
     <p>The <a href="#footer" class="element">footer</a> element
     represents the footer for the section it applies to.</p>
   </div>
-  <div id="usage">
+  <div id="details">
     <p>A footer typically contains information about its section
     such as who wrote it, links to related documents, copyright
     data, and the like.</p>

Index: acronym.html
===================================================================
RCS file: /sources/public/html5/markup/elements/acronym.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- acronym.html	8 Jan 2009 10:19:30 -0000	1.2
+++ acronym.html	29 Jul 2009 07:19:25 -0000	1.3
@@ -4,14 +4,11 @@
   <div id="longdesc">
     <p>The
       <a href="#acronym" class="element">acronym</a>
-      element represents an acronym, optionally with
-      its expansion specified by the
-      <span class="attribute">title</span> 
-      attribute.</p>
+      element represents an acronym.</p>
   </div>
-  <div>
-    <h5>Usage</h5>
-    <p>Use the <span class="attribute">title</span> attribute to
-      specify the expansion of the acronym.</p>
+  <div id="details">
+    <p>The <span class="attribute">title</span> attribute on the
+    <a href="#abbr" class="element">a</a> element represents the
+    expansion of the acronym.</p>
   </div>
 </div>

Index: hgroup.html
===================================================================
RCS file: /sources/public/html5/markup/elements/hgroup.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hgroup.html	5 Jun 2009 10:01:25 -0000	1.1
+++ hgroup.html	29 Jul 2009 07:19:25 -0000	1.2
@@ -5,7 +5,7 @@
     <p>The <a href="#hgroup" class="element">hgroup</a> element
     represents a group of headings.</p>
   </div>
-  <div id="usage">
+  <div id="details">
     <p>The hgroup element is typically used to group a
     set of one or more <a href="#h1" class="element">h1</a>-<a
       href="#h6" class="element">h6</a> elements — to group, for

Received on Wednesday, 29 July 2009 07:19:38 UTC