markup for the new syling

Glenn,

Here are the info you MUST add to have a valid document with new W3C 
styling.

Once you have incorporated these, please give me a pointer to your URI 
and I will check the validity of your document.


Thierry


---------------------------------
1.  The viewport meta tag is required.
Include this source code:
<meta name="viewport" content="width=device-width, initial-scale=1, 
shrink-to-fit=no">

2. The W3C style sheet is one of
   https://www.w3.org/StyleSheets/TR/2016/

For this Working draft, include this source code:
<link rel="stylesheet" type="text/css" 
href="http://www.w3.org/StyleSheets/TR/2016/W3C-WD"/>

3. You MUST use https://www.w3.org/StyleSheets/TR/2016/logos/W3C for the 
W3C logo (instead of https://www.w3.org/Icons/w3c_home )

Include this source code:
<a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" 
src="http://www.w3.org/StyleSheets/TR/2016/logos/W3C"/></a>


4. Your table of contents MUST be contained in a nav element with id=toc
   <nav id="toc"> must be wrapped around entire toc section (incl. heading)

Include this source code:
<nav id="toc"><h2>Table of Contents</h2>



5. The document MUST include the script fixup.js .

Include this source code:
<script src="//www.w3.org/scripts/TR/2016/fixup.js"></script>

-----------------------------------------
For more information see
https://www.w3.org/2005/07/pubrules?uimode=filter#sample-template

Received on Thursday, 10 March 2016 16:41:21 UTC