- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 08:17:03 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: new class attribute in header http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.56&r2=1.57&f=h =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- Overview.html 9 Aug 2010 22:34:42 -0000 1.56 +++ Overview.html 9 Aug 2010 23:12:48 -0000 1.57 @@ -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/2dcontext/">http://www.w3.org/TR/2dcontext/</a></dd> <dt>Latest Editor's Draft:</dt> - <dd><a href="http://dev.w3.org/html5/2dcontext/">http://dev.w3.org/html5/2dcontext/</a></dd> + <dd><a class="latest-link" href="http://dev.w3.org/html5/2dcontext/">http://dev.w3.org/html5/2dcontext/</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-2dcontext-20100624/">http://www.w3.org/TR/2010/WD-2dcontext-20100624/</a></dd>
Received on Monday, 9 August 2010 23:13:38 UTC