- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Aug 2010 23:12:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14057
Modified Files:
Overview.html
Log Message:
new class attribute in header
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4182
retrieving revision 1.4183
diff -u -d -r1.4182 -r1.4183
--- Overview.html 9 Aug 2010 22:36:03 -0000 1.4182
+++ Overview.html 9 Aug 2010 23:12:38 -0000 1.4183
@@ -179,6 +179,7 @@
#configUI p label { display: block; }
#configUI #updateUI, #configUI .loginUI { text-align: center; }
#configUI input[type=button] { display: block; margin: auto; }
+
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -312,7 +313,7 @@
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
- <dd><a href="http://dev.w3.org/html5/spec/Overview.html">http://dev.w3.org/html5/spec/Overview.html</a></dd>
+ <dd><a class="latest-link" href="http://dev.w3.org/html5/spec/Overview.html">http://dev.w3.org/html5/spec/Overview.html</a></dd>
<!-- ZZZ: add the new version after it has shipped -->
<dt>Previous Versions:</dt>
<dd><a href="http://www.w3.org/TR/2010/WD-html5-20100624/">http://www.w3.org/TR/2010/WD-html5-20100624/</a></dd>
Received on Monday, 9 August 2010 23:12:43 UTC