- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Jun 2009 10:01:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv6446/elements Modified Files: header.html Added Files: hgroup.html Log Message: added hgroup details and updated details for header element --- NEW FILE: hgroup.html --- <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The hgroup element</h4> <div id="shortdesc">heading group</div> <div id="longdesc"> <p>The <a href="#hgroup" class="element">hgroup</a> element represents a group of headings.</p> </div> <div id="usage"> <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 example, a section title and an accompanying subtitle.</p> </div> </div> Index: header.html =================================================================== RCS file: /sources/public/html5/markup/elements/header.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- header.html 4 Mar 2009 08:13:58 -0000 1.4 +++ header.html 5 Jun 2009 10:01:25 -0000 1.5 @@ -6,13 +6,11 @@ represents the header of a section.</p> </div> <div id="usage"> - <p>The header element is typically used to group a - set of <a href="#h1" class="element">h1</a>–<a - href="#h6" class="element">h6</a> elements to mark up a - page's title with its subtitle or tagline. However, <a - href="#header" class="element">header</a> elements may - contain more than just the section's headings and - subheadings — for example it would be reasonable - for the header to include version history information.</p> + <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" + class="element">hgroup</a> element), along with content such as + introductory material or navigational aids for the + section.</p> </div> </div>
Received on Friday, 5 June 2009 10:01:33 UTC