- From: poot <cvsmail@w3.org>
- Date: Mon, 18 Oct 2010 14:58:15 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: wd delayed http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.81&r2=1.82&f=h =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- Overview.html 15 Oct 2010 21:29:10 -0000 1.81 +++ Overview.html 18 Oct 2010 05:58:05 -0000 1.82 @@ -187,26 +187,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -316,7 +296,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -336,15 +316,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><body onload="init()"><div class="head" id="head"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML Canvas 2D Context</h1> <h2 class="no-num no-toc" id="generatedID"></h2> - <h2 class="no-num no-toc" id="w3c-working-draft-12-october-2010">W3C Working Draft 12 October 2010</h2> - <dl><dt>This Version:</dt> - <dd><a href="http://www.w3.org/TR/2010/WD-2dcontext-20101012/">http://www.w3.org/TR/2010/WD-2dcontext-20101012/</a></dd> - <dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="editor-s-draft-18-october-2010">Editor's Draft 18 October 2010</h2> + <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 class="latest-link" href="http://dev.w3.org/html5/2dcontext/">http://dev.w3.org/html5/2dcontext/</a></dd> @@ -447,7 +425,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 12 October 2010 LC. + This specification is the 18 October 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><!-- (this text is from the RDFa+HTML spec --><p>This specification is an extension to the HTML5 language. All
Received on Monday, 18 October 2010 05:58:44 UTC