- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Nov 2010 23:02:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext In directory hutz:/tmp/cvs-serv29379 Modified Files: Overview.html Log Message: push a manual update Index: Overview.html =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- Overview.html 29 Oct 2010 18:59:08 -0000 1.85 +++ Overview.html 1 Nov 2010 23:01:59 -0000 1.86 @@ -183,9 +183,34 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } - fieldset { margin: 1em; } - fieldset > legend * + { margin-top: 0; } + fieldset { margin: 1em; padding: 0.5em 1em; } + fieldset > legend + * { margin-top: 0; } 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 :link, .stability :visited { + background: transparent; + color: white; + } </style><style type="text/css"> @@ -296,7 +321,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); + e.setAttribute('src', script); document.body.appendChild(e); } function init() { @@ -316,16 +341,18 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><body onload="init()"><div class="head" id="head"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" 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="editor-s-draft-29-october-2010">Editor's Draft 29 October 2010</h2> - <dl><dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="w3c-working-draft-9-november-2010">W3C Working Draft 9 November 2010</h2> + <dl><dt>This Version:</dt> + <dd><a href="http://www.w3.org/TR/2010/WD-2dcontext-20101109/">http://www.w3.org/TR/2010/WD-2dcontext-20101109/</a></dd> + <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> + <dd><a class="latest-link" href="<!--INCLUDE DEVURL-->"><!--INCLUDE DEVURL--></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> @@ -367,13 +394,15 @@ public bug database</a>. If you do not have an account then you can enter feedback using this form:<form action="http://www.whatwg.org/specs/web-apps/current-work/file-spam.cgi" method="post"> <fieldset><legend>Feedback Comments</legend> - <input name="id" type="hidden" value="top"><input name="response" type="hidden" value="html"><p><label for="feedbackBox">Please enter your feedback, carefully + <input name="id" type="hidden" value="top"><input name="component" type="hidden" value="HTML5 spec (editor: Ian Hickson)"><input name="response" type="hidden" value="html"><p><label for="feedbackBox">Please enter your feedback, carefully indicating the title of the section for which you are submitting feedback, quoting the text that's wrong today if appropriate. If you're suggesting a new feature, it's really important to say <em>what</em> the problem you're trying to solve is. That's more important than the solution, in fact.</label></p> <p><textarea cols="79" id="feedbackBox" name="text" rows="10"></textarea></p> + <p class="note">Please don't use section numbers as these tend to + change rapidly and make your feedback harder to understand.</p> <script type="text/javascript"> function checkFeedbackForm(form) { if (form.elements.text.value.match(/ [^ ]+ [^ ]+ [^ ]+ [^ ]+ /)) { @@ -384,7 +413,9 @@ return false; } } - </script><p><input onclick="return checkFeedbackForm(form)" type="submit" value="Submit feedback"><small>(Note: Your IP address will be publicly recorded for spam prevention purposes.)</small></p> + </script><p> + <input onclick="return checkFeedbackForm(form)" type="submit" value="Submit feedback"><small>(Note: Your IP address will be publicly recorded for spam prevention purposes.)</small> + </p> </fieldset></form><p>If you cannot do this then you can also e-mail feedback to <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a> (<a href="mailto:public-html-comments-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-html-comments/">archives</a>), @@ -412,7 +443,16 @@ under them in incompatible ways.</strong> Vendors interested in implementing this specification before it eventually reaches the Candidate Recommendation stage should join the aforementioned - mailing lists and take part in the discussions.</p><!-- not everyone agrees with this (requested before html5 fpwd) --><p>The publication of this document by the W3C as a W3C Working + mailing lists and take part in the discussions.</p><!-- stability warning for TR/ page version --><!-- q.v. http://lists.w3.org/Archives/Public/public-html/2010Oct/0457.html --><p class="all-pages 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.</p><!-- + <script class="all-pages"> + if (location == 'http://dev.w3.org/html5/2dcontext/') { + var wip = document.getElementById('wip'); + wip.parentNode.removeChild(wip); + } + </script> + --><!-- 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 @@ -440,7 +480,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 29 October 2010 Editor's Draft. + This specification is the 9 November 2010 WD. </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, 1 November 2010 23:02:04 UTC