html5/html-xhtml-author-guide html-xhtml-authoring-guide.html,NONE,1.1

Update of /sources/public/html5/html-xhtml-author-guide
In directory hutz:/tmp/cvs-serv30530

Added Files:
	html-xhtml-authoring-guide.html 
Log Message:
Initial Template for HTML/XHTML Authoring Guidelines

--- NEW FILE: html-xhtml-authoring-guide.html ---
<!DOCTYPE html>
<html>
  <head>
    <title>HTML/XHTML Compatibility Authoring Guidelines</title>
    <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
    <!-- 
      === NOTA BENE ===
      For the three scripts below, if your spec resides on dev.w3 you can check them
      out in the same tree and use relative links so that they'll work offline,
     -->
    <script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script>
    <script class='remove'>
      var respecConfig = {
          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
          specStatus:           "ED",
          
          // the specification's short name, as in http://www.w3.org/TR/short-name/
          // TODO: Get URL from Michael Smith
          shortName:            "xxx-xxx",

          // if you wish the publication date to be other than today, set this
          // publishDate:  "2009-08-06",

          // TODO: Add previous pub date after 2nd publication.
          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
          // and its maturity status
          // previousPublishDate:  "1977-03-15",
          // previousMaturity:  "WD",

          // if there a publicly available Editor's Draft, this is the link
          // TODO: Uncomment next line and add the link:
          //edDraftURI:           "http://dev.w3.org/2009/dap/ReSpec.js/documentation.html",

          // if this is a LCWD, uncomment and set the end of its review period
          // lcEnd: "2009-08-05",

          // if you want to have extra CSS, append them to this list
          // it is recommended that the respec.css stylesheet be kept
          extraCSS:             ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],

          // editors, add as many as you like
          // only "name" is required
          editors:  [
              { name: "Eliot Graff", company: "Microsoft Corporation", },

		  // Format for more editors
          //    { name: "Your Name", url: "http://example.org/",
          //      company: "Your Company", companyURL: "http://example.com/" },
          ],

          // authors, add as many as you like. 
          // This is optional, uncomment if you have authors as well as editors.
          // only "name" is required. Same format as editors.

          //authors:  [
          //    { name: "Your Name", url: "http://example.org/",
          //      company: "Your Company", companyURL: "http://example.com/" },
          //],
          
          // name of the WG
          wg:           "W3C HTML",
          
          // URI of the public WG page
          wgURI:        "http://www.w3.org/html/wg/",
          
          // name (with the @w3c.org) of the public mailing to which comments are due
          wgPublicList: "public-html@w3.org",
          
          // URI of the patent status for this WG, for Rec-track documents
          // !!!! IMPORTANT !!!!
          // This is important for Rec-track documents, do not copy a patent URI from a random
          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
          // Team Contact.
          wgPatentURI:  "",
      };
    </script>
  </head>
  <body>
    <section id='abstract'>
      This appendix summarizes design guidelines for authors who wish their XHTML documents to render on existing HTML user agents. 
      Note that this recommendation does not define how HTML conforming user agents should process HTML documents. 
      Nor does it define the meaning of the Internet Media Type text/html. For these definitions, see [[HTML5]] and [[RFC2854]] respectively.
    </section>
    
    <section>
      <h2>Introduction</h2>
      <p>
        TODO: Introductory comments here
      </p>
    </section>
    
    <section class='appendix'>
      <h2>Acknowledgements</h2>
      <p>
        Many thanks to Tony Ross, Jonas Sicking, and Sam Ruby.
      </p>
    </section>
  </body>
</html>

Received on Tuesday, 13 April 2010 19:54:18 UTC