- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:43:58 -0500
- To: public-html-diffs@w3.org
2Dapi; hixie: tr work done http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.96&r2=1.97&f=h =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- Overview.html 11 Jan 2011 02:41:00 -0000 1.96 +++ Overview.html 11 Jan 2011 05:58:05 -0000 1.97 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .stability strong { - display: block; - } - .stability input { - appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; - position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; - } - .stability input:hover { - color: white; - text-shadow: 0 0 2px black; - } - .stability input:active { - padding: 0.3em 0.45em 0.2em 0.55em; - } - .stability :link, .stability :visited, - .stability :link:hover, .stability :visited:hover { - background: transparent; - color: white; - } - - </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -336,7 +300,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() { @@ -361,10 +325,8 @@ <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-13-january-2011">W3C Working Draft 13 January 2011</h2> - <dl><dt>This Version:</dt> - <dd><a href="http://www.w3.org/TR/2011/WD-2dcontext-20110113/">http://www.w3.org/TR/2011/WD-2dcontext-20110113/</a></dd> - <dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="editor-s-draft-11-january-2011">Editor's Draft 11 January 2011</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> @@ -460,29 +422,7 @@ implementing this specification before it eventually reaches the Candidate Recommendation stage should join the aforementioned mailing lists and take part in the discussions.<div id="multipage-common"> - <!-- stability warning for TR/ page version --> - <!-- q.v. http://lists.w3.org/Archives/Public/public-html/2010Oct/0457.html --> - <p class="stability" id="wip"><strong>This is a work in - progress!</strong> For the latest updates from the HTML WG, possibly - including important bug fixes, please look at the <a href="http://dev.w3.org/html5/2dcontext/">editor's draft</a> instead. - <input onclick="closeWarning(this.parentNode)" type="button" value="╳⃝"></p> - <script type="text/javascript"> - function closeWarning(element) { - element.parentNode.removeChild(element); - var date = new Date(); - date.setDate(date.getDate()+4); - document.cookie = 'hide-obsolescence-warning=1; expires=' + date.toGMTString(); - } - if (getCookie('hide-obsolescence-warning') == '1') - setTimeout(function () { document.getElementById('wip').parentNode.removeChild(document.getElementById('wip')); }, 2000); - </script><!-- - <script type="text/javascript"> - if (location == 'http://dev.w3.org/html5/2dcontext/') { - var wip = document.getElementById('wip'); - wip.parentNode.removeChild(wip); - } - </script> - --></div><!-- not everyone agrees with this (requested before html5 fpwd) --><p>The publication of this document by the W3C as a W3C Working + </div><!-- not everyone agrees with this (requested before html5 fpwd) --><p>The publication of this document by the W3C as a W3C Working Draft does not imply that all of the participants in the W3C HTML working group endorse the contents of the specification. Indeed, for any section of the specification, one can usually find many members @@ -509,7 +449,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 13 January 2011 Working Draft. + This specification is the 11 January 2011 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 Wednesday, 12 January 2011 02:44:00 UTC